-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
基于DS18B20的温度控制器,具有三个按键,C语言编程
基于DS18B20的温度控制器,设有三个按键,C语言编程-Based on DS18B20 temperature controller, with three keys, C language programming
- 2022-11-13 19:15:02下载
- 积分:1
-
LRU页面置换算法,我们学校老师布置的任务,我们可以实现。
LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!-LRU page replacement algorithm, our school teacher assigned tasks, we can make reference!
- 2023-07-22 08:35:03下载
- 积分:1
-
拼图游戏,教材上的,比较经典,希望大家支持一下。
拼图游戏,教材上的,比较经典,希望大家支持一下。-Jigsaw puzzle, teaching materials on comparing the classic I hope you will support you.
- 2022-08-21 00:19:11下载
- 积分:1
-
北大青鸟accpppt3.0test课件
北大青鸟accpPPt3.0test课件-Beida Jade Bird accpPPt3.0test Courseware
- 2022-02-06 08:53:23下载
- 积分:1
-
几个解题讲课的PPT,当然还是西电的!!!我就是那的!!哈!
几个解题讲课的PPT,当然还是西电的!!!我就是那的!!哈!
- 2022-02-05 19:52:07下载
- 积分:1
-
在VC++环境下完全使用API实现的俄罗斯方块
在VC++环境下完全使用API实现的俄罗斯方块-VC++ API implementation of the Tetris
- 2022-10-18 15:15:03下载
- 积分:1
-
PHP学习资料,不过全是英文的,个人觉得内容还不错,只要下个翻译软件就行了!...
PHP学习资料,不过全是英文的,个人觉得内容还不错,只要下个翻译软件就行了!-PHP learning materials, but all in English, and personally feel that the content is also good, as long as the next translation software on the list!
- 2022-02-09 18:03:01下载
- 积分:1
-
遗传算法工具箱,希望对大家能有帮助。应该是很新的了
遗传算法工具箱,希望对大家能有帮助。应该是很新的了-genetic algorithm toolbox, we can hope for help. It should be quite a new
- 2022-04-13 06:09:28下载
- 积分:1
-
TC中的串口编程
TC中的串口编程-Serial Programming
- 2022-11-06 05:30:04下载
- 积分:1