-
ODBCopt
说明: 根据ODBC3.x driver 编写的操作数据库的库(operate the database )
- 2009-08-30 14:55:47下载
- 积分:1
-
基于MFC的画图
基于MFC的画图,串口数据采集。基于MFC的画图,串口数据采集基于MFC的画图,串口数据采集基于MFC的画图,串口数据采集基于MFC的画图,串口数据采集基于MFC的画图,串口数据采集基于MFC的画图,串口数据采集
- 2022-12-14 09:25:15下载
- 积分:1
-
CFD-SIMULATION-OF-BOILING-FLOWS
计算机流体理论方面的文献,动网格的划分和计算(Literature, of the theory of computational fluid dynamic division and calculation of the grid)
- 2012-06-06 10:07:31下载
- 积分:1
-
1
说明: 通过C语言的编写程序,通过仿真,下载到51单片机中,驱动CC1101_接收信息,将得到的信息发送给单片机进行相应的处理!(Through the C language program, through the simulation, download the 51 single-chip microcomputer, drive CC1101_ receiving information, information will be sent to the corresponding single-chip processing!
)
- 2013-11-06 12:28:21下载
- 积分:1
-
iec103
iec60870-5-103协议实现,采用c++语言(iec60870-5-103 Protocol implementation, using c++ language)
- 2017-11-10 14:07:17下载
- 积分:1
-
MSAgentCtrl_demo
microsoft agent help
- 2009-05-09 11:49:33下载
- 积分:1
-
chenggongchengxu
rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h"
#include <iostream.h>
void main(float R, float G, float B, float& H, float& S, float&V)
{
// r,g,b values are from 0 to 1
// h = [0,360], s = [0,1], v = [0,1]
// if s == 0, then h =-1 (undefined)
float min, max, delta,tmp
tmp = R>G?G:R
min = tmp>B?B:tmp
tmp = R>G?R:G
max = tmp>B?tmp:B
V = max // v
delta = max- min
if( max != 0 )
S = delta/max // s
else
{
// r = g = b = 0 // s = 0, v is undefined
S = 0
H = 0
return
}
if (delta == 0){
H = 0
return
}
else if(R == max){
if (G >= B)
H = (G- B)/delta // between yellow & magenta
else
H = (G- B)/delta+ 6
}
else if( G == max )
H = 2+ ( B- R )/delta // between cyan & yellow
else if (B == ma)
- 2011-12-02 10:09:24下载
- 积分:1
-
pip_audio
这是一段用于谱分析算法中的求蝶形算子的
子程序,此程序采用C语言编写,移植性比较强(This is a period for the spectral analysis algorithm for the subroutine butterfly operator, this procedure using C language, the transplantation of relatively strong)
- 2008-03-17 18:31:09下载
- 积分:1
-
mpgcut
可以实现视频流文件的剪切,也可以从PS中中拔出ES(Can realize video streaming files shear can also be drawn from the PS in ES)
- 2007-10-23 13:43:59下载
- 积分:1
-
135475202135
画图源程序-图像数据显示,可以对数据进行时间轴的曲线显示,也可以是空间轴的多维显示
(Paint source- the image data, the data can be curve shows the time axis, it can be multi-dimensional display space axis)
- 2014-02-08 12:55:53下载
- 积分:1