资源列表
[其它] 文档助手算法以及算法分析
说明:用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm<受冻> 在 2008-10-13 上传 | 大小:4.77kb | 下载:0
[界面编程] simple_splitter
说明:窗体分割开发例子-Form segmentation Development example<前景> 在 2008-10-13 上传 | 大小:42.75kb | 下载:0
[界面编程] split_in_dlg
说明:在对话框中进行分割- Carries on in the dialog box divides<前景> 在 2008-10-13 上传 | 大小:42.48kb | 下载:0
[ListView/ListBox] 357385MFC CListCtr
说明:对ListCtr的扩展-right ListCtr expansion<前景> 在 2008-10-13 上传 | 大小:26.59kb | 下载:0
[Windows编程] 电路布线
说明:电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集。-circuit wiring problem will be to determine which connections in the first layer, making this layer as much as possible on the log. In other words, the problem defined<姚翊> 在 2008-10-13 上传 | 大小:27.69kb | 下载:0
[Windows编程] 图象压缩
说明:图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-imag<姚翊> 在 2008-10-13 上传 | 大小:1.87kb | 下载:0