-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
与MAXQ多的FIR滤波器的实现
Implementation of FIR filter with the MAXQ Multiple-And-Accumulate unit specify module and ROM routine definition files
- 2022-12-03 14:40:03下载
- 积分:1
-
windows控制台程序,读取本机网卡地址并显示
windows控制台程序,读取本机网卡地址并显示-windows console program, read the local LAN address and display
- 2022-06-29 16:40:45下载
- 积分:1
-
a very simple seats, generator Rafah, the Rafah is very simple,
一个非常简单的座位号生成器拉,非常简单的拉,-a very simple seats, generator Rafah, the Rafah is very simple,
- 2022-04-02 01:00:17下载
- 积分:1
-
文件上传的一个程序
文件上传的一个程序-file uploads a procedure
- 2022-03-03 12:48:14下载
- 积分:1
-
一个USB驱动代码,实现了USB枚举,组包发包等操作
一个USB驱动代码,实现了USB枚举,组包发包等操作-A USB driver code, and realized the USB enumeration, group packages contracting and other operations
- 2022-04-12 05:09:11下载
- 积分:1
-
创建动态链接扩展库
创建动态链接扩展库-create dynamic link library expansion
- 2022-07-21 06:44:07下载
- 积分:1
-
C++ Builder 下编译含有 MFC 的程式
C++ Builder 下编译含有 MFC 的程式-Builder C compiler contains the program MFC
- 2023-01-27 17:50:03下载
- 积分:1
-
详细介绍了ARM处理器的arm7dti
arm7dti detail for arm processor
- 2022-02-12 02:24:53下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a 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 height h the smallest? Recursive use of sub-rule
- 2023-04-23 19:05:03下载
- 积分:1