-
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!-VC++ The plug-in, people of good programming. Found good things to share with everyone ah!
- 2022-02-05 01:06:48下载
- 积分:1
-
用c#编写的一个简单的万年历查询器,只能查询每个月的一号。无图形输出,那位仁兄有意可以加一个。运行平台为asp.net+iis....
用c#编写的一个简单的万年历查询器,只能查询每个月的一号。无图形输出,那位仁兄有意可以加一个。运行平台为asp.net+iis.-a simple perpetual calendar inquirier developed with c#,it can only query the first day of each month. there is no graphic output, and I hope someone could add it. running platform is asp.net+iis.
- 2022-05-16 08:56:06下载
- 积分:1
-
A10战斗机和源代码(类似于雷声和闪电的游戏…
A10战斗机及源代码(类似雷电的一款游戏) 类似雷电一样的疯狂射击游戏,游戏不大,很好玩,源码编写的时候比较早,因此对C++初学者比较有帮助,想研究的下载研究一番。-A10 fighter and the source code (similar to a thunder and lightning of the Games) like shooting lightning like crazy games, Game is not very fun, when the source compared to prepare early, so on the C++ for beginners more help, want to download the research study something.
- 2022-03-04 04:45:23下载
- 积分:1
-
将英文大写字母转换成小写字母,中文汉字不变。
将英文大写字母转换成小写字母,中文汉字不变。-convert the capital letter into lowercase letter and the chinese mustn t be changed
- 2022-11-06 03:45:04下载
- 积分:1
-
InfoPath开发人员参考,详细描述了开发InfoPath所需要的各个函数和方法,对编程很有帮助。...
InfoPath开发人员参考,详细描述了开发InfoPath所需要的各个函数和方法,对编程很有帮助。-InfoPath Developer Reference, a detailed description of the development needed InfoPath all function and method of programming helpful.
- 2022-02-15 00:38:02下载
- 积分:1
-
迷宫的小程序,是利用数组的算法
迷宫的小程序,是利用数组的算法-small maze procedure is the use of an array algorithms
- 2022-03-29 21:22:58下载
- 积分:1
-
simple painting (windows SDK)
简易绘画器(windows SDK)-simple painting (windows SDK)
- 2022-11-03 15:55:03下载
- 积分:1
-
基于VC6的纸牌MFC程序
在VC6环境下,编写的一个MFC程序,主要功能实现了纸牌的排序,发牌,出牌等功能,可以给初学者一点参考。
- 2022-02-04 17:48:59下载
- 积分:1
-
C++通用算法之非修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。...
C++通用算法之非修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。-generic algorithm C non-correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience.
- 2023-03-30 05:10:03下载
- 积分: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