资源列表
SECOND
- 秒表C语言程序,注释详细!!! 可以跟大家交流一下-Stopwatch C language program, detailed notes! ! ! Can tell you things about! ! ! !
huffman
- 此程序实现了huffman编码,程序开始输入信源个数,之后输入对应的概率,若概率值不属于0~1或概率和大于1则会要求重新输入,最终输出编码表。-This program implements the huffman coding, the program began to enter the number of sources, and then enter the corresponding probability, if not a probability or probability 0
wannianli
- c语言程序, 提供查询某年某月某日是星期几,以及打印当年日历等功能-C language program, providing inquires the once upon a time of the week, and printed in calendar etc. Function
je113179
- 易语言源码分享。希望更多的朋友了解易语言。源码名称:随系统启动-Easy language source code sharing.Hope more friends to understand easy language.Source Name: start with the system
6
- 另类模拟按键的应用,很不错的易语言源码,适合易语言爱好者使用。-The application of alternative analog keys, very good and easy language source code for easy language enthusiasts.
time
- 简单计时器,进行加减乘除运算和指数运算,还支持多重括号运算!-Simple timer.Add, subtract, multiply and divide operation and index operation, also support multiple parentheses operations.
MULTY
- 两个大整数相乘,无限位也可以!必须牛X,望给过!-Multiplying two large integers, can also infinitely bit! Must be NiuX, hope to the over!
average-scores
- 判别一个整数数组中各元素的值,若大于0 则输出该值,若小于等于0则输出0值。-Identifying an integer value of each element in an array, if the output is the value greater than 0, if less than or equal to 0, 0
Fcm
- FCM Data set clustering using fuzzy c-means clustering. [CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of clusters in the data set DATA. DATA is size M-by-N, where M is the number of data points and N is the number of coor
ARQ
- Matlab的HARQ仿真及其组合译码方案-Its combination of Matlab simulation HARQ decoding scheme
SAR-CSA(matlab)
- SAR-CSA算法成像(matlab),成像效果好,有一定的参考价值-SAR-CSA image matlab
one
- 程序实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 1.先序次序建立一个二叉树 ,用#表示某结点的左右子树是否为空,用于表示该结点是否为叶子或者可能存在左子树or右子树。例如对一个简单的三节点二叉树,节点b和c分别为根节点a的左孩子和右孩子,用先序来创建就表示为ab##c## 2.按先序、中序、后序、层次遍历分别输出二叉树的所有节点 3.求二叉树中所有节点数 4.求二叉树的深度 -Program binary t
