-
One uses tcp communication. 2 Des realize freedom to choose the main library. ba...
1采用了tcp通信。
2实现自由选择主辅库。
backup:数据库监视备份软件(backup.exe,backup.ini,backup.log,sendclient.log)-One uses tcp communication. 2 Des realize freedom to choose the main library. backup: backup software, database monitoring (backup.exe, backup.ini, backup.log, sendclient.log)
- 2022-03-25 02:10:16下载
- 积分:1
-
数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现...
数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现-data structure Josephus the chain storage structure (circular linked list) Algorithm
- 2022-04-06 17:15:06下载
- 积分:1
-
《数据结构与算法分析+C 2B 2B+描述+第三版》答案
《数据结构与算法分析+C 2B 2B+描述+第三版》答案-answer
- 2022-03-11 09:49:42下载
- 积分:1
-
数据库模式读取delphi源程序,可以读取多种关系数据库
数据库模式读取delphi源程序,可以读取多种关系数据库-Delphi source code to read the database model, which can be read by a variety of relational database
- 2023-02-17 16:40:03下载
- 积分:1
-
这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助...
这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助-this is a code of data structure
- 2022-05-23 07:02:24下载
- 积分:1
-
backtracking algorithm maze problem
回溯算法迷宫问题-VB代码是回溯算法非常经典的例子。可以做游戏做简单的参考
- 2022-01-25 17:04:24下载
- 积分:1
-
Seek the shortest path, based on the VISUAL C++ Developed source code belonging...
求最短路径,基于VISUAL C++开发的源代码 属于数据结构-Seek the shortest path, based on the VISUAL C++ Developed source code belonging to the data structure
- 2022-02-14 15:27:45下载
- 积分:1
-
适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。
适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。-K_Means and make suitable for K_NN data, a total of 150 groups, divided into three clusters.
- 2022-01-28 02:09:09下载
- 积分:1
-
这是一个用txt文本实现数据库功能的小软件,具备新建,查询,修改等数据库基本功能,这对没有数据库的朋友是个不错的选择...
这是一个用txt文本实现数据库功能的小软件,具备新建,查询,修改等数据库基本功能,这对没有数据库的朋友是个不错的选择-This is a text with txt database functions realize a small software, with new, query, modify the basic functions such as database, which does not have the database of friends are a good choice
- 2022-03-03 20:13:28下载
- 积分:1
-
main
以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。
1.基本要求
(1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出。其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如下图所示迷宫。从入口(1,1)到出口(8,8)的求解结果如下:
(1,1)(1,2),(2,2)(3,2)(3,1)(4,1)(5,1)(5,2)(5,3)(6,3)(6,4)(6,5)(5,5)(4,5)(4,6)(4,7)(3,7)(3,8)(4,8)(5,8)(6,8)(7,8)(8,8)(The labyrinth is represented by a m*n rectangular array. 0 and 1 represent the pathways and obstacles in the labyrinth respectively. Design a program for any set of maze, find a way from the entrance to the exit, or draw no conclusion of the path.
1. basic requirements
(1) first implement a stack type with linked list as storage structure, then write a non recursive procedure to solve the maze. The path obtained is output in the form of three tuple (I, J, d). Among them: (I, J) indicates a coordinate in the labyrinth, and D indicates the direction of going to the next coordinate. As shown in the labyrinth below. The results obtained from the entrance (1, 1) to the outlet (8, 8) are as follows:
(1, 1) (1, 2), (2, 2) (3, 2) (3, 1) (4, 1) (4, 1).)
- 2018-07-03 13:15:46下载
- 积分:1