-
c c++的基本算法及数据结构的实例内容
c c++的基本算法及数据结构的实例内容-c c++ the basic algorithm and data structure example of the contents of
- 2022-08-31 11:25:03下载
- 积分:1
-
一个验证常数数值是否合法的分析程序
一个验证常数数值是否合法的分析程序-a constant verification of the legality of numerical analysis program
- 2022-10-12 07:35:02下载
- 积分:1
-
The code for the net IP phone on real time. The interface can be designed by the...
实时网络ip电话源代码,用户可自行设计界面-The code for the net IP phone on real time. The interface can be designed by the user.
- 2022-08-13 08:23:15下载
- 积分:1
-
温州市电力汽校学员管理系统(v1.0),数据库编程,vc+win2
温州市电力汽校学员管理系统(v1.0),数据库编程,vc+win2-Wenzhou City Power Steam cadet Management System (v1.0), database programming, vc WIN2
- 2022-08-09 18:06:03下载
- 积分:1
-
delphi controls the production of video transmission network (source)
delphi制作网络视频传输控件(源码)-delphi controls the production of video transmission network (source)
- 2022-10-27 09:10:03下载
- 积分:1
-
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!...
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!-an ftp vc source code! Sparrow Although small, but with all! If you want to become their own ftp from the start of this procedure!
- 2022-11-21 09:20: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
-
利用vc实现了一个非常漂亮的滚动静态文本
利用vc实现了一个非常漂亮的滚动静态文本-use vc achieve a very beautiful rolling static text
- 2022-12-22 10:20:03下载
- 积分:1
-
C++语言,约瑟夫环实验报告,里面有详细介绍.
C++语言,约瑟夫环实验报告,里面有详细介绍.-C language, Josephus experimental report, which has a detailed briefing.
- 2022-08-07 15:20:30下载
- 积分:1
-
强大的图像处理库 CXImage 利用VS2012编译修改成功
本人在网上找了很久的CXImage库,强大的开源图像处理库,非常适合VC下开发图像处理的小伙伴,而且修改了错误,利用VS2012编译通过。
- 2022-05-30 09:48:26下载
- 积分:1