资源列表
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
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)
shucukuohaofangshi
- 这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.
zhebanchazhao
- 用折半查找的方法进行指定数的查询并返回其位置
map
- 使用vc++实现算法分析与设计中n图着色的的实现,使用递归算法,比较简单-Using vc++ algorithm analysis and design of the implementation of n graph coloring, using a recursive algorithm, a relatively simple
lianbiaohebing
- 这个是有两个降序的有序链表合成一个降序链表的程序-This is a synthesis of the two descending order list of a descending list of the procedures
queue
- 用C语言的链表实现队列和一些对队列的操作,如插入删除读取等。-C language linked list, queue and queue operations, such as the insertion delete read.
jieshiqi
- 用C语言编写实现解释器,希望对你们有所帮助。 #include<stdio.h> #include<stdlib.h> #include<string.h> main()-C language interpreter, you want to be helpful.# Include <stdio.h># Include <stdlib.h># Include <string.h> main ()