资源列表
liner
- 解线性方程组。算法是克拉默法则。其局限性在于时间复杂度高-Solving linear equations. Algorithm is the Cramer rule. Its limitations is the time of high complexity
SELSORT
- 数据结构常用算法的程序实现,采用C语言,之选择排序篇。-Commonly used data structure of the program algorithm using C language, the choice of papers to sort.
1
- 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由 26 个小写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左 到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz等字符串都是升序字符串。现在对字母表A 产生的升序字符串按照字典序排列 并编号如下。-Lexicographic problem
logmormal_ricean
- Codes for lagnormal distribution of programs in MATLAB.
6BAND
- 用列选主元高斯消去求解右端具有m组常数向量的n阶带型方程组AX=D-With column pivoting Gaussian elimination to solve right end of the constant vector with m groups with n-order equations AX = D
hehe
- 若X和Y是用结点大小为1的单链表表示的串,设计算法找出X中第一个不在Y中出现的字符。-If X and Y is the size of a node, said the string of single linked list, the design algorithm to find X, Y does not appear in the first characters.
delete
- 设一线性表的数据按递增顺序排列且含有重复值,编写算法删除线性表中的重复值,链表实线-Line of table data set in increasing order and contain duplicate values, the preparation of the linear algorithm to delete duplicate values in the table, solid line list
CJC_DictS
- 已知从起始点A到达各目站点(B、C、D...)的各最短路径上所有站点的前驱站点,以及至前驱站点的距离。以一个二维数组pre描述已知信息,第1列是前驱站点的序号(以0、1、2...分别表示站点A、B、C...),第2列是至前驱站点的距离。试推算和输出从起始点出发到达各其余站点的最短路径和距离。完成源程序DictS.CPP中Pathway函数的编写。-Known from the starting point A to reach the target site (B, C, D. ..) of t
Cpp2
- 信息论中的熵、条件熵、联合熵在C语言中编程实现。-the entropy H(X),the conditional entropy H(X|Y),the joint entropy H(X,Y)
AC1001
- 提供一个简单的计算大数乘方的方法,使用c语言编写。-Provide a simple method of calculating power of large numbers, using c language.
Two-ball-collision-trajectory
- 先画出两个小球,再根据参数设置让两小球进行碰撞试验-Firstly,it draws two balls, then according to the parameter settings let two ball impact test
shucukuohaofangshi
- 这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.