资源列表
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++
fft
- fft傅里叶变换源码,是信号处理的基本变换方法,成熟,可靠-fast fourier transform is a good traditional data processing method.
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
MATRIX-
- 无向图的关联矩阵和邻接矩阵相互转化,代码简单易懂,有详细注释,适合初学者入门使用。- incidence matrix of and adjacency matrix transformation
max_heap_test
- the c source code of max heap
002
- c语言编的矩阵LU分解的源码,已代入具体矩阵做示范,大家可以根据需要更改具体矩阵-matrix LU decomposition c language source code, substituting concrete matrix to do demonstrations, we needed to change the specific matrix
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.
ADDER
- vhdl最基本的入门的一个代码,一位全加器-one-bit adder
neton-diedai
- 计算方法之牛顿迭代,用c语言写的,效果不错、-Newton iteration ,by c
circ-queue
- An example that demonstate using a circular queue class.
