资源列表
StatisticsCharacters
- 可以统计出该文章中的文字、字母、数字、空格的个数。 输入的文章存储状态为静态存储,每行最多不超过80个字符,可自由定义行数N。输入的文字以文本文件的格式保存在磁盘文件中。输入的数据形式可以是大、小写英文字母,任何数字及标点符号。分四行分别输出总字数、字母数、数字个数、空格数。 -May be the statistics in the article text, letters, numbers, the number of spaces. Enter the article is s
canlder
- candler written by c-candler written by c++
Joseuph-table
- 约瑟夫圆桌:N个人围成一个圆圈,设定循环周期,报数,报到M的人出局。-Joseph Roundtable: N individuals in a circle, set the cycle, reported that the number of people out of M report.
bin_search
- c语言的折半查找法,方法实现简单巧妙,非常适合c语言开发人员-bin_search of c program
max_heap_test
- the c source code of max heap
PALIN
- a simple program to check if the given program is a palindrome or not and if it is then inform the user who entered the string as input.
circ-queue
- An example that demonstate using a circular queue class.
QUEUE
- 建立空队列,随机个元素入队,再将随机个元素出队。分别打印出来。-Create an empty queue, random elements into the team, and then random elements out of teams. Were printed.
CSortTest
- 多重排序算法并检验效果,包括冒泡排序,快速排序,顺序排序等多种算法,非常有用,实用性很强-Multiple sorting algorithm and test results, including bubble sort, quick sort, sort order and many other algorithms, very useful, very practical
joseph
- 约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
list
- 有关链表的操作,包括链表的创建,在各个位置上的插入和删除,以及对链表的遍历;-Operation on the list
bubble2
- 冒泡排序,这是一个经典的排序程序,完成降序排序功能。-bubble sort.