资源列表
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.
gaosisaideer
- 通过高斯赛德尔方法求解方程组,需要输入方程组的系数矩阵。-Through high Sisaideer method for solving equations, need to enter the coefficient matrix.
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.
heapsort
- This the program for heap sort-This is the program for heap sort
quicksort
- 实现quicksort的简单代码,输入数字 能用quicksort排序-Achieve quicksort simple code, enter the number can quicksort sorting
seal-sort
- 设计一算法,用希尔排序方法对n个原始数据进行排序。要求如下: 输入:(1)输入原始数据个数n; (2)输入n个原始数据。 输出:(1)输出原始数据; (2)输出增量gap及排序过程 (3)输出排序结果。-Design an algorithm, using the n Hill sorting method to sort the raw data. Requirements are as follows: Input:
PAIXU
- 来自教程里的一种快速排序的C语言实现源代码,可以运行-C language tutorial from a quick sort of source code, you can run
QUICKSORT
- 用C语言实现的普通快速排序,和随机快速排序进行对比-With ordinary C language implementation of quick sort, quick sort and compare the random
Inserting-an-Ordered-Table
- 有一个有序单链表(从小到大),表头指针为head,编写一个算法向该单链表中插入一个元素值为x的结点,使插入后该链表依然有序-There is a single ordered list (small to large), the first table pointer head, prepared a single algorithm to the elements of the value chain to insert a node x, so that after the insertio