-
gfhvguiygjbjhg
gfhvguiygjbjhg
- 2022-01-22 16:50:34下载
- 积分:1
-
save unicode file
save unicode file
- 2022-01-25 14:42:37下载
- 积分: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
-
- 2022-01-26 04:22:50下载
- 积分:1
-
vc写的资源管理器,包含IE的功能
vc写的资源管理器,包含IE的功能-vc write-resource management, including the function of IE
- 2022-01-25 17:30:49下载
- 积分:1
-
tframeviewer,thtmlviewer,和tframebrowser
TFrameViewer, ThtmlViewer, and TFrameBrowser
The HTML component set consists of the ThtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components:
ThtmlViewer The basic component. ThtmlViewer displays single (non-frame) documents. It also forms the basis for the other two components.
TFrameViewer Displays both Frame and single HTML documents. TFrameViewer is oriented more for local disk file use.
TFrameBrowser Also displays Frame and single HTML documents. However, TFrameBrower is oriented toward Internet style protocols and URL usage. Additional code and/or components are generally required to use TFrameBrowser.
If you know that your appication will not be using Frames, you can save a fair amount of code overhead by using ThtmlViewer rather than one of the Frame components. Many operations are also simpler using ThtmlViewer. -TFrameViewer, ThtmlViewer, and TFrameBrowser
The HTML component set consists of the ThtmlVie
- 2022-04-12 18:54:20下载
- 积分:1
-
在ListCtrl控件的report方 式头上添加背景
在ListCtrl控件的report方 式头上添加背景 -ListCtrl controls in the report to the Control report ListCtrl way to add background head-heads add background
- 2022-02-05 12:41:12下载
- 积分:1
-
农历200年的算法。。。C语言写的
农历200年的算法。。。C语言写的
- 2022-01-26 03:05:59下载
- 积分:1
-
链表就地逆置 可以运行的程序
链表就地逆置 可以运行的程序-home run inverse procedures
- 2022-04-10 10:34:44下载
- 积分:1
-
将数据从串口数据从gsm接受收器中读出,显示出来
将数据从串口数据从gsm接受收器中读出,显示出来-Data from the serial port to accept data from the collection device in gsm read out, displayed
- 2022-09-21 03:00:02下载
- 积分:1