-
精通QT4编程
精通QT4编程-代码(共四部分),此为第2部分-Proficient QT4 programming- the code (a total of four parts), This is Part 2
- 2022-02-28 12:42:06下载
- 积分:1
-
深入浅出Ext JS 源码 例子十分详细易懂,非常适合初学者
深入浅出Ext JS 源码 例子十分详细易懂,非常适合初学者-Ext JS easy source easy-to-understand examples of very detailed, very suitable for beginners
- 2023-06-08 14:10:03下载
- 积分:1
-
操作系统中,读者和写者问题的解决方案。调用windows API函数,清晰明了。...
操作系统中,读者和写者问题的解决方案。调用windows API函数,清晰明了。-Operating system, readers and writers solution to the problem. Call the windows API function, clarity.
- 2023-08-03 00:55:03下载
- 积分:1
-
自做鼠标画图程序
这是一个自己实现的简单的鼠标事件处理程序,包括鼠标左键落下,右键抬起进行画图功能。此程序简单易懂,结构清晰,是学习者的好帮手
- 2022-03-17 22:32:19下载
- 积分:1
-
一个简单的迷宫程序 一个点一闪一闪的 直到找到出路位置 很好玩的...
一个简单的迷宫程序 一个点一闪一闪的 直到找到出路位置 很好玩的-migong
- 2022-04-09 03:09:04下载
- 积分:1
-
怎样读取灰度图象的灰度值.txt,在vc++中编译通过
怎样读取灰度图象的灰度值.txt,在vc++中编译通过-How to read the gray value of gray-scale images. Txt, in vc++ Compiled through
- 2023-04-10 18:20:03下载
- 积分:1
-
新节点 新节点 新节点 新节点
新节点 新节点 新节点 新节点 -new nodenew nodenew nodenew nodenew nodenew nodenew node
- 2023-01-25 02:20:04下载
- 积分:1
-
定时关机 E语言原码 本人开源第一次上传
定时关机 E语言原码 本人开源第一次上传-
TimerTask E Code Open Source No.1 upload
- 2022-01-26 02:52:50下载
- 积分:1
-
随机口算测试系统
用户需要注册账号密码,登陆后开始做题,系统随机出100以内的算术题。用户计算完毕后提交,系统计算分数及时间,并保存记录。
- 2022-05-31 12:08:00下载
- 积分: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