-
图书管理系统 C++
图书馆管理系统模拟,支持 添加书本、删除书本、查询书本等图书管理基本功能,是初学者学习c++的好资料
- 2023-07-14 13:45:03下载
- 积分:1
-
有限元非线性分析源程序,用FORTRAN90编写,主要用于非线性有限元分析...
有限元非线性分析源程序,用FORTRAN90编写,主要用于非线性有限元分析-nonlinear finite element analysis of the source, with FORTRAN90 preparation, mainly for nonlinear finite element analysis
- 2022-03-07 10:17:16下载
- 积分:1
-
在应用程序中设置打印选项
在应用程序中设置打印选项-application procedures set print options
- 2022-05-05 14:11:23下载
- 积分:1
-
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,...
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,-clistctrl used for the right can be a form for each item editing process, involving many aspects of knowledge, s
- 2023-01-10 15:50:04下载
- 积分:1
-
机房管理信息系统 机房管理信息系统
机房管理信息系统 机房管理信息系统 -co dsfsadfasdfsafdasfdsafd
- 2022-01-25 17:49:45下载
- 积分:1
-
用来隐藏任何已开启的程式, 以及桌面, Taskbar等
用来隐藏任何已开启的程式, 以及桌面, Taskbar等-to hide any open programs, and desktop, such as Taskbar
- 2022-02-27 09:19:46下载
- 积分:1
-
VHDL硬件描述语言基础,非常好的一本书,有时间不妨看看!
VHDL硬件描述语言基础,非常好的一本书,有时间不妨看看!-VHDL hardware description language based, a very good book, time to take a look!
- 2022-03-15 14:32:38下载
- 积分:1
-
全国交通咨询模拟下载,C语言编写源代码,大家看看哈
全国交通咨询模拟下载,C语言编写源代码,大家看看哈-The National Transport Advisory simulation download, C language source code, we take a look at Kazakhstan
- 2022-07-04 08:31:11下载
- 积分:1
-
牛顿前插迭代函数,即实现牛顿前插迭代函数前插计算插值点的值...
牛顿前插迭代函数,即实现牛顿前插迭代函数前插计算插值点的值-Newton s_forward_interpolation_function
- 2022-02-12 18:02:27下载
- 积分: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