资源列表
010
- c++ struct race tree
005
- c++ data struct stack
cds
- 虚拟骨干网,包括佛罗里达大西洋大学的Jie Wu和Hailan Li 提出的关于连通控制集的算法,第二种算法是das等提出的从找到最小近似控制集到建立一个最小生成树的算法,最后一种算法是通过寻找MIS集获得CDS的方法。这三种算法提供了三种建立CDS集的方法,连通控制集(connected dominating set,CDS)作为层次路由协议中的虚拟主干是网络中保证其余节点能顺利通信的关键,它们承受更高的通信和计算负荷,网络的可靠性会因这些关键节点中的某个节点的失效而受影响。-Virtual
moonandllgc
- 包括2个程序,一个是用于生成2维双月数据的C++程序,不过不是很完整,另一个是局部全局办监督分类算法,可用于测试用户生成的双月数据。-LLGC DOUBLE MOOD DATA
CPP-BASIC
- c++的基础程序,包括对3个变量按由小到大的顺序排序,静态局部变量的值,指针作为函数参数-C++ program basis, including the three variables from small to large order according to the order, static local variable, pointer as the function parameters
huffuman2
- 哈弗曼编码,可以对你的txt文件进行压缩并输出到指定的txt文件-Corner man coding, can to your TXT file compression and output to the specified TXT file
Joseph
- 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。设计程序输出出列顺序。-Joseph circle
CPP-polynomial
- C++一元多项式加减乘,功能多样,主菜单选择功能:创建含有n个链表类型结点的项,即创建一个n项多项式,判断指数是否与多项式中已存在的某项相同等等。-C++ a polynomial subtraction multiplication
path
- 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径-The maze is a two-dimensional matrix, including one for the wall, 0 for the road, 3 for the entrance, four of them for export requirements from the entrance from the export end of the se
student-information
- 用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Chain storage structure of a class student information management. Design process to calculate each person s average score according to grade point average output from the high in the end sort s
tsp
- 动态规划法 找出最短回路 算法复杂度有点高 鼠标右键设点 左键出结果-Dynamic programming method to find the shortest loop
lianbiao
- 链表的插入、删除等操作,Visual C++环境下编写,课堂作业-lian biao de cha ru shan chu deng cao zuo
