-
树控件编程源码实现
树控件编程源码实现-tree controls programming source to achieve
- 2022-05-20 07:44:30下载
- 积分:1
-
清理vc编译后的中间文件,vc60下编译。是你保持不必要的资源浪费!...
清理vc编译后的中间文件,vc60下编译。是你保持不必要的资源浪费!-Clean-up between vc compiled documents, vc60 compiler under. Is that you keep unnecessary waste of resources!
- 2022-09-15 20:25:03下载
- 积分:1
-
系统优化,一个基于windows的系统优化源代码,值得初学者看
系统优化,一个基于windows的系统优化源代码,值得初学者看-System optimize,some windows-base code to system optimize,its worthy to beginer
- 2023-08-20 17:05: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
-
这是一本讲解wIn的一本比较好的电子书,看了内容后很多东西豁然开朗...
这是一本讲解wIn的一本比较好的电子书,看了内容后很多东西豁然开朗-This is a COM-to explain a relatively good book, having read the contents of a lot of things suddenly see the light
- 2023-01-27 16:55:05下载
- 积分:1
-
svm+sift
对遥感图像中目标识别分割算法进行研究,是一种监督学习算法。首先具体介绍了尺度不变特征变换、词典模型和支持向量机的原理、实现的具体步骤和优越性,并对SVM非线性分类中核函数的重要作用进行了深入研究,之后使用基于SIFT的支持向量机分割算法对目标识别进行了实验。
- 2022-01-26 03:37:24下载
- 积分:1
-
This is a simple game of Tetris procedures, no written procedures for the Notes.
这是一个简单的俄罗斯方块游戏程序,写程序时没有注释.-This is a simple game of Tetris procedures, no written procedures for the Notes.
- 2022-07-21 04:11:07下载
- 积分:1
-
使用winpcap非阻塞式抓取 需要winpcap 库
使用winpcap非阻塞式抓取 需要winpcap 库-use winpcap nonobstructive-crawls the need winpcap
- 2022-02-04 07:14:35下载
- 积分:1
-
Visual C++多线程应用。2个线程:发送器和接收器。多
multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
- 2022-03-22 19:09:06下载
- 积分:1
-
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣...
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣喜-Use Delphi to develop software applications, will no doubt greatly enhance the efficiency of programming, and along with the application of in-depth, you will find programming work is no longer boring- Delphi detailed design of each will give you a delighted
- 2022-02-15 02:30:24下载
- 积分:1