搜索结果

找到约 97 项符合 handle 的查询结果

源码 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]; ...
https://www.eeworm.com/dl/513825.html
查看: 80

软件 简单的计算器

// 学生管理.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]; ...
https://www.eeworm.com/dl/513826.html
查看: 35

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 ...
https://www.eeworm.com/dl/508022.html
查看: 93

技术资料 高清电子书-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 ...
https://www.eeworm.com/dl/829913.html
下载: 37
查看: 4329

单片机编程 驱动程序与应用程序的接口

有两种方式可以让设备和应用程序之间联系:1. 通过为设备创建的一个符号链;2. 通过输出到一个接口WDM驱动程序建议使用输出到一个接口而不推荐使用创建符号链的方法。这个接口保证PDO的安全,也保证安全地创建一个惟一的、独立于语言的访问设备的方法。一个应用程序使用Win32APIs来调用设备。在某个Win32 APIs和 ...
https://www.eeworm.com/dl/502/31418.html
下载: 61
查看: 1075

源码 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 ...
https://www.eeworm.com/dl/518753.html
查看: 133

技术资料 点量BT源代码

点量P2P下载器的开发目的是让用户无需关心了解Bittorrent协议的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的P2P应用软件。目前点量BT库已经在多家客户的游戏更新系统 / P2P VOD点播系统 / 视频更新 / 文件BT传输分发下载等系统中广泛应用。有众多正式客户资源,经历了广泛的测试,功能完善 ...
https://www.eeworm.com/dl/875913.html
下载: 6
查看: 9776