资源列表
[控制台(字符窗口)编程] 2012012328_exp_1
说明:编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of t<zxy> 在 2024-12-26 上传 | 大小:53kb | 下载:0
[控制台(字符窗口)编程] 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 ju<zxy> 在 2024-12-26 上传 | 大小:48kb | 下载:0
[控制台(字符窗口)编程] fastdelegate
说明:C++实现委托, 非常好用。 速度快,使用方便。- C++ implementation commission, very easy to use. Fast!<dengyufeng> 在 2024-12-26 上传 | 大小:16kb | 下载:0
[控制台(字符窗口)编程] IniFile
说明:Windows下读取.ini 配置文件的C++类。 包装了底层API函数。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.<dengyufeng> 在 2024-12-26 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] Public
说明:项目开发的基础代码,实现快速开发。 没什么用。仅供参考。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.<dengyufeng> 在 2024-12-26 上传 | 大小:10kb | 下载:0
[控制台(字符窗口)编程] DXFKZ
说明:某热门游戏的某热门职业技能的叠加,需要的人就下吧,2014-4-12发布-A popular vocational skills in a superposition of popular games<小翔> 在 2024-12-26 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] CrossRiver
说明:一个农夫带着一只狼、一只羊和一棵白菜,身处河的南岸。他要把这些东西全部运到北岸。问题是他面前只有一条小船,船小到只能容下他和一件物品,另外只有农夫能撑船。另外,因为狼能吃羊,而羊爱吃白菜,所以农夫不能留下羊和白菜或者狼和羊单独在河的一边,自己离开。请问农夫该采取什么方案才能将所有的东西运过河呢?通过C++实现此经典问题,输出组合方案-Output the solutions of this problem!<郑伟> 在 2024-12-26 上传 | 大小:3kb | 下载:0
[控制台(字符窗口)编程] Graph
说明:输入图的节点,节点之间的连接关系,实现求一个图的邻接矩阵。-Seeking to achieve an adjacency matrix<郑伟> 在 2024-12-26 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] OrderSystem
说明:航空订票系统实现了订票、查看订票信息(分别根据时间、地点、航班次查询)、退票等功能。-The system of ordering can order,check and quit ticket.<郑伟> 在 2024-12-26 上传 | 大小:6kb | 下载:0
[控制台(字符窗口)编程] Matrix
说明:要求创建一个稀疏矩阵,对此矩阵进行压缩存储,然后实现快速转置、求和、求积。-Creating a matrix,than compress,transposition, summation and quadrature.<郑伟> 在 2024-12-26 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] Gobang
说明:在控制台界面实现五子棋程序,包括棋盘的创建、扫描、赋权值、落子,通俗易懂。-The gobang program achieves the function of creating 、scanning、playing.<郑伟> 在 2024-12-26 上传 | 大小:4kb | 下载:0
[控制台(字符窗口)编程] SelectSort
说明:c++实现的选择排序算法程序,经典,通过运行该程序可以更好地理解选择排序算法的过程。-c++ implementation of the selection sort algorithm, classic, by running the program can better understand the process of selection sort algorithm.<lsc> 在 2024-12-26 上传 | 大小:3.35mb | 下载:0