-
The concept of object
面向对象编程概念的一些学习心得,希望能给大家帮助-The concept of object-oriented programming some of the learning experience, could you help
- 2022-04-17 04:00:58下载
- 积分:1
-
生产者和消费者
producer and consumer
- 2022-03-30 18:35:18下载
- 积分:1
-
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作...
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作业的最短时间。-pipeline workbook, A, B machines handling a ~ 5 respectively, the time required is . . . . ]. . . . And one machine can handle only one time operation, an operation only by the completion of a machine, for A, B complete all work is the shortest time.
- 2022-04-20 04:25:08下载
- 积分:1
-
A very good c++ Learning video, was very detailed and thorough! Suitable for c++...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2023-08-24 20:30:10下载
- 积分:1
-
中国的手机安装java程序
driver for chinese phone install java
- 2022-08-07 18:15:21下载
- 积分: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
-
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。...
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。-oracle database commands introduced. Compare. Very difficult to find good information to help beginners, and Sharing.
- 2022-07-11 14:58:40下载
- 积分:1
-
vc实现的windows平台下GE MMT列车监控协议
vc实现的windows平台下GE MMT列车监控协议-vc realize the windows platform GE MMT Train Supervision agreement
- 2023-04-09 03:05:04下载
- 积分:1
-
IC卡数据读写代码下载
IC卡数据读写代码下载-IC card reader data downloaded code
- 2023-03-16 01:50:04下载
- 积分:1
-
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008-Abstract factory design pattern in C# implementation, development platform, have switched to VS2008 as VS2005
- 2022-02-22 07:49:48下载
- 积分:1