资源列表
16toAscii
- 16进制到Ascii的转化的类,可以实现16进制到Ascii的转化-16 to 229 Ascii into the category, can achieve 16 to 229 Ascii conversion
yuesefuhuan
- 若干个人围成一个圈,用循环链表来模拟!每个人有一个序号和一个密码,给定初始数字作为第一个出列的人号,然后依次把出列的人密码作为出列的下一个号.直到人出列完成1-Several individuals in a circle with a circular linked list to simulate! Everyone has a serial number and a password, given the initial figure out the column as the firs
perm1
- 此程序完成对给出的数组使用递归法进行全排序。-To complete this process using the recursive method given wide array sort.
7_5_1
- 编写程序,输入两个字符串分别存入两个一维字符数组,将其连接后存入第三个一维字符数组后输出,要求用指向一维数组的指针变量来处理其中的字符,不能使用字符串处理函数-Programming, enter the two strings are stored in two one-dimensional array of characters, its connection into the third after a one-dimensional array of characters output
CountSort
- 本程序是一个计数排序的程序,是我字节写的,经过验证是可以用的。-This program is a counting sort of program that I write bytes, proven is can be used.
jose
- Jose,及约瑟夫算法的实现,是一个很好的数据结构算法-Jose
dijkstra_z
- 单源dijkstra邻接阵形式 单源最短路径,dijkstra算法,邻接阵形式,复杂度O(n^2)-Dijkstra adjacency matrix form of single-source single-source shortest path, dijkstra algorithm, adjacency matrix form, the complexity of O (n ^ 2)
9-1
- 1、利用尾插法创建两个类型为字符型的带头结点的有序单链表La和Lb。 2、将La和Lb合并到一新链表Lc中,使得Lc表中元素值也有序,统计Lc中元素个数并显示出来。 3、要求:屏幕上可以显示La和Lb元素列表,以及合并后单链表Lc元素列表。 -1, by the end of interpolation method to create two types of nodes as the lead character of the ordered single chain La an
graph_build2
- 基于VC6.0图的建立,使用链表法的实现-graph build
swap_SORT
- 排序函数为swap(int a[], int size) (size为数组的长度)
kmp
- 实现KMP算法 1、构建主串S和子串T,采用定长存储结构实现 2、编写主程序调用KMP算法,测试不同的输入数据S和T,输出的结果(输出模式串T的next值,以及T在S中的定位函数值。-KMP algorithm 1 to construct the main string S and substring T, using fixed-length storage structure 2, the preparation of the main program calls the KMP
Binary-Search
- Binary Search 二叉搜索 MIT公开课Introduction to Algorithms 6.046j/18.410j, Lecture 3实例 g++/ Win7 April 17, 2012-Binary Search MIT Introduction to Algorithms 6.046j/18.410j, Lecture 3 g++/ Win7 Qian Mao, Information Networking Institute, Carnegie