-
sift_test
sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数(sift image processing as a test of the code, he wrote with C++ uses some of the opencv function)
- 2013-07-27 22:19:41下载
- 积分:1
-
图像稳定保持
保持视频采集的稳定,基本原理在网上都有,这个为保持采集的图像稳定性的源代码
- 2023-05-29 18:40:04下载
- 积分:1
-
240096_RotatorInUserControl
Rotation control used on many applications - very good
- 2014-10-07 11:16:45下载
- 积分:1
-
Calculation-Jacobe
Jacobi calculations . it is used to calculate liner problem
- 2014-10-21 03:20:26下载
- 积分:1
-
USB_2.0.pdf
stm32下跑通usb外设,编译环境基于keil(stm32 next run through usb peripherals, based on keil compiler environment)
- 2013-10-05 21:34:54下载
- 积分:1
-
KMP
数据结构中KMP算法c语言实现,vc6.0环境(KMP algorithm in c language data structure, vc6.0 environment)
- 2013-03-27 14:04:39下载
- 积分:1
-
computer_networks
浙江大学 《网络技术》课程资料 对应教材《计算机网络》第4版(Zhejiang University " Network Technology" course materials)
- 2013-05-25 08:40:35下载
- 积分:1
-
震惊中国13亿人的代码
private bool _isHead;
public bool IsHead//属性
{
get { return _isHead; }
set { _isHead = value; }
}
//蛇块的编号
private int _blockNumber;
public int BlockNumber
{
get { return _blockNumber; }
set { _blockNumber = value; }
}
- 2022-07-03 18:18:49下载
- 积分:1
-
VC_Control
本程序是实现VC控制操作的小例程,可实现属性页,列表框、编辑框等多种控件的操作。适合初学VC的同学参考。(This procedure is to achieve VC control operation of small routines, enabling property pages, list box, edit box and other control operations. Suitable for beginners VC reference students.)
- 2016-12-18 15:15:56下载
- 积分:1
-
超声波跟随(用舵机)
说明: 基于89C52单片机的超声波探测跟踪小车的设计程序,注释说明完整详尽(Based on 89C52 single-chip computer, the design procedure of the ultrasonic detection and tracking car is described in detail.)
- 2019-06-12 16:09:03下载
- 积分:1