- rqnoj-279-是时候说了-背包 2013-11-15 点击:25 评论:0
- rqnoj-201-奥运大包围-下降子序列的个数 2013-10-19 点击:31 评论:0
- rnqoj-49-加分二叉树-(区域动归+记忆化) 2013-09-27 点击:20 评论:0
- HTML table 直列化格式 2013-01-15 点击:29 评论:0
- 推荐一篇利用th,coLGroup,col定义表格样式 2007-04-04 点击:19 评论:0
- 用js实现的DIV+CSS编辑器代码 2007-03-09 点击:22 评论:0
0 1背包问题的拓展。注意有一个封顶值为100;在判断边界条件时,0可取,100不可取。#includestdio.h#includestring.h#includealgorit...
定理:下降子序列个数等于最长不下降子序列的长度学习定理很重要啊~~#includestring.h#includestdio.h#includeiostream#includeal...
区域动归的问题#includestdio.h#includestring.h#includeiostream#includealgorithmusing namespace std...
直列化格式colgroup.../colgroup属性名称 属性值说明alignleft 靠左 center 靠中 right靠右valign top 靠上 middle 靠中 b...
定义表格各列的样式,不用每个td都在那里加一堆的Class,利用th,colgroup,col等属性,轻松搞定^_^ 代码如下:复制代码 代码如下:style table.Demo...
DIV+CSS编辑器var sInitColor = null; function callColorDlg(obj){ if (sInitColor == null)var sC...