搜索结果
找到约 96 项符合
CLOSE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (20)
- Linux/Unix编程 (6)
- 其他 (4)
- 单片机开发 (4)
- 电源技术 (3)
- 其他书籍 (3)
- Java编程 (3)
- Delphi控件源码 (3)
- 源码 (2)
- 书籍 (2)
- 单片机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- VC书籍 (2)
- GPS编程 (2)
- 论文 (1)
- 笔记 (1)
- 接口技术 (1)
- Windows编程 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 模拟电子 (1)
- allegro (1)
- 可编程逻辑 (1)
- 游戏 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 数学计算 (1)
- 技术管理 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- Delphi/CppBuilder (1)
- matlab例程 (1)
- Windows CE (1)
- Oracle数据库 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
- Jsp/Servlet (1)
Windows CE Displays CPU time usage, the list of processes (can be terminated) and the task which are running (c
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
技术资料 c#直接控制并口的类
c#直接控制并口的类
Dim lpt As New LPTControls.LPTControls
lpt.Open()
lpt.Write(String)
lpt.Close()
嵌入式Linux Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫
Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2 ...
技术资料 点击后快速关闭屏幕显示
程序运行后点击“关屏”,则计算机屏幕显示关闭,10秒无鼠标操作,则自动关闭显示,移动鼠标恢复显示;用于实验室一个显示器接两台电脑时快速关闭不想被人看到的游戏屏幕或看小说的屏幕。-close monitor,used to close a computer‘s monitor quickly. ...
电源技术 测量和控制电路的热管理技术
Designers spend much time combating thermal effects incircuitry. The close relationship between temperature andelectronic devices is the source of more design headachesthan any other consideration.
Linux/Unix编程 Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorith
Encoding and decoding of the binary extended (24,12,8) Golay code:
An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.
技术资料 WinAPI_Com
用Visual C++的API函数来打开、关闭串口和设置串口通讯速率等功能。-Visual C++ using the API function to open and close the seria
其他数据库 How to restruct paradox DB when you encounter pb whith indexes. You have to use this mecanism to re
How to restruct paradox DB when you encounter pb whith indexes.
You have to use this mecanism to repair your DB.
You might use it in each prg when you close your Delphi programs.
书籍 Networking Fundamentals
Informationnetworkinghasemergedasamultidisciplinarydiversifiedareaofresearchover
thepastfewdecades.Fromtraditionalwiredtelephonytocellularvoicetelephonyandfrom
wired access to wireless access to the Internet, information networks have profoundly
impactedourlifestyle.Atthetimeofwriting,over3billionpe ...
Java编程 "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementati
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.