搜索资源列表
Answer C2
- 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
Suffix_tree
- Suffix tree的相关查找,定位,Suffix_tre用于基因查找中很有用处.-Suffix tree related to search, positioning, Suffix_tre search for the gene had very useful.
BSTtsinghua
- 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
TableDivision
- 用C语言描述数据库中两个表之间的关系,并建立简单的查找-C language descr iption of the database table between the two, and the establishment of a simple search
search_GA
- 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
数据结构的课程设计
- 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
SqList
- C语言顺序表程序,包括建立,查找,添加,删除等线性表的基本操作-C language program order list, including the establishment, search, add, delete, the basic operation of the linear list
dancunxing
- 最优化理论与方法,一维搜索法,一条完整的单纯形法程序,用C语言编的-Optimization theory and methods, one-dimensional search, a complete program of the simplex method, using the C language. . .
new8
- 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
zju1008
- zju1008魔板程序,练习搜索的好题目,使用了哈希表的相关知识。-Magic zju1008 board procedures, practice good Title search, use a hash table of relevant knowledge.
bashuma
- 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
Search-and-Sorting
- Proof - How to work Search and Sorting algorithms in c-Proof - How to work Search and Sorting algorithms in c++
Binary-search-algorithm
- 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
automatic-origin-search
- 实现USB1020的自动原点搜寻功能,分为4步实现,可供参考-Achieve USB1020 automatic origin search function is divided into four steps to achieve, for reference
search
- 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
deep-search-for-eight-digital-issue
- 深度搜索实现八数码问题。控制台应用,源码和exe文件-Depth search to achieve eight digital problem. Console applications, source code and exe files
large-search
- implementation of the large search
sorting-and-search-alg
- search,sorting algorithm insertion,binary,merge sort application include c++ language
Binary-search
- 实 现 二 分查找法,有简单的使用列子。-Realization of binary search method, there is a simple to use examples.