资源列表
exp_2
- 从文件读入一个有向正权图(n 个结点,m 条边)的权矩阵表示,输出这个图中某一结点到 其余各结点的最短路径长度。 程序必须使用 Dijkstra 算法,使用其他算法(比如穷举)不符合要求。-Reading from a file into a right to a positive figure (n nodes, m edges) of the weight matrix, said output this figure a junction to the length of the sh
fastdelegate
- C++实现委托, 非常好用。 速度快,使用方便。- C++ implementation commission, very easy to use. Fast!
IniFile
- Windows下读取.ini 配置文件的C++类。 包装了底层API函数。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.
Public
- 项目开发的基础代码,实现快速开发。 没什么用。仅供参考。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.
DXFKZ
- 某热门游戏的某热门职业技能的叠加,需要的人就下吧,2014-4-12发布-A popular vocational skills in a superposition of popular games
CrossRiver
- 一个农夫带着一只狼、一只羊和一棵白菜,身处河的南岸。他要把这些东西全部运到北岸。问题是他面前只有一条小船,船小到只能容下他和一件物品,另外只有农夫能撑船。另外,因为狼能吃羊,而羊爱吃白菜,所以农夫不能留下羊和白菜或者狼和羊单独在河的一边,自己离开。请问农夫该采取什么方案才能将所有的东西运过河呢?通过C++实现此经典问题,输出组合方案-Output the solutions of this problem!
Graph
- 输入图的节点,节点之间的连接关系,实现求一个图的邻接矩阵。-Seeking to achieve an adjacency matrix
OrderSystem
- 航空订票系统实现了订票、查看订票信息(分别根据时间、地点、航班次查询)、退票等功能。-The system of ordering can order,check and quit ticket.
Matrix
- 要求创建一个稀疏矩阵,对此矩阵进行压缩存储,然后实现快速转置、求和、求积。-Creating a matrix,than compress,transposition, summation and quadrature.
Gobang
- 在控制台界面实现五子棋程序,包括棋盘的创建、扫描、赋权值、落子,通俗易懂。-The gobang program achieves the function of creating 、scanning、playing.
SelectSort
- c++实现的选择排序算法程序,经典,通过运行该程序可以更好地理解选择排序算法的过程。-c++ implementation of the selection sort algorithm, classic, by running the program can better understand the process of selection sort algorithm.
ParticleFilter
- Particle filter code
