资源列表
[其它] 控制控制面板里的每一项
说明:采用VB6编制的小小程序,有源代码,无须解压密码,利用自己设计的程序同样可以实现对控制面板内容的控制-use VB6 procedures for the preparation of small, active code without extracting passwords, use the same design procedures can be achieved on the control panel to control the content<黄仪涛> 在 2008-10-13 上传 | 大小:13.28kb | 下载:0
[其它] quanwenjiansuo
说明:全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retrieval procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People's Daily).<张丽莉> 在 2008-10-13 上传 | 大小:8.72kb | 下载:0
[其它] 图形学直线和圆的生成算法
说明:掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight<成龙> 在 2008-10-13 上传 | 大小:1.01kb | 下载:0
[其它] 图形圆的生成算法
说明:斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line<成龙> 在 2008-10-13 上传 | 大小:899byte | 下载:0
[其它] 图形学直线的生成算法
说明:圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the pr<成龙> 在 2008-10-13 上传 | 大小:878byte | 下载:0
[其它] A的算法
说明:A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of searc<成龙> 在 2008-10-13 上传 | 大小:2.4kb | 下载:0