-
八皇后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
-
CJJ可视化的编程工具,你可以写CJJ代码,有兴趣去看看
cjj的可视化编程工具,可以写cjj的代码,有兴趣的-cjj visual programming tool, you can write cjj code, interested to see if
- 2023-05-16 03:05:03下载
- 积分:1
-
端口扫描
这是一个简单的桌面应用程序的网络扫描。它运行在端口扫描或在端口扫描模式中,使用可用的 (目前) 三种不同扫描方法之一。它是在 VC 利用 WinPcap 本机库和.NET 包装,SharpPcap 开发了。它提供用于设置网络扫描选项具有日志记录功能的基本界面。该项目最初是为信息系统 (MSc) 的"系统与网络安全"课程任务在雅典大学经济和商业 (MScIS 2008-09) 由装修 Biboudis 和于 Nerantzinis.Modes 当前可用端口扫描,端口扫描。当前可用的方法是 TCP 扫描,UDP 扫描,SYN 扫描。
- 2022-02-02 01:29:39下载
- 积分:1
-
右对齐文本的显示方式
右对齐文本的显示方式-right alignment of the text display mode
- 2023-08-23 20:50:04下载
- 积分:1
-
MFC written forms, suited to want to know the structure of learners MFC
MFC写的窗体,适合于想了解MFC结构的学习者-MFC written forms, suited to want to know the structure of learners MFC
- 2022-08-31 10:10:04下载
- 积分:1
-
关于CE下 串口通讯的方法代码
关于CE下 串口通讯的方法代码...
关于CE下 串口通讯的方法代码
关于CE下 串口通讯的方法代码-On the CE method of serial communication under the code on the next CE serial communication methods code
- 2023-05-10 10:55:02下载
- 积分:1
-
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。...
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。-Based on wince5.0 under, PXA270 drive the GPIO interrupt source, any one of GPIO can be used as an external interrupt.
- 2022-06-14 03:51:01下载
- 积分:1
-
with vc development of the Russian squares procedure is a small game software
用vc开发的俄罗斯方块程序,是个小型游戏软件-with vc development of the Russian squares procedure is a small game software
- 2023-04-12 10:50:03下载
- 积分:1
-
一款AVI 编辑器, 用C 编的, csc *.cs
AVITOOL
一款AVI 编辑器, 用C 编的, csc *.cs
AVITOOL -help-An AVI editor, using C-series, csc*. cs AVITOOL-help
- 2023-01-08 17:05:03下载
- 积分:1
-
Based on IDL and VisualC_ mix of programming, detailing the IDL language, and ex...
基于IDL和VisualC_的混合编程,详述了IDL语言,并实例演示两者的调用-Based on IDL and VisualC_ mix of programming, detailing the IDL language, and examples of presentation between the two calls
- 2022-08-22 23:07:05下载
- 积分:1