资源列表
Cpp1
- 校园导游,可以选择景点序号来了解景点,通过选择两点可计算最短距离和最近路线。-Campus tour guide, you can choose the attractions serial number to understand the attractions of by selecting the shortest distance can be calculated and the recently routes.
aco
- 这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the network, as well as books on some o
UASLIST
- source code for double linked list
GA
- 遗传算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
studentm
- 顺序栈的学生管理系统,这四个是不同的结构联系的。初学c++ 写的不是很好。-The students stack the order management system, the structure of the four different links.
CList
- 一个单向链表的类,其中包含单向链表和循环链表-A one-way linked list class, which includes one-way and circular linked list
yyxsdxs
- 本程序是采用数据结构的算法实现一元稀疏多项式加法器的功能
xueshengchengjiguanlixitong
- 此压缩包包括头文件以及源代码,可基本实现学生成绩管理系统,代码精炼。-This compressed package includes header files and source code, can be basically student achievement management system, code refining.
字符解密
- 这是一个通过字符串操作来实现文本加密解密的源程序,通过打乱原文本字符串的顺序,隐藏信息,通过解密,可以回复原字符正常顺序,达到加密解密的目的.压缩包包括源程序文件,再vc中运行.-This is a string manipulation through the text to achieve encryption and decryption of the source, through the disruption of the text string in the order, hide
DP.rar
- 最长路径DP算法 根据邻近矩阵,再运用DP算法计算出图中任意节点间的最长路径,有点类似于最短路径算法,DP algorithm for the longest path in accordance with the neighboring matrix, re-use of DP algorithm to calculate arbitrary graph the longest path between nodes, somewhat similar to the shortest path
List
- 链表基本功能的实现,包括建立,插入,删除,搜索,求长度等等,
tree
- 二叉树的中序、前序、后序的递归、非递归遍历算法,层次序的非递归遍历算法的实现-Binary tree in order, first order, the order of the recursive, non-recursive traversal algorithm, hierarchical sequence of non-recursive traversal algorithm to achieve
