-
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
-
项目时间跟踪
项目时间跟踪-time tracking project
- 2022-03-23 08:07:57下载
- 积分:1
-
fifofile名称:FIFO
FIFOFile name:FIFO
//Describe:32*32bit FIFO
//Input:data[31:0],wrreq,rdreq,clock
//Output:q[31:0],full,empty
//Date:2009-12-10
-FIFO
- 2022-01-26 01:28:57下载
- 积分:1
-
NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间...
NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间-NTP (net time protocal) Internet Time Service server time to acquire, in the linux environment can be directly run, made the server time
- 2022-02-05 16:05:19下载
- 积分:1
-
一个用VC做的简易拼图游戏,用了MFC,给初学者参考
一个用VC做的简易拼图游戏,用了MFC,给初学者参考-Using VC to do a simple jigsaw puzzle, using the MFC, a reference to the beginner
- 2022-02-01 14:59:55下载
- 积分:1
-
用turbe c开发的贪吃蛇游戏,对初学者有用。
用turbe c开发的贪吃蛇游戏,对初学者有用。-Turbe c with the development of Snake game, useful for beginners.
- 2023-04-20 17:25:02下载
- 积分:1
-
一个很好的rtp语音测试桩,附源码
一个很好的rtp语音测试桩,附源码-A very good voice rtp test piles, attached source
- 2022-01-24 16:20:48下载
- 积分:1
-
关于jsp的一些好文章 主要介绍一些关于JSP的应用技巧方面的东西...
关于jsp的一些好文章 主要介绍一些关于JSP的应用技巧方面的东西-jsp on the excellent article introduces some of the JSP application of things
- 2022-02-06 10:29:43下载
- 积分:1
-
C++俄罗斯方块源代码,不过是用画图的方法写出来的
用ncurses.h写的一个俄罗斯方块游戏,不过只是代码加makefile 在命令行里面可以先简单试一下,主要是让人们能看懂俄罗斯方块游戏设计的原理。这个本来是我们上C++课老师留的作业,刚开始我也是没有任何思路,后来找了很多俄罗斯方块源代码也没有用ncurses.h来写的,所以我觉得发一个,虽然很简单,但难免以后也会有人需要
- 2022-06-15 15:59:53下载
- 积分:1
-
Clustering
聚类分析 Clustering 可以用来做聚类分析图,有实例-Clustering
- 2022-03-19 10:27:41下载
- 积分:1