-
递归与分治算法的应用.零件切割问题
给定一块宽度为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
-
VB UART write, VS2008, add the control can work
VB UART 编写,VS2008,加控件可工作-VB UART write, VS2008, add the control can work
- 2023-03-22 04:25:04下载
- 积分:1
-
一个算法,实现如下功能:输入一个整数,输出该整数的二进制表示形式中1的个数。...
一个算法,实现如下功能:输入一个整数,输出该整数的二进制表示形式中1的个数。-An algorithm to achieve the following functions: enter an integer, the output of the binary integer that forms one of the number.
- 2022-07-13 17:52:57下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1
-
MFC中很好用的按钮控件美化类
CButtonST是功能非常全的CButton派生类,利用它你可以实现各种按钮的效果.CButtonST类主要包括 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 08:12:45下载
- 积分:1
-
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错-VC++ 6 to do a boot to run automatically is not perfect but a good example of
- 2022-03-25 18:51:37下载
- 积分:1
-
一个共享软件注册的解决方案的例子
一个共享软件注册的解决方案的例子--An example of the solution of shared software register
- 2022-01-31 04:07:05下载
- 积分:1
-
C#写的文件下载器
C#写的文件下载器-C# to write the paper for download
- 2022-03-16 08:30:28下载
- 积分:1
-
读写大容量文件时比较有用的
读写大容量文件时比较有用的-read and write large files more useful when
- 2022-03-26 13:19:52下载
- 积分:1
-
VC++实现的摄像头点亮,拍照功能
本文主要实现点亮摄像头,实现视频的捕获和拍照功能,已经在笔记本电脑上测试通过。希望对需要的人有帮助。主要功能实现的函数:virtual BOOL OnInitDialog(); afx_msg void OnButtonCatup(); afx_msg void OnButtonStop(); afx_msg void OnSave()。
- 2022-03-23 16:51:01下载
- 积分:1