-
VC++环境下实现图像的缩放
VC++环境下实现图像的缩放 -VC++ Environment realize image zoom
- 2022-07-11 11:59:03下载
- 积分:1
-
开发了一个手机摄像头的应用,只有应用程序不包括..
一公司开发的手机拍照应用程序,只是应用不包含源代码,请仔细看下说明,然后再决定是否下载-Developed a mobile phone camera applications, only the application does not include source code, please note carefully facie, and then decide whether or not to download
- 2022-03-12 22:47:58下载
- 积分:1
-
PC机双机通讯
应用背景PC机双机通讯在某些场合下还是有用武之地的,以之构成简易控制系统有极高的性价比。关键技术串口自动识别,误操作有报警功能,界面友好,多项操作功能。
- 2023-03-28 18:30:04下载
- 积分:1
-
cashcode描述文件.
cashcode document MNT description
- 2023-09-01 10:20:03下载
- 积分:1
-
This is my learning process of their VB series as a small program is about the n...
这是我在学习VB过程中自己所编的一个小程序,是关于统计字母个数的。-This is my learning process of their VB series as a small program is about the number of letters.
- 2022-03-28 10:29:49下载
- 积分:1
-
vc实现的屏幕放大镜源代码,供学习vc的参考学习
vc实现的屏幕放大镜源代码,供学习vc的参考学习-vc achieve screen magnifiers source for learning vc reference learning
- 2022-03-20 07:56:40下载
- 积分:1
-
Exam1 iCarnegie
埃斯特·埃斯·艾尔·奎兹(este es el quizz practico numero 1 de icarnegie)
- 2022-01-28 22:49:28下载
- 积分:1
-
防爆系统 防爆系统 防爆系统
防爆系统 防爆系统 防爆系统 -GOOD PROGRAMME
- 2022-02-10 12:36:20下载
- 积分:1
-
BARCODE example......
FULL version via e
BARCODE example......
FULL version via e-mail.
- 2023-02-26 17:55:03下载
- 积分: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