-
hsms-0.9.0.tar
与secs相关的hsms协议,用于半导体设备通信的(Secs associated with hsms agreement for semiconductor equipment communications)
- 2021-01-28 14:58:40下载
- 积分:1
-
Chuong-1-Ly-thuyet-thong-tin
COmmunication Information Chap I
- 2014-10-03 10:29:43下载
- 积分:1
-
pc上跨平台ui框架
是一套在pc上开发ui的平台框架,支持各种平台,用平台api封装成各种控件 实现跨平台的ui开发ide,可以学习
- 2022-07-23 01:53:13下载
- 积分:1
-
d-LEDTEST
基于xs128的入门代码,led闪烁功能的实现,可以帮助初学者很好的入门(Xs128-based entry code, led blinking function to achieve, can help beginners a good start)
- 2011-07-06 06:15:00下载
- 积分:1
-
AppArch_download
windows官方文档
软件架构设计 设计应用程序及服务(Application Architecture for .NET:
Designing Applications and Services)
- 2013-03-05 18:01:23下载
- 积分:1
-
001
基于51单片机的出租车计价器系统设计,包含protues仿真电路和程序(Taximeter system design based on MCU 51 taxi, including Protues simulation circuit and program)
- 2013-08-24 13:06:03下载
- 积分:1
-
programator
in system programing programator 89isp
- 2010-01-15 22:23:52下载
- 积分:1
-
OpenCV-basic
《OpenCV教程——基础篇》电子书,OpenCV中文书中不错的一本(OpenCV Tutorial- Basics,e-book,an good OpenCV Chinese book)
- 2010-05-15 03:28:54下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
KeyboardHook
VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
- 2013-12-22 15:43:07下载
- 积分:1