资源列表
Sort
- 自己写的关于排序的算法实现,包括插入,快速, 选择, 归并排序-Algorithm about sort , including: insertion sort,quick sort, selecting sort, merge sort
AVLTree_Search
- AVL 树 搜索实现。 自己写的代码,经过测试,可以使用,仅供参考-AVL tree search implementation. Write your own code, tested, can be used for reference purposes only
NQueuen
- NQueuen 问题的代码实现, 进过测试可以使用,仅供参考.-NQueuen problem code, into the over-testing can be used for reference purposes only.
SparseMatrix
- 稀疏矩阵的代码实现, 经过测试可以直接使用。 -Sparse matrix code, has been tested can be used directly.
WordCount
- 文字转换--将输入的文字转换成相应的输出文字,可实现文件加密-Text conversion- the input text into the corresponding output text file encryption can be achieved
jisuanqi
- c语言编程计算器,包括基础加减乘除功能和负数计算,修正小数点的错误。-c language programming calculator, including basic arithmetic functions and negative terms, fix the decimal point errors.
CPPStrassen_-matrix
- implementation of strassen matrix in C++. strassen algorithm is faster than standard matrix multiplication algorithm
Linear_Search
- 本工程包含了C语言中常用的查找方法——线性查找法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used search method- linear search method, which is simple to use, is to write a C program commonly used modules.
Binary_Search
- 本工程包含了C语言中常用的查找方法——折半查找法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used search method- binary search method, which is simple to use, is to write a C program commonly used modules.
Cpp1
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Participate in the Games with n, the school No. 1 ...... n. Competition is divided into m men an
yundonghuichengjitongji
- 运动会运动员成绩的录入查询修改添加等一系列操作。-Games performance athletes enter query modification added and a series of operations.
AC-automata
- AC 自动机,多模式匹配。即给一个字符串集合,查询当前串是否属于该集合。-AC automata, multi-pattern matching. That is, to a collection of strings, string query whether the current collection.
