-
main
这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考(This is a color histogram based particle filter tracking the main program, more complete, for your reference)
- 2011-05-22 10:54:08下载
- 积分:1
-
ADS1015
ADS1015四路ADC采集驱动程序,使用I2C通信(ADS1015 four-channel ADC acquisition driver, using I2C communication)
- 2020-06-17 22:00:01下载
- 积分:1
-
demo
利用opencv进行相机标定 内附标定板图像(Camera calibration with OpenCV.)
- 2017-11-08 11:08:36下载
- 积分:1
-
STM32 USART LED CAN500K
说明: 用stm32f10x实现can和串口通信功能(use stm32 can to usart)
- 2019-05-16 00:50:26下载
- 积分:1
-
havypll
5509A的入门程序,可以方便设置主频,XF输出方波信号。对初学者很好帮助。(5509A of the entry process, you can easily set the frequency, XF output square wave signal. Very good help for beginners.)
- 2009-10-12 17:11:15下载
- 积分:1
-
D3D透视源码
HRESULT WINAPI MyDrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex, UINT NumVertices, UINT StartIndex, UINT PrimitiveCount){IDirect3DVertexBuffer9* pStreamData = NULL;UINT iOffsetInBytes, iStride;pDevice->GetStreamSource(0, &pStreamData, &iOffsetInBytes, &iStride);if (GetAsyncKeyState(VK_PAUSE) & 1){if (Wall){Wall = FALSE;Beep(2000, 200);}else{Wall = TRUE;Beep(3000, 200);}}if ((iStride == 40 || iStride == 44 || iStride == 48) && Wall){pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);}return OrigDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinIndex, NumVertices, StartIndex, PrimitiveCount);}
- 2022-05-28 21:09:42下载
- 积分:1
-
canfifo
s32k144fifo 功能的介绍,目前s32k144的资料比较少,目前这个fifo已经调试通过(S32k144fifo function of the introduction, the current s32k144 information is relatively small, the current FIFO has been debugged)
- 2017-08-21 17:56:25下载
- 积分:1
-
简单的文本加密器
一个c语言实现的简单文本加密程序,适用于文本文件加密,包含源代码和编译好的exe文件。(A simple text encryption program implemented in C language is suitable for encrypting text files, including source code and compiled exe files.)
- 2020-06-21 10:00:01下载
- 积分:1
-
STM32F103C8T6标准模板
说明: 此程序为STM32F103C8T6的初始配置样例(This program is an example of the initial configuration of stm32f103c8t6)
- 2021-02-18 17:07:36下载
- 积分:1
-
指针式电子时钟
通过STM32,实现指针式电子时钟编程的方案。(The Scheme of Implementing Pointer Electronic Clock by STM32)
- 2020-06-17 09:20:02下载
- 积分:1