-
Hanoi in C++,more powerful in display!
C++编写的汉诺塔程序 有比较强的界面显示功能! 步骤详细-Hanoi in C++,more powerful in display!
- 2022-08-11 22:08:41下载
- 积分:1
-
在clistctral直接修改功能添加控制
在ClistCtral 控件中添加直接修改功能-Add control at ClistCtral directly modify the function
- 2023-09-03 04:35:04下载
- 积分:1
-
计算地下各种体异常的计算方法
计算地下各种体异常的计算方法-Calculation of various physical abnormalities underground method of calculating! ! ! ! ! ! !
- 2022-06-30 09:33:10下载
- 积分:1
-
parts cutting issue for a fixed width of the rectangular plate W, the height of...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?-parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-03-24 18:18:21下载
- 积分:1
-
elong SCM temperature control, and led keys and control category C source code,...
elong单片机温控,led和按键控制等源代码类C文件,459调试通过-elong SCM temperature control, and led keys and control category C source code, debugging through 459
- 2022-12-26 22:55:03下载
- 积分:1
-
这是一个学习简单WIN32 Dynamic
这是一个学习简单WIN32 Dynamic-link library编程的代码 希望对大家有所帮助.
- 2023-03-02 12:30:03下载
- 积分:1
-
用c++写的一个飞行射击游戏,有积分升级,刺激!
用c++写的一个飞行射击游戏,有积分升级,刺激!-Using c++ to write a flight shooting game, there are points to upgrade to stimulate!
- 2022-02-26 16:07:14下载
- 积分:1
-
pso for function optimization
粒子群优化算法是优化算法的重要组成部分。粒子群优化算法已被广泛应用于函数优化、车间调度优化、配电网、旅行商问题等领域。。上传程序是在函数优化中的应用。
- 2022-03-11 16:51:08下载
- 积分:1
-
JAVA程序设计中会要的一个程序,主要是字体显示的设计,供JAVA学习者学习用...
JAVA程序设计中会要的一个程序,主要是字体显示的设计,供JAVA学习者学习用-JAVA program design will be a procedure for the main characters is shown in the design, JAVA for learners with learning
- 2022-03-26 06:45:47下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1