资源列表
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
of_webservice
- powerbuilder中对本地文件压缩和解压的代码示例-pb in the local file compression and decompression code samples
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
dpcm
- 进行预测编码的一部分程序,若想使用还需自己编写部分函数-To predict the coding part of the program, if you want to use some functions need to write your own
Cpp2
- 信息论中的熵、条件熵、联合熵在C语言中编程实现。-the entropy H(X),the conditional entropy H(X|Y),the joint entropy H(X,Y)
transcendental-equation
- 利用二分法求解超越方程,具有较高的求解精度,对于超越方程的求解具有重要的意义。-solution of transcendental equation
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
IDBD
- IDBD算法是一种增量元学习算法。包括两个部分,第一部分针对作为其基础的LMS算法,其中包括利用时变步长参数的一个细小改动,并且FIR滤波器的M个抽头权值都依照向量方法自动调整;第二部分由三个公式组成的附加项,其中两个涉及相关记忆参数,第三个是元学习率参数的人工调整。
