-
In touch application to cd boxes enclosure
In touch application to cd boxes enclosure
- 2022-01-25 21:46:00下载
- 积分:1
-
在DBGrid中实现任意方向查找
在DBGrid中实现任意方向查找-DBGrid in achieving any direction you
- 2022-10-28 19:40:04下载
- 积分:1
-
双声道转化为两个单声道数据
通过输入双声道数据,经过处理,可以获得两个单声道的语音,并可以实现很好的效果。
- 2022-06-19 02:16:19下载
- 积分:1
-
Alarm clock with a progress bar
一个闹钟带进度条 -Alarm clock with a progress bar
- 2022-02-10 09:49:18下载
- 积分:1
-
JSP流量统计系统02
JSP流量统计系统02-616杜正动做的系统 有一点小毛病 但是还可以了-JSP flow statistical system 02-616 Du dynamic system has done little problems but also can
- 2022-03-22 09:19:20下载
- 积分:1
-
南方信息港笑话频道,放松您的生活,有劳有逸,享受生活!...
南方信息港笑话频道,放松您的生活,有劳有逸,享受生活!-CP joke channel, relax your life, a labor Plaza and enjoy life!
- 2022-04-11 05:48:21下载
- 积分:1
-
VC6.0编写的COM插件源码
一份VC6.0编写的COM插件源码。注册方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll(这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 卸载方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll /u (这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 ,
- 2022-08-24 14:24:53下载
- 积分:1
-
修改某目录及子目录中的文件名,修改规则:1. 从文件名的尾部删除指定长度的字符;2. 从文件名头部删除指定长度的字符。 界面是基于对话框的,思路清晰,配有文档。...
修改某目录及子目录中的文件名,修改规则:1. 从文件名的尾部删除指定长度的字符;2. 从文件名头部删除指定长度的字符。 界面是基于对话框的,思路清晰,配有文档。-Modify the dictionary(sub-dictionary) name,
rules:
1. Delete characters specified length from the end
2. Delete characters specified length from the start.
Has a simple dialog UI, with document.
- 2022-08-15 01:36:55下载
- 积分:1
-
一个类似WORD的文档编辑器,VC++编程源码
一个类似WORD的文档编辑器,VC++编程源码-WORD document a similar editor, VC++ Programming source code
- 2023-06-17 22:00:04下载
- 积分:1
-
CrossTheMaze
Assume that Edison has found himself in a square-shaped maze of NxN square cells which is surrounded by walls from the outside. In the maze, some of the cells are also walls. Edison can only move between two empty cells in four directions, north, south, west and east. In order to get out of the maze, he drafts a plan. He uses his left hand to lean on the wall and goes by following the wall.
Here is the question, is Edison able to get out of the maze in at most 10,000 steps? If he can make it, output the path. By getting out of the maze, he only needs to be in the exit cell. If the starting cell is the same as the exit, Edison won"t need to move and can directly get out of the maze.
Input
The first line of the input gives the number of test cases, T. T test cases follow. Each test case starts with an integer N. N is the size of the maze. Th
- 2022-02-25 06:08:30下载
- 积分:1