资源列表
GS
- 用高斯消去法求方程组的解的C语言程序实现
Guass_seidel
- 高斯-赛德尔法解线性方程组,一般解法和矩阵法MATLAB程序-Gauss- Seidel method for solving linear equations, the general method and matrix method MATLAB program
Merge
- 假设有两个按元素值递增有序排列的线性表A和B,均以单链表作存储结构,请编写算法将A表和B表归并为一个按元素值递减 有序(即非递增有序,允许表中含有值相同的元素)排列的线性表C,并要求利用原装(即A表和B表)的结点空间构造C表。-Suppose there are two elements of value increasing by an ordered arrangement of the linear forms A and B, are linked to a single stora
kingf
- 数据结构中的链表的插入删除,基于VC++编程环境-Remove list of insertion
heat
- 差分法对流扩散程序,解决板随时间的温度变化。- finite difference method
HuffmanCoding
- 实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding
gose
- 这是一共用高斯消元法实现的解方程的程序,时间复杂度为o(n^3)-This is a common Gaussian elimination procedure for solving equations to achieve the time complexity is o (n ^ 3)
Correlationmiss
- 求有缺省资料的两个序列x(n)和y(n)的相关系数r。-For a correlation coefficient r of the two sequences x (n) of the default data and y (n).
Cpp1
- 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
BinSolve
- 利用二分法对非线性方程进行数值计算。具有可靠性高的优点。-The dichotomy numerical calculation of nonlinear equations. With high reliability.
stack
- 用链表实现栈:成员函数包括出栈、入栈、检查空栈、满栈等。-Achieve stack using a linked list: member function including a stack, stack the check empty stack and full stack.
Hilbert_Curve
- 将地理位置相邻的二维坐标,处理为队列的一维编号,实现空间降维。-The location adjacent to the two-dimensional coordinates, treated as one-dimensional queue number, spatial dimensionality reduction.
