资源列表
mian
- 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:利用字符串的公共前缀来节约存储空间,最大限度地减少无谓的字符串比较,查询效率比哈希表高。 -Text of obtaining statistics its advantage is: use the public to save string prefix storage space, the maximum r
GenerateRand
- VC环境编写的一个随机数产生的小程序,便于扩展,在计算机算法中的概率算法中有一定的应用-A random number generator program written in VC environment, easy expansion, a certain application of probabilistic algorithms in the computer algorithm
Discrete-Mathematics-report(2)
- 1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) 3. 求解商集,输入集合和等价关系,求相应的商集。(C) 注意:题目类型分为A,B,C三类,其中A为基本题,完成A类题目可达到设计的基本要求,其他均为加分题,并按字母顺序分数增加越高。 -A demand for a given finite set of reflexive, symmetric
code
- 代码优化,对输入等式进行分析,利用递归程序和栈,将等式的各个部分分析整理,生成所对应的逆波兰式-Code optimization, analysis of the input equation, the use of recursive procedures and stack, to collate the various parts of the equation, corresponding to the inverse wave generated Lan-style
201203121944
- 这是关于计算机数据结构方面的线性表的基本操作-This is about the computer data structure of the basic operation of the linear form
C_CPP-Algorithm-of-case
- c++语言各种经典算法案例,对很多初学者很有用-Algorithm of case
Josephus
- 完成Josephus问题,实现2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -finish Josephus problem
Campus-navigation
- 校园导航 设计学校的平面图,至少包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从某个场所到达另一场所的最佳路径(最短路径)。 -Campus navigation Design your school plan, including at least more than 10 places, one of the two places can have different between the way, and road long can also be
shoppingSystem
- 利用c语言和少量C++语言编写的商品信息管理系统,适合初学者学习。-C and C++
Prim_Demo
- 用vc实现的图中最小生成树的动态演示,点击菜单时就会自动演示,实现寻找最小生成树的时候思路清晰而简洁,是一份不可多得的资料。-Vc achieve the minimum spanning tree diagram dynamic presentation, click the menu will automatically presentations, find the minimum spanning tree when a clear and concise ideas, is a rar
cPP
- 当我学习数据结构时,将其所用到的部分算法,用C++语言实现了,这是其代码。-Learning when the data structure used in part of the code.
