-
win32API编写的一个俄罗斯方块游戏
win32API编写的一个俄罗斯方块游戏-Win32API prepared a Tetris game
- 2022-04-24 15:22:51下载
- 积分:1
-
这次是PB的
这次是PB的-this PB.
- 2023-09-06 16:10:03下载
- 积分:1
-
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。...
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。-This is an instance of VC call the VB controls, through this example allows you to learn how to use VB to call the VC in the development of controls. I believe you must have help.
- 2022-07-14 03:15:00下载
- 积分:1
-
The document concerns the OS windows XP operation and different fonctionalities
The document concerns the OS windows XP operation and different fonctionalities
- 2022-03-02 04:23:25下载
- 积分:1
-
winrar rarlng.dll 去广告语言文件
如果您不喜欢winrar弹出的广告,建议使用此软件。
如果您安装的winrar是从官方网站下载的 英文版,当打开软件的时候 会弹出广告,将此rarlng.dll放入安装目录下,程序的界面将变为中文,同时,不再弹出广告。如果您安装的是winrar汉化版,实际上是winrar的中国代理将原winrar.exe直接修改后的结果,不管是否注册,都会有广告。
- 2022-03-04 20:14:48下载
- 积分:1
-
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)...
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)-This is a realization of electronic signature procedure in the Visual C Compiler 6.0 environment through, open look, we will find it very interesting :)
- 2022-07-08 04:23:03下载
- 积分:1
-
对输入的数学算式进行分析计算
用户可以添加自己定义的函数分析函数。
对输入的数学算式进行分析计算
用户可以添加自己定义的函数分析函数。-To enter the mathematical formula for calculation the user can add their own analysis of the definition of the function function.
- 2022-05-22 09:09:55下载
- 积分:1
-
SDK API
SDK API 的系统托盘编程的一个例子 编译环境VC 6.0-SDK API
- 2022-01-31 16:04:30下载
- 积分:1
-
C#语言 VSTO C#语言编写的word插件,使用VSTO技术
C#语言 VSTO C#语言编写的word插件,使用VSTO技术-C# language VSTO C# plug-word languages, use the VSTO technology
- 2022-06-28 22:00:49下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1