-
serial
串口驱动程序,可替换NT下的串口驱动程序 (Serial dirver which can replace serial driver in NT)
- 2021-04-20 23:48:49下载
- 积分:1
-
FreeFileSync_5.12_source
一块优秀的文件同步软件源码,可作为学习参考之用(File synchronization software source code,for studying)
- 2013-03-04 10:02:24下载
- 积分:1
-
71477187dwt_embed
非压缩视频图像帧内水印的密写与复密写研究,源码和论文材料(Video Watermarking Steganography)
- 2010-05-18 20:12:23下载
- 积分:1
-
color_line
matlab code for lines big lines little lines lines too
- 2013-03-28 03:43:03下载
- 积分:1
-
vc6.0控制摄像头源代码
用C++编写的控制摄像头的程序
- 2022-05-24 15:52:41下载
- 积分:1
-
treedlg
本程序利用MFC树形工具控件实现各种形式的转换,可直接运行。(This program makes use of MFC tree tool control the conversion of various forms, can be run directly.)
- 2012-05-19 22:32:26下载
- 积分: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
-
hospitalManagementSystem
一般医院的收费及业务管理系统,运用vc6.0 + sql server 实现,包括所以源码(General hospital fees and business management systems, the use of vc6.0+ sql server implementation, including source code so)
- 2009-03-03 21:13:13下载
- 积分:1
-
E0403
VC6.0完全自学手册 主编孔鹏 对话框与窗口操作源代码(VC6.0 dialog with the window operation code)
- 2013-10-26 19:01:57下载
- 积分:1
-
master
arduino用于控制ENCJ28芯片的库与文件(
arduino ENCJ28 chip used to control and document library)
- 2014-01-10 22:44:58下载
- 积分:1