-
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则...
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
-recursive algorithm with the partition of the application. Parts mutilation given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out 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-01-26 05:51:05下载
- 积分:1
-
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助...
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助-Windows programming the system source code, which has IO documents, inter-process communication, Network Programming procedures for beginners believe will help
- 2022-02-02 10:14:47下载
- 积分:1
-
黑白棋小程序,酷爱黑白棋的朋友们可以研究看一下。
黑白棋小程序,酷爱黑白棋的朋友们可以研究看一下。-Reversi applet, very fond of Reversi friends can study to look at.
- 2022-07-18 19:20:29下载
- 积分:1
-
C++Prototype C 源码,经典下载
C++Prototype C 源码,经典下载-C++ Prototype C source code, classic download
- 2023-05-18 01:00:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
数据包获取技术的简单描述以及对带S的宝德过滤代码
数据包获取技术的简单描述以及对带S的宝德过滤代码-zhuabao
- 2022-03-07 08:51:52下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2023-03-18 08:25:03下载
- 积分:1
-
计算器Java小程序,四则运算等。
计算器Java小程序,四则运算等。-calculator Java programs, such as four operations.
- 2023-03-25 23:50:03下载
- 积分:1
-
C #程序
- 2022-05-18 05:14:32下载
- 积分:1
-
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者-c game code
- 2022-03-12 08:51:51下载
- 积分:1