-
easysizeDemo
控件自适应窗口,是一个自动根据对话框缩放控件大小的例子
- 2022-01-21 22:45:00下载
- 积分:1
-
微软最新的.NET技术专题,大量ASP.NET、C#、VB.NET编写
的建站源码免费下载,全方位的.NET技术文章及资料等着你来查阅及参
考...
微软最新的.NET技术专题,大量ASP.NET、C#、VB.NET编写
的建站源码免费下载,全方位的.NET技术文章及资料等着你来查阅及参
考-the latest Microsoft.NET technology topics, a large number of ASP.NET, C#, VB.NET source of the station to prepare for free download, all over the world.NET technology articles and information waiting for you to access and reference
- 2022-07-01 20:35:15下载
- 积分:1
-
Com 端口的示例
/ * BaudRate設定列舉 * /
公共枚举 BaudRateFlag: uint
{
CBR_110 = 110,
CBR_300 = 300,
CBR_600 = 600,
CBR_1200 = 1200,
CBR_2400 = 2400、
CBR_4800 = 4800,
CBR_9600 = 9600,
CBR_14400 = 14400,
CBR_19200 = 19200,
CBR_38400 = 38400,
CBR_57600 = 57600,
CBR_115200 = 115200,
CBR_128000 = 128000,
CBR_256000 = 256000,
}
/ * DTR控制列舉 * /
公共枚举 DtrControlFlag
{
DTR_CONTROL_DISABLE = 0X00,
DTR_CONTROL_ENABLE = 0X01,
DTR_CONTROL_HANDSHAKE = 0X02,
}
/ * RTS控制列舉 * /
公共枚举 RtsControlFlag
{
RTS_CONTROL_DISABLE = 0X00,
RTS_CONTROL_ENABLE = 0X01,
RTS_CONTROL_HANDSHAKE = 0X02,
RTS_CONTROL_TOGGLE = 0X03,
}
/ * 清除通訊緩衝區列舉 * /
公共枚举 PurgeCommFlag: uint
{
PURGE_TXABORT = 0X0001,
PURGE_RXABORT = 0X0002,
PURGE_TXCLEAR = 0X0004,
PURGE_RXCLEAR = 0X0008,
}
- 2023-04-04 01:45:04下载
- 积分:1
-
蓝桥杯驱动程序
蓝桥杯大赛各类驱动代码包阔超声波红外线pcf8591等单片机组代码(Blue Bridge Cup Competition Driver Code Package Broad Ultrasound Infrared pcf8591 and other MCU group code)
- 2020-06-18 20:00:02下载
- 积分:1
-
yj
说明: :针对显微图像分析、识别需要的全自动控制显微镜,研究开发其相应的图像处理算法。提
出了能量谱自动聚焦评价函数算法、自适应选取基准图的图像拼接算法、改进 Laplacian算子的多层
聚焦图像叠合算法等。该算法模块已成功地应用于所开发的CMIAS 显微医学图像分析系统中,取得
了满意的应用效果。(【ABSTRACT】For the automatic microscope required by micro-image analysis and recognition, the
relevant image processing a lgorithms are investigated. Three algorithms are described: energy-spectrum
image auto focusing evaluation function, image merging based on the adaptive selection of standard image
and sum-modified-Laplacian (SML) operator for multi-focus image fusion. The algorithms have been
applied successfully to CMIAS medical micro-optical image analysis system and testified to be feasible
and effective. )
- 2009-11-05 10:02:07下载
- 积分:1
-
DS_N76E003中文规格书_SC_Rev1.00
随着STM8的停产,新唐的N76E003 pin对pin替换STM8S003F3P6,而且很便宜,故这个时候拿来替换使用再好不过。(With the discontinuation of STM8, N76E003 pin of Xintang replaced STM8S003F3P6 with pin, which was very cheap, so it would be a good time to replace it.)
- 2019-03-31 14:53:44下载
- 积分:1
-
sbrg
用于hsql的c# Used for hsql c #(C # 2 for HSQL for HSQL c #)
- 2017-07-13 02:08:13下载
- 积分:1
-
TSP
TSP问题的多重解法,包括动态规划、回溯和贪心等(Multiple Solutions to TSP Problems, including Dynamic Programming, Backtracking and Greed)
- 2018-12-14 21:06:00下载
- 积分:1
-
hcs301
Microchip公司原版写的hcs301滚动码芯片解码程序,注解十分详细,使用低端的pic16c54实现。(Microchip s original written hcs301 rolling code decoder chip, very detailed notes, the use of low-end pic16c54 implementation.)
- 2015-03-06 09:46:36下载
- 积分:1
-
原始套接字测试,组装自己的链路层包
原始套接字实现的简单抓包,以及利用原始套接字测试链路层的通信,有说明文档,有代码注释
- 2022-10-01 03:10:07下载
- 积分:1