资源列表
[Windows编程] simpleXover
说明:p1 - the first parent p2 - the second parent bounds - the bounds matrix for the solution space Ops - Options matrix for simple crossover-p1- the first parent p2- the second parent bounds - the bounds matrix for the solution space Ops - Options m<Aron> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] shiftMutation
说明:Shift mutation performs displaces one random gene in a permutation to another position.<Aron> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] orderbasedXover.
说明:Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis. -Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis.<Aron> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[ActiveX/DCOM] 4
说明:关于在COM组件里接受数组参数和返回数组的一个例子-COM components on the receive array of parameters and an example of the array to return<jiaogd> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[界面编程] ResizeBitmap
说明:This sample code is for the Bitmap resizer. In MFC application include this file and create appropriate event and in that function paste this code.<Kaaka> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[其他小程序] c-xuexi
说明:1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量-1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 da<John> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] tree
说明:所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the<cantor0403> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] huffmantree
说明:编码规范 1. 类成员函数 成员函数应该以完整的英文描述命名,函数名的第一个单词通常是一个动词。如openAccount、save等 对于存取类属性的成员函数有以下的命名规则: Getter:访问类的属性并返回。命名以get开头,如果返回值是boolean,以is开头;如getFirstName、isAtEnd等。boolean返回值的另一种命名方法是使用has、can,如hasDependents、canPrint等 &<cantor0403> 在 2025-06-18 上传 | 大小:1kb | 下载:0