资源列表
[Windows编程] swapMutation
说明:Swap mutation exchanges the positions of two randomly chosen genes in a permutation<Aron> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[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 so<Aron> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[Windows编程] shiftMutation
说明:Shift mutation performs displaces one random gene in a permutation to another position.<Aron> 在 2024-11-10 上传 | 大小: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> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[ActiveX/DCOM] 4
说明:关于在COM组件里接受数组参数和返回数组的一个例子-COM components on the receive array of parameters and an example of the array to return<jiaogd> 在 2024-11-10 上传 | 大小: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> 在 2024-11-10 上传 | 大小: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<cantor0403> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[Windows编程] huffmantree
说明:编码规范 1. 类成员函数 成员函数应该以完整的英文描述命名,函数名的第一个单词通常是一个动词。如openAccount、save等 对于存取类属性的成员函数有以下的命名规则: Getter:访问类的属性并返回。命名以get开头,如果返回值是boolean,以is开头;如getFirstName、isAtEnd等。boolean返回值的另一种命名方法是使用has、ca<cantor0403> 在 2024-11-10 上传 | 大小:1kb | 下载:0