资源列表
include1
- 有理数运算程序 设计内容:有理数是一个可以化为一个分数的数,例如2/3,533/920,-12/49都是有理数。在C++中,并没有预先定义有理数,该课程设计要求定义一个有理数类,将有理数的分子和分母分别存放在两个整型变量中,模拟进行针对有理数的各种操作。 -RATIONAL programming content: is a rational number can be reduced to a fraction of the number, say 2/3, 533/920,-12/4
process
- 单纯性算法编程 用以实现单纯形算法的程序 但必须给出初始基-Simple algorithm programming simplex algorithm used to implement the program but must be given in the initial base
RBTree
- 红黑树算法cpp实现 包括建立,添加,删除-RBtree cpp include creating,add,delete
OGSS
- 反走样OGSS算法,可以相应的改成其他算法较为简单-anti-liasing OGSS
RGSS
- 三角形光栅化---反走样--RGSS算法---c语言---- Anti-aliasing triangle rasterization- RGSS algorithm--- c language
butterfly
- 实现了BUTTERFLY算法和半边结构,并用一个立方体作为演示图形,按‘A’键即可进行一次BUTTERFLY算法。-BUTTERFLY algorithm and realized half of the structure, and presentation graphics, as with a cube, press ' A' button once BUTTERFLY algorithm.
GC
- a toolkit for clustering
pengjianghui-ship
- 海上船舶的航向计算,船舶的航迹航向方位角计算-Calculate the ship' s course at sea, the ship' s track heading azimuth calculation
chap6
- 用户可根据自己的需求设定不同的参数实现n*n的矩阵转置,而且这里包含了几种不同的方法-Users can set different requirements according to their own parameters to achieve n* n matrix transpose
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