资源列表
newton
- 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
1LLUU
- 矩阵三角分解,使用c语言编写,在Visual c++中编译运行。-Triangular matrix decomposition, using the c language in Visual c++ compile run.
equation
- VC++实现解一元一次方程问题,优秀解答-VC++ to achieve solutions of an equation of a dollar issue. . . .
matrixMultiply
- 功能:动态规划应用。内容:动态规划求矩阵连乘时所需乘法最小次数。-Dynamic programming matrix multiplication with the minimum required number of multiplication.
kuohao
- 利用堆栈,实现检查输入的括号是否匹配的功能。-Using the stack to achieve check whether the input matches the function of the parentheses.
BST
- operation on binary search tree like add,delete,
erchashu
- 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
crc
- RS485通信,Modbus校验算法程序-RS485 communication, Modbus CRC
db
- 本程序用在测试采煤机煤矸识别系统中,验证小波算法-Wavelet Algorithm for caving coal
depth-search
- Depth-First-Search in LISP
tiaoshi
- 数字的任意排序,为程序员的编程提供了一些基本编程的想法,可以一次为依据更加深入的开发。-Any sort of digital, provides some basic programming ideas for the programmer, can develop a more in-depth basis.
Activity_Arrange
- 活动安排问题:给出各项活动的起始时间与结束时间,列出一系列不冲突且最大利用空间的活动,算法采用的是贪心算法-Activity Arrangement Problem: Giving the start time and end time of each activity, list a series of activities which are not conflict and use the space maximally. The algorithm adopts greedy algor
