资源列表
btree
- 一个简单的二叉树,包含二叉树的先序后序中序遍历,交换左右子树。-A simple two binary tree traversal, contains two binary tree preorder postorder, exchange of left and right subtree.
Genetic
- 此為求解最佳化流程之基因演算法,應用mathcad來編寫,mathcad為一簡易好上手之模擬軟體,若只是想跑小系統之初新者,建議使用-This is the process of solving the genetic algorithm to optimize the application mathcad to write, mathcad for a simple simulation software to use it well, if only wanted to run at th
Quantum-Inspired-BPSO
- 此為應用MATHCAD來編寫BPSO,為粒子群優演算法,可應用於求解最佳化過程,可跑小系統之模擬,簡單又好用-This is the application to write MATHCAD BPSO, particle swarm optimization algorithm can be applied to solve the optimization process, the simulation can run a small system, simple and easy to us
ED2---Tarea-2---CodigoFuente---FabioCarvajal--Fra
- C++ red and black tree implementation
ldpc_decode
- LDPC BP译码算法在MATLAB中直接使用就行-matlab BP decoding
shunxvbiao
- 这是数据结构的实验,做的事顺序表,通过对元素的排序、删除、增加等操作-This is the experimental data structure, do sequential table by sorting element, deletion, addition and other operations
lab2
- 0-1背包问题:若有物品n个,每个物品的价值Value,用vi表示,每个物品的重量weight用wi表示,其中vi和wi均为非负数。设背包的总容量为W,且W为非负数。本程序可选择装入背包的物品,并使装入背包的物品总价值最大。-Value, with vi, said the weight of each item s weight by wi, where vi and wi are non-negative. The total capacity of the backpack set W,
HAPPYBrithday
- 用C++编写的生日快乐小软件 希望有帮助于各位的开发-Written in C++ with a happy birthday wish to help small software to each
LAB5TU
- 数据结构实验图的代码Experimental data structure diagrams code-Experimental data structure diagrams code
ClosetPairOfPoints
- 求平面点集最近点对,算法导论课程实验,基本实现,可借鉴-For the nearest point on the plane point set, introduction to algorithms course experiment
lab
- 对于初始给定的数组,通常存在多个长度大于1的已自然排好序的子数组段.例如,若数组a中元素为{4,8,3,7,1,5,6,2},则自然排好序的子数组段有{4,8},{3,7},{1,5,6},{2}.用一次对数组a的线性扫描就足以找出所有这些排好序的子数组段.然后将相邻的排好序的子数组段两两合并,构成更大的排好序的子数组段({3,4,7,8},{1,2,5,6}).继续合并相邻排好序的子数组段,直至整个数组已排好序。-For the initial given array, usually pre
poj1200
- 北大poj1200 利用ascii码巧妙将数字转化为nc进制 再进行简单的hash判断-poj1200 crazy search