-
infusimage
红外图像的亚像素边缘检测,检测边缘,用于图像配准。(Infrared image of the sub-pixel edge detection, edge detection for image registration.)
- 2010-09-29 10:18:15下载
- 积分:1
-
IAR STM8S LORA组网 节点
int main(void)
{
//USB接收数据的数组
static u8 USB_Receive_Buffer[100];
//USB接收数据长度
static u16 USB_Receive_Len = 0;
//LORA接收数据的数组
static u8 LORA_Receive_Buffer[100];
//LORA接收数据长度
static u16 LORA_Receive_Len = 0;
//节点地址
u8 EndPoi
- 2022-05-06 22:06:26下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
学习opengl加载obj的例子
这是一个网上转载的基于linux的opengl加载ibj的一个学习代码,直接解压 放在linux上任意位置就可以编译通过,当然要先安装必须的安装一些包和库
- 2022-07-24 08:34:22下载
- 积分:1
-
MATLAB_binary_image_processing_design_classic_sour
MATLAB设计图像二值化处理经典源码MATLAB binary image processing design classic source(MATLAB binary image processing design classic source MATLAB binary image processing design classic source)
- 2010-08-03 11:41:50下载
- 积分:1
-
under Linux readers to write to the problem, using a multi
在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
- 2022-01-26 01:24:13下载
- 积分:1
-
c语言实现FIR低通滤波器
FIR低通滤波器 可以学习 用c语言设计的fir低通滤波器,经过调试,可以使用。包含几个函数,可以看清,注释比较多,方便看懂。
- 2023-01-14 19:55:03下载
- 积分:1
-
MIPI-1LANES_REV3 for ST7796S
ST7796S 通用初始化代码,需根据平台不同进行细微调整(ST7796S initialization code)
- 2021-03-18 20:49:19下载
- 积分:1
-
firamp
matlab linear phase FIR four type amplitude
- 2013-11-21 21:43:03下载
- 积分:1
-
imagejiansuo
图像处理的简单程序,适合初学者,自己好好看看(Simple image processing procedures, suitable for beginners, its a good look)
- 2010-05-28 16:14:09下载
- 积分:1