-
Maze solving the problem, enter a maze matrix, matrix, said the passage of only...
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。是同过递归求解-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that. Been solved with the recursive
- 2022-12-03 22:20:03下载
- 积分:1
-
In one of my latest projects, I was fiddling around with existing decompression...
In one of my latest projects, I was fiddling around with existing decompression classes, for Zip. I noticed though, that RAR had a far better compression ratio for certain files, and that the existing DLL handled everything itself, including the latest version of the RAR format.
- 2022-02-14 16:56:20下载
- 积分:1
-
该程序是硬盘录像系统的检索回放软件,界面和功能都设计的非常好,是大师级代码,绝对不要错过。...
该程序是硬盘录像系统的检索回放软件,界面和功能都设计的非常好,是大师级代码,绝对不要错过。-The program is the hard disk video recording system search playback software, interface and design features are very good and the master code, absolutely not miss.
- 2022-12-25 10:20:04下载
- 积分:1
-
可以监控到系统剪贴板的动作,并且以16进制显示剪贴板的内容,也可以清楚内容
可以监控到系统剪贴板的动作,并且以16进制显示剪贴板的内容,也可以清楚内容-Can monitor the system clipboard actions, and to 16 hexadecimal display the contents of the clipboard, you can clear the contents of
- 2022-02-05 23:43:37下载
- 积分:1
-
VC++6.0源代码,编译通过,分析DLL/EXE文件信息,可查看它调用哪些DLL和API函数...
VC++6.0源代码,编译通过,分析DLL/EXE文件信息,可查看它调用哪些DLL和API函数
-VC++6.0 source code, compile, analyze DLL/EXE file information, you can see what it calls the DLL and API Functions
- 2023-06-11 00:40:04下载
- 积分:1
-
WinAPI functions, commonly used in the basic function, it is worth downloading
winAPI函数库,常用的基本函数,值得下载-WinAPI functions, commonly used in the basic function, it is worth downloading
- 2022-02-24 11:51:33下载
- 积分:1
-
VS2005 Guinness classic example of source code (C#), This is some of the better...
VS2005典型实例源码大全(C#),这是一些比较好的实例,对于初学者的是一大帮助。-VS2005 Guinness classic example of source code (C#), This is some of the better examples, for beginners is a big help.
- 2022-01-25 20:08:01下载
- 积分:1
-
themselves to add a new category in MFC
自己添加新的类在MFC中-themselves to add a new category in MFC
- 2023-06-18 20:45:03下载
- 积分:1
-
#如果定义(__msdos__)&!定义(msdos)
#if defined(__MSDOS__) && !defined(MSDOS)
# define MSDOS
#endif
#if defined(__OS2__) && !defined(OS2)
# define OS2
#endif
- 2022-04-09 22:32:48下载
- 积分:1
-
能够显示和WINDOWS资源管理器风格相类似的的目录树结构的实例。运行环境WINDOW....
能够显示和WINDOWS资源管理器风格相类似的的目录树结构的实例。运行环境WINDOW.-Can display and WINDOWS Explorer style similar to the example of directory tree structure. Operating environment WINDOW.
- 2022-03-21 07:14:49下载
- 积分:1