搜索结果
找到约 90 项符合
handle 的查询结果
按分类筛选
- 全部分类
- Java编程 (8)
- 其他 (7)
- 数学计算 (6)
- 单片机开发 (5)
- 其他书籍 (5)
- Windows CE (4)
- 书籍 (4)
- 单片机编程 (3)
- 压缩解压 (3)
- Delphi控件源码 (3)
- Internet/网络编程 (3)
- 微处理器开发 (2)
- matlab例程 (2)
- 驱动编程 (2)
- 软件设计/软件工程 (2)
- 文件格式 (2)
- VHDL/FPGA/Verilog (2)
- MacOS编程 (2)
- Symbian (2)
- 源码 (2)
- 嵌入式Linux (1)
- VC书籍 (1)
- Linux/Unix编程 (1)
- MySQL数据库 (1)
- 交通/航空行业 (1)
- 软件工程 (1)
- Java书籍 (1)
- 游戏 (1)
- 串口编程 (1)
- 其他数据库 (1)
- BREW编程 (1)
- 其他嵌入式/单片机内容 (1)
- 通讯编程文档 (1)
- 金融证券系统 (1)
- Oracle数据库 (1)
- 网络 (1)
- 多国语言处理 (1)
- 通讯/手机编程 (1)
- Matlab (1)
- 软件 (1)
- 技术资料 (1)
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
其他 控件查看器 最新版本. 该工具可以用来查看控件的Handle、Caption、Class、Rect属性。
控件查看器 最新版本. 该工具可以用来查看控件的Handle、Caption、Class、Rect属性。
数学计算 This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (<
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=,
Windows CE ·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...)
·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。...
matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any callbacks written to
depend on the value of the handle at the time the object was saved.
单片机开发 * KeyDebounce Accept new key reading, handle timing for debounce & slew * KeyId Report which key i
* KeyDebounce Accept new key reading, handle timing for debounce & slew
* KeyId Report which key is currently pressed
* KeySlewTimeSet Accept slew time for key currently pressed
单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli
* CONSTRAINTS
* This module does not handle data which is considered out of range by the
* application(i.e. fixed constants which represent error condition)
*
* Maximum weight value must be limited to 128 to prevent an overflow
* condition during the calculation.
*
* The internal data type mu ...
Windows CE //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点
//打开 USB 口读写, 由驱动程序的 Pipe 名确定
HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致
if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功
{
ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数据到 Buff ...
数学计算 A toolbox to handle 2D curve and multiresolution representation of curve
A toolbox to handle 2D curve and multiresolution representation of curve
MySQL数据库 phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Cur
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields