搜索结果
找到约 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)
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
Matlab Matlab 画三维立体图形
Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.  &nbs ...
技术资料 高清电子书-C++ Primer Plus 第6版英文版 1438页
高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming,
generic programming, and the traditional procedural programming.The fifth edition of
this book ...
单片机编程 驱动程序与应用程序的接口
有两种方式可以让设备和应用程序之间联系:1. 通过为设备创建的一个符号链;2. 通过输出到一个接口WDM驱动程序建议使用输出到一个接口而不推荐使用创建符号链的方法。这个接口保证PDO的安全,也保证安全地创建一个惟一的、独立于语言的访问设备的方法。一个应用程序使用Win32APIs来调用设备。在某个Win32 APIs和 ...
源码 JAVA SMPP 源码
Introduction
jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.
jSMPP is not ...