-
aps013_dw1000_and_two_way_ranging_v2.1
说明: 主要描述UWB定位方式中的DWR方法,需要一定的数学功底(This paper mainly describes the DWR method in UWB positioning mode, which requires certain mathematical knowledge.)
- 2019-02-15 13:31:53下载
- 积分:1
-
avrdudeprog33
说明: fdgafhgkjl; sgfhkgjkj dfj
- 2019-03-17 03:11:53下载
- 积分:1
-
RecPlate-lib
说明: 经过预处理、车牌定位、字符分割、字符识别进行车牌识别。(License plate recognition is carried out after preprocessing, license plate location, character segmentation and character recognition.)
- 2021-03-23 18:04:33下载
- 积分:1
-
Snake-game-C-program
贪吃蛇游戏C语言程序,简单易懂,适合初学者参考(Snake game C Programming Language, easy-to-understand reference for beginners)
- 2012-04-22 12:12:07下载
- 积分:1
-
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
-
Rev1851古老天堂商業版核心
天堂遊戲2.70版本原始碼及商業版供研究(Paradise game 2.70 version original and commercial edition for research)
- 2018-06-06 08:00:58下载
- 积分:1
-
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大...
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大-school Matlab also better than this? I 1000-from 10,000 to find, this is a learning Matlab video, powerful
- 2022-05-21 02:23:27下载
- 积分:1
-
AT89C2051俄罗斯方块游戏程序源代码 VGA输出
资源描述
使用AT89C2051 24M晶振玩俄罗斯方块游戏而且还是VGA输出接电脑显示。这个好多都不敢相信。但是这个 是完全 可以的。
源代码
HEX文件
PCB文件
全套都有。
- 2022-04-23 13:13:40下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
GraphicalLayoutEditor
Graphical Layout Editor extends Graphical Editor With Palette.
- 2014-01-15 10:01:46下载
- 积分:1