-
SimulationAnalysisofIIR
说明: 红外成像导引头角跟踪系统仿真分析
红外成像导引头角跟踪系统仿真分析(Infrared imaging seeker tracking system simulation)
- 2010-04-20 15:47:01下载
- 积分:1
-
ComputerGraphicsofVC
这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
- 2010-05-24 15:13:55下载
- 积分:1
-
LPC1788 nandflash的yaffs文件系统
LPC1788 nandflash的yaffs文件系统
亲自测试,可用。
yaffs原来一般用在负责操作系统中,现在裸机也是有需求的
- 2022-07-07 15:25:08下载
- 积分:1
-
fsp_wavelet
希尔伯特变换法提取零相位子波的小程序,很好用!!(Hilbert transform method to extract the zero-phase wavelet procedure, easy to use! !)
- 2012-03-05 20:11:06下载
- 积分:1
-
c# realize the library management system, including the Book inquiries, loan, ad...
c#实现的图书馆管理系统,包括图书查询,借阅,添加,管理,等模块-c# realize the library management system, including the Book inquiries, loan, adding, management, and other modules
- 2022-07-21 01:44:57下载
- 积分:1
-
RTSP
c++ RTSP Client/Server - win32/linux/android.
可以作为RTSP的服务端,发送视频流。
可以作为RTSP的客户端,读取视频流,并且保存进文件。
- 2022-02-10 00:57:02下载
- 积分:1
-
Draw
c++图形的绘制(曲线图.饼状图.柱状图) 以及 图形的打印 与打印预览(c++ graphics rendering (curves. caky Fig. histogram), and graphics printing and print preview)
- 2008-07-21 10:49:43下载
- 积分:1
-
Face alignment by 3000FPS源码
是对论文Face Alignment at 3000 FPS via Regressing Local Binary Features的C++实现,是一个VS2015的工程,基于opencv2.4.9 可以直接使用,只需要修改相应的文件路径即可。
- 2022-03-01 14:36:12下载
- 积分:1
-
GPSdata
最全的GPS开发资料(the most comprehensive information on the development of GPS)
- 2004-11-16 16:05:11下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1