-
CameraComm22
基于VISCA协议开发,用于摄像机串口通信,控制摄像机云台等。例如:向左、向右旋转,变焦等等(Based on VISCA protocol developed for the camera serial communication control camera pan and tilt. For example: to the left, right rotation, zoom, etc.)
- 2012-11-22 17:34:27下载
- 积分:1
-
burg
自编的C语言Burg算法,可用于随机信号处理功率谱估计(C language self Burg algorithm for random signal processing power spectrum estimation)
- 2020-07-02 02:40:02下载
- 积分:1
-
SCOMMV23
一个功能比较全面的串口调试工具。你值得拥有。(A more comprehensive functional serial debugging tools. You deserve.
)
- 2013-07-19 16:10:07下载
- 积分:1
-
Database
ODBC 操作,包括连接、检索、返回结果集、插入删除(ODBC operation, including connection, retri , return the result set, insert delete)
- 2015-06-02 14:30:17下载
- 积分:1
-
rgb_to_bgr
rgb顺序的视频图片转换为bgr格式的方法,曾经困扰了我一阵子(rgb sequence of video images converted to bgr format, had bothered me for a while)
- 2012-08-21 09:58:55下载
- 积分:1
-
DlgTest(excel)
mfc下操作excel,可以实现创建,打开,读写数据的功能(use excel under mfc platform)
- 2012-04-26 16:36:41下载
- 积分:1
-
vbbatzs
VB6.0批量打印证书,本源码不但可以作为证书打印的例子,还可作为证书界面设计的例子,虽然还不是很精美,但至少来说给出了一个Vb证书设计的大致框架,对需要此方面要求的VB编程者是个参考。(VB6.0 batch printing certificates, the source not only can be used as certificate printing example, also can be used as a certificate interface design examples, though not very elegant, but at least it gives a framework design of Vb certificate of need, the requirements of the VB program is a reference.)
- 2014-03-10 16:23:40下载
- 积分:1
-
kuqiyc9
若允许天平两边放砝码,times应从-num[index]开始,并且分段计算sum,本例只放天平一边,()
- 2017-11-15 19:47:06下载
- 积分:1
-
ProtocolDriver
说明: 是网络的协议驱动源代码框架,对想过滤网络数据的初学者很有帮助(Is the network protocol driver source code framework, and would like to filter network data useful for beginners)
- 2010-04-10 14:33:22下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1