-
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-08-06 12:51:19下载
- 积分:1
-
蚁群算法是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配...
蚁群算法是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题-Ant colony algorithm is a combinatorial optimization problem to solve a new type of general-purpose heuristic method, the method has positive feedback, distributed computing and constructive greedy heuristic search features. Through the establishment of appropriate mathematical model, based on the fault over-current distribution network fault location into a nonlinear global optimization problem
- 2022-01-26 06:05:59下载
- 积分:1
-
静态数码管显示的控制,数码管为共阳极数码管,静态时选中位选送高电平,相应的段选送1点亮其中的段...
静态数码管显示的控制,数码管为共阳极数码管,静态时选中位选送高电平,相应的段选送1点亮其中的段-Static digital tube display control, digital control for a total of anode digital tube, static high level when the selected bit selected, the corresponding selected paragraph one paragraph one lit
- 2022-05-13 02:26:57下载
- 积分:1
-
自己写的一个 用 CSpreadsheet 类操作Excel的小报表处理程序
自己写的一个 用 CSpreadsheet 类操作Excel的小报表处理程序-Wrote it myself, a class action with CSpreadsheet report processing procedures for small-Excel
- 2023-04-08 17:05:04下载
- 积分:1
-
局域网视频监控系统,本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:
系统采用人机交互的方式,界面...
局域网视频监控系统,本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:
系统采用人机交互的方式,界面美观友好。
屏幕信息需要时时显示,网络延时不能大于1秒。
服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。
系统运行时占用内存不能大于10MB,以免影响系统性能。
客户端运行时需要隐藏显示窗口,起其感觉不到在运行。
-The system belong to a small local area network monitoring system can be carried out on a computer screen monitoring, implementation of this system is mainly the following functions:
Human-Computer Interaction system the way attractive and friendly interface.
screen display information required from time to time, the network delay should not exceed one second.
can run server-side, as long as the client is running, information on the display screen can.
system memory run-time should not exceed 10MB, so as not to affect system performance.
necessary run-time client to hide the window, starting at less than the feeling of running.
- 2022-02-26 05:06:51下载
- 积分:1
-
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转...
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
-Timeout waiting for core principles of mechanism: the application through the operating system
- 2022-03-16 13:01:09下载
- 积分:1
-
PSOC的使用教程,详细讲述了PSOC的使用方法,特别适合初学者使用
PSOC的使用教程,详细讲述了PSOC的使用方法,特别适合初学者使用-PSOC use tutorial, a detailed account of the PSOC use, especially suitable for beginners to use
- 2022-02-01 07:49:00下载
- 积分:1
-
a television special information management software source code, the code has b...
一个电视台专用的信息管理软件源代码,本代码已经过严格测试。包含编辑审核传输视频文件等功能。-a television special information management software source code, the code has been tested. Includes editor video transmission audit function.
- 2022-02-26 03:43:43下载
- 积分:1
-
this document for LCD driver chips for Samsung KS0093 spent mainly on the COG
此文件为液晶驱动芯片 为三星的KS0093 主要用在COG上-this document for LCD driver chips for Samsung KS0093 spent mainly on the COG
- 2022-03-25 18:12:28下载
- 积分:1
-
雷达成像之RD算法和CS算法( Range
雷达成像之RD算法和CS算法( Range-doppler)-RD radar imaging algorithm and CS algorithm (Range-stethoscope)
- 2022-02-03 06:49:03下载
- 积分:1