搜索资源列表
遗传算法模板
- 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。-used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.
datastruct
- 安全数组 普通链表 哈希表 二叉搜索树 AVL树 集合类 通用自动机 所有类均使用模板编写,并不特定于 Windows 平台,只要有 C++ 编译程序的操作平台都可使用。-security array ordinary Chain Hash Table 2 forks search tree AVL Tree collections Universal Automatic machine is used in all types of template preparation, is not s
module
- 西电的VC++课上的几个通用模板,完全是可用的
c++2
- 第六章 模板与数据结构习题 6.2.1 需要编写一个对多维数组通用的算法(即各维的大小未定),怎样才能把实参多维数组的信息全部传递到函数中去?
pso程序的源代码
- VC++环境下的粒子群算法源代码,通用模板,需要自行添加目标函数和约束条件-pso
annealing
- 用MATLAB编写的模拟退后程序,为通用模板,下载后修改即可使用。-Using MATLAB simulation back to prepare procedures for the generic template, modified to use after downloading.
dijist
- ijist算法经典通用模板,包含如何答应。简单实用-ijist algorithm classic common template, including how to agree. Simple and practical
Template-realize-list
- 用模板实现通用链表类,看后对模板类收益匪浅-Use template achieve universal chain watches, looked for the template classes from this program
myga
- 通用遗传算法模板,只需在各个部分改变变量就可以了-General genetic algorithm template, simply change the variable in the various parts can be a
btree
- 标准C++的B树实现,使用类和模板,具有通用和代表性。-A c++ implementation OF b tree, which is generic and representative.
GenOctree
- 用C++模板实现的通用的八叉树数据结构源码,能够给八叉树的构造提供好的参考-General octree data structure source code realized with the C++ template can supply a good reference for the specific octree construction.
VCSort
- 集成冒泡、插入、快速排序算法,形成可通用的sort模板文件,方便用户使用。附带使用例程。-a soure for data sort
laolun
- 采用的是通用的平面波展开法,通过反复训练模板能有较高的识别率,算法优化非常好,几乎没有循环。- Using common plane wave expansion method, Through repeated training eHDMrARlate have higher recognition rate, Algorithm optimization is very good, almost no circulation.
时间序列交易策略
- 可用于进行时间序列交易的通用型策略Matlab模板,适合新手学习量化