说明:迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, <吕璐> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:通过对图的应用,建立一套交通网络图,实现对求单源最短路径,任意两个城市间的最短路径的查询.
首先根据邻接矩阵和图的知识建立交通网络图,顶点信息存储城市道路信息,由图的最短路径查询城市间的最短道路,输出到达路径。
-Through the diagram, the establishment of a transportation network map, to achieve for single-source shortest <吕璐> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:编写C++程序完成以下功能:
(1) 输入一个文本文件名
(2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果:
整数、无符号整型、长整型、浮点型、字符串、……
-The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstr <李伟> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:工作分配问题的实现
对给定的工作费用,计算最佳的工作分配方案使总费用最小-Allocation of work to achieve a given cost, calculated the best distribution of work programs so that the total cost of the smallest <宗> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:lingo程序
伴随着通信技术的发展及其广泛应用,手机在日常生活的地位越加明显,在本文中针对在一定条件下覆盖人口最多和收入资费最大两个问题建立四个0-1规划模型:最多人口模型、社区通讯资费模型、人口通讯资费模型、随机通讯资费模型。-lingo procedures associated with the development of communication technology and its widespread applic <李德宝> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:编写一个工具程序,能够查找比本数据类型数组中指定数据,并返回该数组的索引值-Procedures for the preparation of a tool that can find an array of data types than the specified data, and return to the array index value <huangciying> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:一个简单的学生系统C语言版 可以输入5个学生成绩,姓名-A simple system of C language version of the students can enter five student achievement, name <徐龙> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:vector类,文件读写的基本操作。具体是随机产生两百个数,分别以vector的形式写入.txt文件中,然后打开两个文件,读出数,计算两个vector的乘积,并把结果写入.txt中。-vector type, the document read and write basic operation. Concrete is randomly generated number 200, respectively, the form of v <DB> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:VC++6.0实现的/*求解输入的年,月,日是一年中的那一天。*/算法-VC++ 6.0 achieved/* Solving the importation of the year, month, day is the day of the year.*/Algorithm <young_way> 在 2025-01-16 上传
| 大小:1kb | 下载:0