资源列表
gray
- Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a difference exactly. With sub-r
VCshujuku
- 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
mydijkstra
- 就进点跟踪的程序,已运行。数学建模的必备程序,超有用。-On the entry point tracking program has been running. Mathematical Modeling of the necessary procedures, super-useful.
interactivegame_cpp
- Interactive game using cin
1
- 数值计算方法的一中计算方法代码希望大家有用之处-jhhajhfkkahfkjhajkhflajjflahfdaskbhbfjkajb
YYZ_DictS
- 迪杰斯特拉算法的另外一种写法。。代码简单易懂-Dijkstra algorithm is a different wording. . Code is straightforward. .
0-1-bag-problem
- 一种算法来解决0-1背包问题,这是非常好的-one arithmetic to solve 0-1 bag problem
PEDGE
- prime算法实现的另一算法,针对不同类型的不同实现,比较清晰-prime algorithm in another algorithm, for different types of
tsp
- 著名的旅行商问题解法,非常精简,带有注释!!提供给大家学习,-The famous traveling salesman problem solution, very streamlined, with a comment! ! Available to everyone to learn! ! !
3
- 利用random(0,1)实现random(a,b) 原型: void srand(unsigned seed) 功能: 产生随机数的起始发生数据,和rand函数配合使用-Starting with the use of a random number generated occurrence data, and the rand function: the use of random (0,1) to achieve random (a, b) prototype: void sra
test_my_polyfit
- 代码实现多项式拟合算法(非内置函数)。有较详细的说明。-Polynomial algorithm design (non-built-in function), the source explained in more detail Chinese.
double-linked-list
- a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems.