-
提供计算机硬件信息
提供计算机硬件信息
- 2022-04-15 08:05:12下载
- 积分:1
-
vb print control procedures of the task to monitor and control printing tasks
vb 打印任务监控程序 对打印任务进行监控-vb print control procedures of the task to monitor and control printing tasks
- 2022-11-06 01:30:06下载
- 积分:1
-
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.-In layman
- 2022-11-08 16:55:02下载
- 积分:1
-
设计一个可进行多项式运算的演示程序。程序执行的命令包括:(1)生成多项式。(2)打印多项式(积分的打印做特殊情况处理)3)两个多项式求和。(4)两个多项式求差。...
设计一个可进行多项式运算的演示程序。程序执行的命令包括:(1)生成多项式。(2)打印多项式(积分的打印做特殊情况处理)3)两个多项式求和。(4)两个多项式求差。(5)对多项式求积分。(6)对多项式求微分-design can be a polynomial of Operational Demonstration Program. Procedures for the implementation of the order, including : (a) generating polynomial. (2) Print polynomial (Integral Print doing special circumstances) 3) 2 polynomial summation. (4) two polynomials for worse. (5) The right polynomial quadratures. (6) for polynomial differential pairs
- 2022-10-03 00:40:03下载
- 积分:1
-
信息显示实验,非常适合VC的初学者们学习
信息显示实验,非常适合VC的初学者们学习-Information display experiment, the VC is ideal for beginners to learn
- 2022-01-28 23:47:07下载
- 积分:1
-
本程序可以实现把所画出的图像生成视频,希望对您有所帮助,网站不让上传小于1K的程序,就随便粘贴了其他的东西,使用时删除就行了...
本程序可以实现把所画出的图像生成视频,希望对您有所帮助,网站不让上传小于1K的程序,就随便粘贴了其他的东西,使用时删除就行了-This procedure can be achieved to generate video images drawn by the hope of help to you, the website allow upload process is less than 1K, it casually pasted other things, used to delete on the list
- 2023-03-02 12:55:03下载
- 积分:1
-
加载一个文件,打印在订单 ascendet 和后代、 数量最多、 较低和平均
加载一个文件,打印在屏幕订单 ascendet 和后代、 最大和较低的数目,也的数字 avergae
该文件必须这样来
+002、-005、 + 999 ;
文件的类型由已到像 file.ae1
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-30 04:38:49下载
- 积分:1
-
这是个数据库相关的源代码,希望对大家有帮助,连接DAO数据库,希望大家多多支持...
这是个数据库相关的源代码,希望对大家有帮助,连接DAO数据库,希望大家多多支持-This is a database-related source code, in the hope that we help to connect DAO database, hope that we can support
- 2023-08-17 18:25:04下载
- 积分:1
-
GDAL做影像校正 源码程序,提供给大家参考,
GDAL做影像校正 源码程序,提供给大家参考,-GDAL source code to do image correction procedures, provides us with reference
- 2022-03-22 22:31:48下载
- 积分: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