资源列表
[控制台(字符窗口)编程] 递归枚举模板
说明:递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: // abcba 满足条件 // abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string a<qew> 在 2008-10-13 上传 | 大小:1.26kb | 下载:0
[其它] 二叉树的创建及先序、中序、后序遍历
说明:实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder<陆营> 在 2008-10-13 上传 | 大小:29.37kb | 下载:0
[网络编程] 计算机之间互相传输屏幕图象 .RAR
说明:屏幕精灵 (V1.0 Beta) 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重<黄影> 在 2011-05-17 上传 | 大小:303.34kb | 下载:1
[ListView/ListBox] XListCtrlTest
说明:listview 内加 checkbox-error within plus checkbox<陈云飞> 在 2008-10-13 上传 | 大小:75.05kb | 下载:0
[Windows编程] Lagrange 插值法
说明:数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises<姚天伟> 在 2008-10-13 上传 | 大小:14.46kb | 下载:0
[Windows编程] 分段线形Lagrange插值法
说明:这个是用分段法求解线形方程组的算法,可以看一下,有帮助的-this section is used method of linear equations algorithm can look at, help<姚天伟> 在 2008-10-13 上传 | 大小:3.66kb | 下载:0