-
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
-
简单的分布式算法
简单的分布式算法-simple distributed algorithm
- 2023-06-27 19:35:03下载
- 积分:1
-
21点算法,非常不错,值得初学者研究,
21点算法,非常不错,值得初学者研究,-21:00 algorithm, very good, worthy of study for beginners,
- 2023-04-13 20:35:03下载
- 积分:1
-
网站形式的客户系统,可直接提出问题,也可以查看各种问题的答案....
网站形式的客户系统,可直接提出问题,也可以查看各种问题的答案.-Site forms of client systems can be directly put questions to, can view a variety of answers to these questions.
- 2022-04-30 09:55:31下载
- 积分:1
-
详细介绍了杉木数字低
文章详细叙述了FIR数字低通滤波的物理意义-Article described in detail FIR digital low-pass filtering the physical meaning of
- 2022-05-11 01:19:08下载
- 积分:1
-
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)...
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
- 2023-05-02 18:15:03下载
- 积分:1
-
这是使用j2me编写的连连看游戏,很精彩的哦。不信可以下来玩玩。...
这是使用j2me编写的连连看游戏,很精彩的哦。不信可以下来玩玩。-is prepared to use the 1000 block of Terry Avenue J2ME games, oh very good. Letters can not play down.
- 2022-12-04 21:35:02下载
- 积分:1
-
is a digital editor
是一个数码编辑
- 2022-06-03 15:14:25下载
- 积分:1
-
Labview characters to an array of procedures, engage in a long time to get and
Labview的字符转数组的程序,搞了好久才搞定的,-Labview characters to an array of procedures, engage in a long time to get and
- 2022-02-27 05:06:33下载
- 积分:1
-
波束形成就是从传感器阵列重构源信号。(1)、通过增加期望信源的贡献来实现;(2)、通过抑制掉干扰源来实现。经典的波束形成需要观测方向(期望信源的方向)的知识。盲...
波束形成就是从传感器阵列重构源信号。(1)、通过增加期望信源的贡献来实现;(2)、通过抑制掉干扰源来实现。经典的波束形成需要观测方向(期望信源的方向)的知识。盲波束形成试图在没有期望信源方向信息的情况下进行信源的恢复。
波束形成技术的基本思想是:通过将各阵元输出进行加权求和,在一时间内将天线阵列波束“导向”到一个方向上,对期望信号得到最大输出功率的导向位置即给出DOA估计。
虽然阵列天线的方向图是全方向的,但阵列的输出经过加权求和后,却可以被调整到阵列接收的方向增益聚集在一个方向上,相当于形成了一个”波束”。这就是波束形成的物理意义所在。
- 2022-01-25 23:45:43下载
- 积分:1