搜索资源列表
The Linux Kernel API
- The Linux Kernel API是学习linux编程必备资料,学会API那么做软件开发就会事半功倍。-The Linux Kernel API is learning linux programming required information, and learn to do it API software development will multiplier.
《Windows的API函数参考》
- windows 编程的api函数参考,帮助程序员了解系统函数在各个windows版本的使用情况.-windows api programming function reference, to help programmers understand the system function in all versions of Windows use.
SerialPort 编程介绍
- 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
LwIP的RAW_API接口及编程指南
- Lwip 的API函数介绍,介绍了相关函数的使用方法并且配以例程加以解释。非常适合新手使用。
java 6 API
- java编程的重要参考资料,API介绍
Winsock API 编程介绍
- 相信很多人都对网络编程感兴趣,下面我们就来介绍,在网络编程 中应用最广泛的编程接口Winsock API
Zimlet 编程 API
- 关于Zimlet的API,适用于zimbra7.1.1
GPU编程指南中文版
- 本指南旨在帮助您通过应用程序、图形应用编程接口(API)和图形芯片(GPU)取得 最佳图形效果。
录音机API
- 录音机API.txt 学习安卓录音编程
Windows_API串口编程参考.doc
- Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
uBase-API
- uBase API 编程文档 新大陆移动终端的编程规范-Programming Document of the New World uBase API programming specification mobile terminal
API
- 这是一些常用API函数的功能及各参数的介绍,对于不是很了解API编程的应该有一定的帮助。-This is the function of some common API functions and parameters of the introduction, the API programming is not very understanding should be helpful.
UG-OPEN-API
- UG OPEN API编程基础 适用于ug二次开发-UG OPEN API
[网络游戏服务器编程].(韩)全洪.扫描版
- 本书作者以其在韩国多年从事网络游戏开发的经验,向读者展示了网络游戏开发的核心——服务器编程的基本原理和特定技巧。书中首先介绍了计算机网络的基础知识,以及unix socket、winsock编程;然后全面讲述网络游戏服务器组的设计,并分析适合特定游戏的网络模型;接着以大量的实例程序为基础,向读者详细讲解网络游戏服务器编程技术,着重讲述了插件式游戏服务器的构成模块。在本书最后的附录中,作者还提供了自己编写的网络程序库文件,便于读者将其运用到实际开发中,提高编程速度和效率。 本书适合于初
Windows-API-
- 这是有关Windows API 编程入门的教程,讲解的很全面与详细,我是无意之间发现的,感觉很有用,就上传和大家分享!-This is the Windows API programming introductory tutorial on the very comprehensive and detailed, I discovered inadvertently, I feel useful, they upload and share!
UG-OPEN-API--bianchengjichu
- UG OPEN API 编程基础, 作者董正卫、田立中等。-UG OPEN API-based programming, DONG Masae, Tian Li medium.
xfsv3-part01-api-spi
- 金融服务扩展(XFS)接口说明(3.10版)第一部分:应用程序编程接口(API)- 服务提供程序接口(SPI);程序员参考(Extensions for Financial Services (XFS) interface specification Part 1: Application Programming Interface (API) - Service Provider Interface (SPI); Programmer's Reference)
API函数
- 此文档包含了windows常见的700多个api函数.(This document contains more than 700 common API functions of windows.)
Windows api 编程
- 这是一篇关于Windows系统api编程的电子书,非常的好,
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。