资源列表
lab1
- Binary search and linear search using makefile
gtssssbg
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-1,2,3,4 figures, the number of each other with no repeat of the three-digit numbers can be composed? Is how much?
gtsssssnj
- 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?-An integer that is a perfect square plus post 100, plus 168 is a perfect square, what is the number is how much?
gtssssp
- 编写自定义函数int ctoi(char s[]),将字符串转换为对应的整数。其中 s是一个只包含数字的字符数组,函数返值为转换后所得整数。在main函数中验证结果。例如,字符串“512”转换后得到整数512。-Write a custom function int ctoi (char s []), to convert the string to the corresponding integer. Where s is a character array containing only
gtsssssd
- 将一个数插入到一个有序的数列中,要求插入后仍有序。 设计自定义函数实现上述功能。(数组名作参数)-A number will be inserted into an ordered series, requiring still ordered after insertion. Design a custom function to achieve the above functions. (Array of masterpieces parameters)
Ant-Colony-Optimization
- 一个蚁群优化算法的JAVA代码,代码清晰、简单,很适合初学者学习。-Ant Colony Optimization
IntegralMethods
- The realisation of Trapezoidal, Rectangle and Simpson s methods of finding quadratic function integral.
methodDanilevsky
- The method of Danilevsky is usually used to find an n-square matrix Q that transforms a problem n-sqare matrix A into a companion matrix C.
TraceOfMatrix
- The trace of an n-by-n square matrix A is defined to be the sum of the elements on the main diagonal. This program is for calculation matrix traces.
transportation_theory
- Realisation of Vogel’s and potential (simplex) approximation method. Written at C++ Builder 6.
Minimax
- A simple implementation in C language of the Minimax algorithm. /!\ Code is commented in french.
PlanProblem
- 线性规划: CmpSimpleMthd(完整单纯形法) 整数规划(含0-1规划) DividePlane(割平面法) ZeroOneprog(枚举法) 二次规划 QuadLagR(拉格朗日法) ActivedeSet(起作用集法)-Linear Programming: CmpSimpleMthd (complete simplex method) Integer programming (including 0-1 Programming) Divide
