资源列表

« 1 2 ... .58 .59 .60 .61 .62 2263.64 .65 .66 .67 .68 ... 2657 »

[数据结构常用算法maze

说明:迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。-Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwi
<xf> 在 2024-06-14 上传 | 大小:1106944 | 下载:0

[数据结构常用算法Merge-sort

说明:归并排序是建立在归并操作上的一种有效的排序算法。-Merge sort is based on the operation of an efficient merge sort algorithm.
<xf> 在 2024-06-14 上传 | 大小:1024 | 下载:0

[数据结构常用算法SOJKHFFX

说明:数据结构的简单应用、队列和表的简单增删改查-Simple deletions simple application data structures, queues, and tables to the investigation
<张国裕> 在 2024-06-14 上传 | 大小:1024 | 下载:0

[数据结构常用算法HString

说明:自己编写的字符串处理处理,实现string内的几个函数-I have written string handling processing, several functions within a string
<zhangkai> 在 2024-06-14 上传 | 大小:858112 | 下载:0

[数据结构常用算法datastruct

说明:现在有一个英文字典,单词量很大,达到100多万的单词,而且还有很多重复的单词。 单词(词组)检索,字符串哈希,hash散列算法,Trie树结构-Now there is an English dictionary, the word is large, reaching more than 100 million words, but there are many duplicate words. Word (phrase) sea
<帕克> 在 2024-06-14 上传 | 大小:11014144 | 下载:0

[数据结构常用算法kmp.cpp.tar

说明:自己写的KMP,供大家参考使用,参照前辈的博客-->http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html-Write your own KMP, for reference use, reference predecessors blog-> http://www.cnblogs.com/dolphin0520/archive/2011/08/2
<权威> 在 2024-06-14 上传 | 大小:1024 | 下载:0

[数据结构常用算法IsReverse

说明:2. 链栈的应用:编写函数,判断给定的字符串是否回文。如字符串“abcba”、“abccba”均为中心对称,字符串“abcdba”不中心对称,我们将中心对称的字符串称为回文。-2. Chain stack applications: Write a function to determine whether a given string palindrome. If the string " abcba" , "
<黄瑜琳> 在 2024-06-14 上传 | 大小:9216 | 下载:0

[数据结构常用算法key_Queue

说明:3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (ch
<黄瑜琳> 在 2024-06-14 上传 | 大小:6144 | 下载:0

[数据结构常用算法key_ListInArray

说明:3. 利用折半查找算法在有序表中插入一个元素,并保持表的有序性。在ListInArray工程中添加新接口int ListInsert_Binary(LIST &L, DataType item)实现上述功能。-3. Use binary search algorithm to insert an element in the ordered table, and keep ordering table. Adding a new int
<黄瑜琳> 在 2024-06-14 上传 | 大小:4096 | 下载:0

[数据结构常用算法Apriori

说明:用c++实现的Apriori算法解析程序,编码简洁精练,具有一定的参考价值-Apriori algorithm implemented with c++ analytical procedures, coding simple and concise, with some reference value
<anson> 在 2024-06-14 上传 | 大小:73728 | 下载:0

[数据结构常用算法3-1FloorCover

说明:中科院算法作业,2*1的地板块覆盖3*n的地板有多少种方案-Arithmetic operations, ground plate 2* 1 3* n the floor covering many kinds of programs
<jason> 在 2024-06-14 上传 | 大小:4057088 | 下载:0

[数据结构常用算法CPPk-means

说明:K-MEANS算法实例,可以用于数据聚类分析,现成的源代码-K-MEANS algorithm instance, can be used for data clustering analysis, existing source code
<lujun> 在 2024-06-14 上传 | 大小:30720 | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 2263.64 .65 .66 .67 .68 ... 2657 »

源码中国 www.ymcn.org