搜索结果
找到约 409 项符合
WHEN 的查询结果
按分类筛选
- 全部分类
- 书籍 (37)
- 其他 (30)
- 单片机编程 (27)
- 其他书籍 (21)
- 软件设计/软件工程 (14)
- matlab例程 (14)
- 单片机开发 (14)
- 电源技术 (13)
- VHDL/FPGA/Verilog (13)
- 技术资料 (13)
- Java编程 (12)
- Linux/Unix编程 (11)
- 软件工程 (10)
- 模拟电子 (7)
- 通讯编程文档 (7)
- 可编程逻辑 (6)
- Delphi控件源码 (6)
- 行业发展研究 (6)
- 汇编语言 (6)
- 电子书籍 (6)
- VC书籍 (6)
- 通讯/手机编程 (6)
- 微处理器开发 (5)
- 数据结构 (5)
- 无线通信 (4)
- 压缩解压 (4)
- 嵌入式/单片机编程 (4)
- USB编程 (4)
- 驱动编程 (4)
- 测试测量 (3)
- 其他数据库 (3)
- 邮电通讯系统 (3)
- 其他嵌入式/单片机内容 (3)
- 数值算法/人工智能 (3)
- Windows CE (3)
- 数学计算 (3)
- 系统设计方案 (3)
- JavaScript (3)
- Java书籍 (3)
- DSP编程 (3)
- PCB相关 (2)
- 嵌入式综合 (2)
- 接口技术 (2)
- 数据库系统 (2)
- GPS编程 (2)
- Applet (2)
- SQL Server (2)
- 文件格式 (2)
- 多国语言处理 (2)
- 加密解密 (2)
- Symbian (2)
- 文章/文档 (2)
- 源码 (2)
- 论文 (2)
- Mentor (1)
- 教程资料 (1)
- 传感与控制 (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 串口编程 (1)
- 书籍源码 (1)
- 网络 (1)
- VxWorks (1)
- J2ME (1)
- BREW编程 (1)
- 编译器/解释器 (1)
- 人工智能/神经网络 (1)
- Jsp/Servlet (1)
- 教育系统应用 (1)
- 技术管理 (1)
- 游戏 (1)
- Internet/网络编程 (1)
- 人物传记/成功经验 (1)
- 编辑器/阅读器 (1)
- MTK (1)
- 家庭/个人应用 (1)
- STL (1)
- Modem编程 (1)
- 中间件编程 (1)
- 其他行业 (1)
- *行业应用 (1)
- 仿真技术 (1)
- Windows编程 (1)
- 资料/手册 (1)
- 其他 (1)
- 手册 (1)
- VIP专区 (1)
其他 This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sen
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager add ...
电子书籍 ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available. Besi
ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available. Besides being a valuable reference, this book covers a variety of issues that programmers face when developing web applications or web services that rely on database access. Most examples use Microsoft s ...
USB编程 USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Phi
USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to ...
驱动编程 FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.
单片机开发 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句)
最高优先级编码器 8位相等比较器
三人表决器(三种不同的描述方式) 加法器描述
8位总线收发器:74245 (注2) 地址译码(for m68008)
多路选择器(使用select语句) LED七段译码
多路选择器(使用if-else语句) 双2-4译码器:74139
多路选择器(使用when-else语句) 二进制到BCD码转换
多路选择器 (使用case语 ...
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
DSP编程 DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
were engineered without it. When the program is not built from the ground up using the
DSP/BIOS kernel and real-time analysis features, the lack of familiarity prevents engineers
from reaping t ...
GPS编程 Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add
Introduction to GPS ToolKit Pro 1.0
GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course, altitude, and dozens of other datasets) can ...