资源列表
ex3
- 清华大学版本的数据结构,有关栈的应用的试验-Tsinghua version of the data structure, application of the relevant stack test
xppaut_latest.tar
- XPPOUT latest, Window GUI
HuffmanCode
- 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
bounding
- ABAQUS土体边界面本构模型Fortran-The bounding surface model of soil
nibolan
- 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。可以实现+、-、*、/和带括号的运算,如6+(7-1)*3+10/2.(C语言实现)-Design an algorithm that will generally arithmetic expression into a reverse polish expression, and the value of reverse polish expression. Can realize the+,-,*,/and (), s
matrix
- 有一个3*4的矩阵,要求输出其中的最大的那个元素的值,以及其所在的行号和列号-3*4 matrix, the output requirements of which the maximum value of the elements, and the row and column number
20150912
- 卡尔曼C语言算法,四轴滤波最佳处理算法那。-Kalman algorithm C language, four axis filtering processing algorithms that best.
example
- 用于点云数据的简化,选出最小包围方格中的重心以达到数据缩减-The minimum bounding box method, used to process point cloud data, solving the point cloud data in virtual grid in the center of gravity, can be used for data reduction
BookManagementSystem
- 学校图书馆管理系统,可以添加查询删除图书,并统计每本书近期的借阅信息,已经在本校图书管试运行效果良好,欢迎下载交流-School library management system, you can add query-remove books, and statistical information for each book borrowed recently, has been in the school library test tube running well, welcome to
skip_list
- 跳跃表的C语言实现,此算法用于rt-thread。-Skip list implemented with C. It is used in rt-thread.
Introduction-to-Algorithms
- 算法导论的英文版,讲解算法的非常经典的书。-English version of Introduction to Algorithm. A classical book to teach algorithm.
jiaogucaixiang
- 计算给定的正整数n 对应的角谷序列,并求出其中第k大的数。n 和k 都通过标准输入输出得到。-Computing a given positive integer n corresponding Kakutani sequences and determine where the first large numbers k. n and k are obtained through standard input and output.