-
Ilib-1.1.8-min
说明: IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库
支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。
支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道
支持矩形ROI,通道ROI,遮罩
支持分块图像,错误处理,用户定义函数
支持图像数学,几何,滤波,图象统计,色彩空间变换操作。(IPL is the database to accommodate its Intel MMX, SSE, SSE2 and future technologies such as VLSW issued by the image processing support for 1, 8, 16, spaces with/without symbols, and symbols are 32, 32-bit floating-point type data types. Support for RGB, CMYK, YCACB, YUV, XYZ color space, support alpha channel support rectangular ROI, ROI access, support shielding block images, error handling, user-defined functions to support image mathematics, geometry, filtering, image statistics, color space conversion operations .)
- 2006-03-09 10:18:14下载
- 积分:1
-
DH
说明: Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。(DH Protocol source code)
- 2014-04-16 11:05:46下载
- 积分:1
-
SiI9134_datasheet_Source_Code
HDMI 发送芯片 Sil9134, SiI9134 ,datasheet(寄存器说明)和驱动源代码(HDMI transmitter Sil9134, SiI9134 ,datasheet and source code)
- 2016-09-03 08:38:40下载
- 积分:1
-
Expert-C-programming
C语言的经典之作,C专家,学习编程的必读制作,大家一起拜读吧!!!(Classic C language, C expert, required reading for learning programming production, with everyone having read it! ! !)
- 2012-08-28 09:47:19下载
- 积分:1
-
QPAUP
C#编写的Win32Window函数库,可以在托管环境下面调用Native的Window方法,(C # to write the Win32Window function library, may call the Native Windows method under the hosting environment,)
- 2017-07-15 21:24:21下载
- 积分:1
-
BookService-master
in this example I use DTO (data transfer objects) in asp.net
- 2020-06-21 06:40:02下载
- 积分:1
-
h11
全套蓝牙电子针灸+按摩+加热功能,调节可使用串口或APP(Full set of Bluetooth electronic acupuncture + massage + heating function, adjustment can use serial port or APP)
- 2020-06-17 17:00:01下载
- 积分:1
-
DDOS
这是我做的第一个软件
ddos
这是我做的第一个软件(DDOS)
- 2009-11-23 21:27:19下载
- 积分:1
-
第二章_ArcGIS_Engine中的控件
ArcGIS_Engine中的二次开发常用控件使用介绍(Introduction of controls in ArcGIS_Engine)
- 2017-11-20 16:57:48下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1