搜索结果
找到约 97 项符合
handle 的查询结果
按分类筛选
- 全部分类
- Java编程 (8)
- 其他 (7)
- 技术资料 (6)
- 数学计算 (6)
- 其他书籍 (5)
- 单片机开发 (5)
- 书籍 (4)
- Windows CE (4)
- 单片机编程 (3)
- 压缩解压 (3)
- Internet/网络编程 (3)
- matlab例程 (3)
- Delphi控件源码 (3)
- 源码 (2)
- 驱动编程 (2)
- 文件格式 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- Symbian (2)
- 软件设计/软件工程 (2)
- MacOS编程 (2)
- 软件 (1)
- 通讯/手机编程 (1)
- 软件工程 (1)
- Matlab (1)
- Linux/Unix编程 (1)
- 串口编程 (1)
- 游戏 (1)
- 网络 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- BREW编程 (1)
- 交通/航空行业 (1)
- Oracle数据库 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- MTK (1)
其他 控件查看器 最新版本. 该工具可以用来查看控件的Handle、Caption、Class、Rect属性。
控件查看器 最新版本. 该工具可以用来查看控件的Handle、Caption、Class、Rect属性。
Windows CE ·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...)
·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。...
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 ...
技术资料 用XC9500 CPLD和任何并行PROM来配置现场可编程阵列
As density increases in FPGA families, current serial PROMs cannot handle the programmingpattern
BREW编程 brew 开发的游戏程序的原代码
brew 开发的游戏程序的原代码,
主要演示HANDLE的切换
软件设计/软件工程 Abstract Based on the demand analysis of the RFID middleware
Abstract Based on the demand analysis of the RFID
middleware,it suggests how to develop the RFID middle—
ware,including the functionality and the mechanism of the
event handle,and prospects the future of the RFID mid—
dleware.
其他 For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and ...
软件设计/软件工程 一个在“江湖”游戏里面泡点的程序
一个在“江湖”游戏里面泡点的程序,该程序手动选择浏览器的HANDLE,然后自动完成打怪、发言等功能。
软件工程 ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)
ARMask.The ARM has six operating modes:
&#8226 User (unprivileged mode under which most tasks run)
&#8226 FIQ (entered when a high priority (fast) interrupt is raised)
&#8226 IRQ (entered when a low priority (normal) interrupt is raised)
&#8226 Supervisor (entered on reset and when a Software Interr ...
VHDL/FPGA/Verilog The ElectricTM VLSI Design System is an open-source Electronic Design Automation (EDA) system that c
The ElectricTM VLSI Design System is an open-source Electronic Design Automation (EDA) system that can handle many forms of circuit design, including:
* Custom IC layout
* Schematic Capture (digital and analog)
* Textual Languages such as VHDL and Verilog