资源列表
ipack
- vc++ 算法解决背包问题 贪心算法 algorithm to solve knapsack problem greedy algorithm-vc++ algorithm to solve knapsack problem greedy algorithm
TU2
- 编写程序以邻接矩阵或邻接表的方式存储指定连通图。然后分别用深度优先算法和广度优先算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。-Write a program to the adjacency matrix or adjacency list stored in a manner specified connected. Then were used to depth-first traversal algorithm and the breadth-first algorithm stor
KnightMove
- 计算一个骑士(国际象棋)需要走多少步才能才能走遍整个棋盘-it calculates how many steps it needs for a knight to jump on every mark of the board
chaosPSO
- 混沌粒子群算法,C语言编制,在txt文本里-Chaos Particle Swarm Optimization, C language compiled texts in txt
6-81
- 关于机器调度问题(贪心算法),请哪位帮帮改改吧,-On the machine scheduling problem (greedy algorithms), Which help you to change to change it,
comput
- 采用C++的类及部分函数计算圆形、三角形、正方形的周长与面积-Classes using C++ and some function to calculate the circle, triangle, square perimeter and area
C1
- 有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第四个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? -----程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21-A pair of rabbits from the first 3 months after the birth of every month from birth to a rabbit, bunny long to four months gave birth to one pai
fci_source.tar
- 用流程图表示复杂的数学公式,流程图分析软件,基于c语言。-With a flow chart of complex mathematical formulas, flow charts analysis software, based on c language.
OperatorDemo
- C++中,运算符重载实现复数的加法运算的实例源码-In C++, operator overloading to achieve the instance addition operation complex source
chaos
- VC下实现以排序法为基础的混沌置乱的算法的代码 包含完整的头文件-VC method to achieve the sort of chaos-based code scrambling algorithm header file contains the complete
s4
- 硬币贪心算法,给定硬币总数和每个的值;求出最佳的分配方法-Coins greedy algorithm, given the total number of coins and the value of each find the best allocation
1
- 遗传算法解决0-1背包问题,动态规划算法-Genetic algorithm to solve 0-1 knapsack problem, dynamic programming algorithm
