搜索资源列表
cal24point
- 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
多线程实现求PI值程序
- 多线程求PI值,可以设置任意线程数目,最后会输出所用时间
DivideConquer
- 使用C使用分治法实现了在一个乱序集合中求最大值,最小值的算法,运行环境:linux,g-The use of C using the divide and conquer to achieve an out of order in order to set the maximum, minimum algorithm, operating environment: linux, gcc
jaidig
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
rundate
- 在unix/linux环境中求系统的当前日期,并以YYYYMMDD的格式返回,返回值可以赋值给unix shell的某变量,该变量可以被其它程序饮用-Returns the current date as a string in the format YYYYMMDD
Based-on-real-eigenvalue-decomposition-algorit
- 基于实值特征值分解的求根MUSIC算法Based on real eigenvalue decomposition algorithm for finding roots of MUSIC-Based on real eigenvalue decomposition algorithm for finding roots of MUSIC
The-iterative-minimization-by-gsl
- 用gsl通过迭代求最小值,用makefile脚本在GCC环境下编译运行。-Get the iterative minimization by gsl
Calculator
- 在Fedora Linux下编写的C语言程序。可以将文本文件中的表达式构造成语法树并计算求值。表达式如存在语法错误,表达式语法错误可由相关自动机发现。代码适合:学习自动机和语法树的初学者。-C codes under Fedora Linux. The codes can transform expressions in text file to a parse tree. Grammar mistakes could be detected by a finite automata. This