-
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?递归分治,刚才上传的ex1.rar有错,以这个为准.-Given a width W of the rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate of height h the smallest? Recursive sub-rule, has just uploaded ex1.rar wrong, this shall prevail.
- 2022-09-10 18:50:03下载
- 积分:1
-
一个图标编辑源程序,实现了图标的编辑。用的是vb语言。
一个图标编辑源程序,实现了图标的编辑。用的是vb语言。-an icon editing source code, achieving icon editor. The language is vb.
- 2022-08-16 18:11:08下载
- 积分:1
-
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间....
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间.-this procedure code used to access the computer system and the time, in many cases we need the system time.
- 2022-02-20 02:41:11下载
- 积分:1
-
DLL Inyection 示例
非常有用的例子,用 C 编写的 dll inyection
32 位 Windows 用户模式基于 DLL 的代码注入类的实现 (XP 及以上)
- 2022-12-24 18:55:03下载
- 积分:1
-
在程序中如何嵌入日历的方法,包括源玛,编译后的文件
在程序中如何嵌入日历的方法,包括源玛,编译后的文件-the process of how to embed the calendar, including the source of Thomas and compiled the documents
- 2023-01-25 23:55:04下载
- 积分:1
-
A组
用汇编语言实现:在屏幕上显示:
SIN(X)+345*X/67
X=?
REXUILT=
等待输入一个任意的十进制数X(假设每个数不...
A组
用汇编语言实现:在屏幕上显示:
SIN(X)+345*X/67
X=?
REXUILT=
等待输入一个任意的十进制数X(假设每个数不超过三位),计算上述表达式的结果,将该结果显示出来:对于XIN(X)的计算结果要求采用子程序编写,主程序用于输入X和显示结果。
B组:
汇编程序写一个能与PC当前运行的程序进行分时操作的程序,程序的功能是演奏“五星红旗迎风飘扬”。并设置有热键,可随时终止或恢复演奏。
C组:
用汇编程序编程编写一个动画程序:有一架飞机在显示屏幕的上方,从左至右,忽高忽地,周而复始的飞行,屏幕下方设有一门高射炮,该炮可人工控制左右移动,人工控制空格键发射炮弹,炮弹命中飞机后,声光大作。(要求使用图形显示方式)
-A group
Using assembly language to achieve: on the screen:
SIN (X)+345* X/67
X =?
REXUILT =
Waiting for input an arbitrary decimal number X (the assumption that the number of not more than three each), calculated the results of the above expression, the results are displayed: For XIN (X) requires the calculation of the results of the preparation subroutine, main program for Enter the X and the result will be displayed.
B:
Assembler to write a PC currently running with the process time-sharing operating procedures, procedures for the function is to play "five-star red flag fluttering in the wind." And set up hotkeys, may terminate
- 2022-04-25 18:27:40下载
- 积分:1
-
实现二叉树的后序的递归和非递归算法。
包括构造函数和析构函数。...
实现二叉树的后序的递归和非递归算法。
包括构造函数和析构函数。-After the realization of the sequence of binary tree recursive and non-recursive algorithm. Including the constructor and destructor.
- 2022-08-24 02:47:46下载
- 积分:1
-
lu decomposition of a very good use of LU decomposition of matrix inversion proc...
一个很好的利用lu分解进行矩阵求逆的程序,详细描述了它的……:这是一个很好的利用lu分解进行矩阵求逆的程序,这是一个很好的支点
- 2022-04-13 01:14:46下载
- 积分:1
-
狗狗管理系统 java
跟着老师一起写的一个狗系统,主要完成的就是对狗狗的添加,修改,删除,查找的功能。可以为狗狗添加图片和相关信息。用eclipse工具写的,适合刚学java得人学习一下的。
- 2022-08-23 15:34:19下载
- 积分:1
-
在windows中建立非MFC DLL的静态链接
在windows中建立非MFC DLL的静态链接
- 2022-07-16 18:34:28下载
- 积分:1