资源列表
589663-583763-fortodxf
- 一个很好的FOR TO DXF的转换程序,适合模型转换图形应用
9gongtu
- 九宫图代码,很传统的一种算法,有些公司面试的时候容易出这种题目,需要研究的可以看一下。
gauss
- Gauss知道特地的函数值就可以求积分,适合学习计算物理的学生参考-GaussjifenGauss知道特地的函数值就可以求积分,适合学习计算物理的学生参考
sy1001_1
- 实现两个复数之间的加减法运算,并且将其运算结果输出。-Achieved between the addition and subtraction of two complex operations, and its operation results output.
TDMAsolver.f90
- TDMA solver for tridiagonal matrix
01pakage
- 0-1背包问题源代码 用于算法设计的,数据结构的必要问题-0-1 knapsack problem of the source code for the algorithm design, data structures necessary to issue
crc_class
- 用于生成和校验的crc校验类,只需复制到工程中即可使-Used to generate and check the crc check class, just copy to the project can be used with
MST
- prime算法的基本思想 1.清空生成树,任取一个顶点加入生成树 2.在那些一个端点在生成树里,另一个端点不在生成树里的边中,选取一条权最小的边,将它和另一个端点加进生成树 3.重复步骤2,直到所有的顶点都进入了生成树为止,此时的生成树就是最小生成树-The basic idea of the prime algorithm. Empty spanning tree, take any a vertex joined spanning
singallist
- 主要实现单链表的连接,把两个单链表合并成一个链表。-The main achievement of a single list of connections, the two merged into a single list.
Untitled2
- introduction to coding in matlab-introduction to coding in matlab
Maze
- 为了测试某种药物对小白鼠方向感的影响,生物学家在实验室做了一个矩形迷宫,入口和出口都确定为唯一的,且分布在矩形的不同边上。现在让你算出小白鼠最短需要走多少步,才可以从入口走到出口。-In order to test the impact of a drug on mice sense of direction, a biologist at the lab made a rectangular maze, inlet and outlet are determined to be unique
kmp
- KMP算法实现,一个主串内到底包含了多少个从串-KMP algorithm to achieve a main string in the end contains a number of the string