搜索:API+Documentation
找到约 2,486 项符合「API+Documentation」的查询结果
结果 2,486
按分类筛选
- 全部
- Java编程 (127)
- 技术资料 (95)
- Java书籍 (92)
- 其他书籍 (90)
- VC书籍 (84)
- 其他 (81)
- 电子书籍 (73)
- 软件设计/软件工程 (61)
- 文章/文档 (46)
- Linux/Unix编程 (43)
- 串口编程 (42)
- Delphi控件源码 (38)
- Internet/网络编程 (31)
- 手机短信编程 (30)
- J2ME (27)
- 通讯编程文档 (25)
- 微处理器开发 (23)
- Windows CE (22)
- 通讯/手机编程 (20)
- 加密解密 (18)
- 网络 (18)
- 书籍源码 (14)
- 软件工程 (13)
- 嵌入式/单片机编程 (13)
- 系统设计方案 (13)
- 驱动编程 (12)
- 文件格式 (10)
- uCOS (10)
- Delphi/CppBuilder (10)
- 操作系统开发 (9)
- 汇编语言 (9)
- 其他数据库 (9)
- 单片机开发 (9)
- BREW编程 (9)
- MySQL数据库 (9)
- DSP编程 (8)
- Applet (8)
- 技术管理 (8)
- 嵌入式Linux (8)
- Windows Mobile (8)
- 编辑器/阅读器 (7)
- USB编程 (7)
- VxWorks (7)
- SQL Server (7)
- 数据库系统 (6)
- 其他行业 (6)
- Symbian (6)
- 中间件编程 (6)
- Jsp/Servlet (6)
- 压缩解压 (5)
- TAPI编程 (5)
- 并行计算 (5)
- 游戏 (4)
- 编译器/解释器 (4)
- 磁盘编程 (4)
- 人工智能/神经网络 (4)
- FlashMX/Flex源码 (4)
- matlab例程 (4)
- 易语言编程 (4)
- 手机彩信(MMS)编程 (4)
- JavaScript (4)
- 其他嵌入式/单片机内容 (4)
- 邮电通讯系统 (4)
- 教育系统应用 (3)
- VHDL/FPGA/Verilog (3)
- 行业发展研究 (3)
- RFID编程 (3)
- MTK (3)
- Ajax (3)
- 源码 (3)
- 书籍 (3)
- 手册 (3)
- C/C++语言编程 (2)
- 源码/资料 (2)
- Modem编程 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 金融证券系统 (2)
- CA认证 (2)
- OA系统 (2)
- 教程 (2)
- 无线通信 (1)
- 设计相关 (1)
- 数值算法/人工智能 (1)
- 仿真技术 (1)
- 技术书籍 (1)
- 实用工具 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 手机WAP编程 (1)
- Oracle数据库 (1)
- 论文 (1)
- 笔记 (1)
- 其他 (1)
https://www.eeworm.com/dl/660/437269.html
J2ME
韩国人手机上的J2ME手机游戏哈里波特源代码
韩国人手机上的J2ME手机游戏哈里波特源代码,运行于LG手机,因些声音方面需要LG特有的API,如果你没有LG的SDK的话,可以建立一个空接口,游戏目前在SJBOY下可以正常运行,但是没有声音。图片资源请在jar包里提龋 ...
https://www.eeworm.com/dl/660/439474.html
J2ME
韩国人手机上的J2ME手机游戏哈里波特源代码
韩国人手机上的J2ME手机游戏哈里波特源代码,运行于LG手机,因些声音方面需要LG特有的API,如果你没有LG的SDK的话,可以建立一个空接口,游戏目前在SJBOY下可以正常运行,但是没有声音。图片资源请在jar包里提取 ...
https://www.eeworm.com/dl/832997.html
技术资料
OpenGL学习教程
OpenGL是图形API,是图形硬件的软件接口。它规定了用户输入图形数据信息形式,确定了图形处理的流程,规定了每个图形处理流程处理所需的参数的方式。
https://www.eeworm.com/dl/863652.html
技术资料
MFC编程技巧与范例详解
在掌握了 C++后,还需要了解和掌握 MFC
(Microsoft Foundation Class,微软基本类库)的内容和 MFC 的层次结构,该层次结构封装
了 Windows API 中的用户界面部分和各种 MFC 控件, 最后还需要了解 MFC 的窗口、 文档、
视图等框架体系以及消息映射机制 ...
https://www.eeworm.com/dl/542/224319.html
其他书籍
什么是 VBScript? Microsoft Visual Basic Scripting Edition 是程序开发语言 Visual Basic 家族的最新成员
什么是 VBScript?
Microsoft Visual Basic Scripting Edition 是程序开发语言 Visual Basic 家族的最新成员,它将灵活的脚本应用于更广泛的领域,包括 Microsoft Internet Explorer 中的 Web 客户机脚本和 Microsoft Internet Information Service 中的 Web 服务器脚本。
ActiveX脚本可用在 Microsof ...
https://www.eeworm.com/dl/874574.html
技术资料
VC6.0 FTP客户端源码及开发文档
在本次FTP的设计中主要使用WinInet API编程,无需考虑基本的通信协议和底层的数据传输工作,MFC提供的WinInet类是对WinInet API函数封装而来的,它为用户提供了更加方便的编程接口。而在该设计中,使用的类包括 CInternetSession类、CFtpConnection类和CFtpFileFind类,其中,CInternetSession用于创建 ...
https://www.eeworm.com/dl/510/36525.html
无线通信
CF卡技术资料
The information in this specification is subject to change without notice.Use of this specification for product design requires an executed license agreement from the CompactFlashAssociation.The CompactFlash Association shall not be liable for technical or editorial errors or omi ...
https://www.eeworm.com/dl/649/221724.html
uCOS
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether
UCOS/II for ICCAVR
- The version of UCOS/II is 2.04
- the original port was done by Ole Saether for the IAR compiler. Jens E.
Holtegaard ported one version using ICCAVR. Joerg Meyer did another port
(using Jens port as a start?). This is basically Joerg s port plus a
littl ...
https://www.eeworm.com/dl/646/432566.html
通讯编程文档
Java has become a confusing world. Five years ago, there were few decisions to make once you start
Java has become a confusing world. Five years ago, there were few decisions to make once
you started programming in Java—you used AWT for graphical user interfaces, sockets for
network programming, and hacked together everything else you needed. Since then, though,
the APIs a ...
https://www.eeworm.com/dl/867307.html
技术资料
STM32F107VCT6官方原理图和PCB.rar
This zip contains the STM3210C-EVAL board (MB784 & MB785) manufacturing database
MB784 => Mother board version B
MB785 => LCD Daughter board version A
------------------------------------------------------------------
List of directories
------------------------------------ ...