资源列表

« 1 2 ... .73 .74 .75 .76 .77 2078.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法kmp

说明:kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
<黄异> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法UnionFind

说明:并查集算法主要实现在若干个不相交集合中的两个操作:第一判断一个集合是否在另一个集合中,第二合并两个不相交的集合-A union-find algorithm is an algorithm that performs two useful operations on such a data structure:1. Find: Determine which set a particular element is in. 2. Unio
<黄异> 在 2024-10-21 上传 | 大小:254976 | 下载:0

[数据结构常用算法Trie

说明:Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
<黄异> 在 2024-10-21 上传 | 大小:324608 | 下载:0

[数据结构常用算法winTree

说明:赢者树数据结构,用于外排序,可以实现大数据量的排序-a data structure of WinnerTree, can be used for sorting large amount of data which is larger than the memory of the computer
<黄异> 在 2024-10-21 上传 | 大小:251904 | 下载:0

[数据结构常用算法BigMultiple

说明:该算法可以实现任意大小的整数或浮点数的乘法-The algorithm can achieve any size of integer or floating point multiplication
<黄异> 在 2024-10-21 上传 | 大小:55296 | 下载:0

[数据结构常用算法suanfadaolun-v2.0

说明:算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
<fightfish> 在 2024-10-21 上传 | 大小:13035520 | 下载:0

[数据结构常用算法xbfs

说明:课程设计,一套自己实现的基于位图管理的文件系统-Curriculum design, the realization of a set of their own bitmap based document management system
<Lacus Clyne> 在 2024-10-21 上传 | 大小:118784 | 下载:0

[数据结构常用算法TravelingSalesmanProblem

说明:用便宜算法解决旅行商问题,附测试用例和报告-Cheap algorithm used to solve traveling salesman problem, with test cases and reporting
<杨猛> 在 2024-10-21 上传 | 大小:8192 | 下载:0

[数据结构常用算法ArithmeticExpressionEvaluation

说明:算术表达式求值 从键盘读入一个合法的算术表达式,输出正确的结果,并显示输入序列和栈的变化过程。-Arithmetic Expression Evaluation Reading from the keyboard into a legitimate expression of the arithmetic, the output correct results, and display the input sequence and
<杨猛> 在 2024-10-21 上传 | 大小:5120 | 下载:0

[数据结构常用算法ercha

说明:利用C语言写的二叉树应用关于表达式处理源代码-Using C language to write applications on the expression of the binary tree deal with source code
<Hanker> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法datrie_cvs20061001.tar

说明:This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching
<lucoy> 在 2024-10-21 上传 | 大小:34816 | 下载:0

[数据结构常用算法Sudu

说明:使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of test
<protoss> 在 2024-10-21 上传 | 大小:39936 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2078.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org