-
可变变量
changeable variables
- 2022-08-23 07:42:04下载
- 积分:1
-
XML文件读写程序
XML文件读写程序-XML document literacy procedures
- 2022-07-26 14:18:47下载
- 积分:1
-
RC4编码和解码,内附原始代码,用你的理解…
RC4编码和解码,包括RC4原始代码,用于您了解如何编码和解码RC4。
- 2022-04-25 09:39:58下载
- 积分:1
-
"C常用算法程序集" 第二版 徐士良主编 清华大学出版社
配套软盘...
"C常用算法程序集" 第二版 徐士良主编 清华大学出版社
配套软盘-usually use
- 2022-05-27 18:05:47下载
- 积分:1
-
五个文件均为VC++演示程序,它们可以帮助您学习VC++。
五个文件均为VC++演示程序,它们可以帮助您学习VC++。-Five documents are VC++ Demo program, they can help you learn VC++.
- 2022-07-12 04:08:50下载
- 积分:1
-
SUN Xin C++ Course (all 20 speakers) PPT notes, including all the source code.
孙鑫C++教程(全20讲)PPT讲义,包含全部源代码。-SUN Xin C++ Course (all 20 speakers) PPT notes, including all the source code.
- 2022-01-28 11:49:46下载
- 积分:1
-
水晶报表实例,这是在ASp.net里做水晶号表,很好用的,用C#写的。...
水晶报表实例,这是在ASp.net里做水晶号表,很好用的,用C#写的。-crystal statements example, it is done in ASp.net Lane, Crystal Table good use, and C# writes.
- 2022-03-22 08:56:57下载
- 积分:1
-
自己写的柱控制代码C++ MFC不成就写碗等。
Write your own column control code c + + mfc no mean achievement to write bowl of lightly-Write your own column control code c++ mfc no mean achievement to write bowl of lightly
- 2023-08-20 22:15:03下载
- 积分:1
-
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码...
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码-Evc used in the development of the platform Wince operating Dll and Plugin code examples, and complete testing procedures and FOSS
- 2022-01-26 00:49:05下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1