-
磁盘碎片整理,速度快,可以同时整理几个盘
运行后大大提高计算机速度...
磁盘碎片整理,速度快,可以同时整理几个盘
运行后大大提高计算机速度-disk defragmentation, fast, it will also collate after running several disk greatly enhance the speed of computer
- 2022-12-26 11:45:03下载
- 积分:1
-
c# 的聊天程序客户端。
c# 的聊天程序客户端。-procedures chat client.
- 2022-03-12 06:03:15下载
- 积分:1
-
一个在VC中使用ASM的程序,欢迎大家下载使用,如有问题,请留言联系。...
一个在VC中使用ASM的程序,欢迎大家下载使用,如有问题,请留言联系。-a VC in the use of the ASM procedure, all are welcome to download the use, if there are questions, please contact messages.
- 2022-03-06 17:50:43下载
- 积分:1
-
serial programming using c#
本计画供初级学生测试串行程式,并可协助将资料从微控制器传送至个人电脑;
- 2022-05-14 17:15:30下载
- 积分:1
-
VB串口通讯测试源代码,可以打开、关闭端口,可以进行波特率、端口号设置,有文本和图形两种端口数据观察方式、...
VB串口通讯测试源代码,可以打开、关闭端口,可以进行波特率、端口号设置,有文本和图形两种端口数据观察方式、-VB serial communication test the source code, you can open, close the ports, can be baud rate, port number is set, there are two kinds of text and graphics port data observation method
- 2022-08-25 07:29:34下载
- 积分:1
-
VC类代码,求积分的类,可应用到自己程序中
VC类代码,求积分的类,可应用到自己程序中-VC category code for the integration category, can be applied to their own procedures
- 2022-01-28 20:22:38下载
- 积分:1
-
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb中影集团bvcb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcfgc bvcb
- 2023-05-02 01:30:03下载
- 积分:1
-
it a source code of lenmessenger.
it a source code of lenmessenger.
- 2022-01-26 06:58:42下载
- 积分:1
-
常用的C与C++的一些算法,word格式.
常用的C与C++的一些算法,word格式.-Commonly used C and C++ some algorithms, word format.
- 2022-08-17 21:43:04下载
- 积分: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