搜索结果
找到约 281 项符合
developer 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (29)
- 技术资料 (28)
- 电子书籍 (27)
- Java书籍 (19)
- Java编程 (17)
- VC书籍 (17)
- 微处理器开发 (11)
- 其他 (10)
- 单片机开发 (9)
- 软件设计/软件工程 (9)
- 通讯编程文档 (7)
- 软件工程 (6)
- 文章/文档 (4)
- SQL Server (4)
- 单片机编程 (3)
- Linux/Unix编程 (3)
- 技术管理 (3)
- 人工智能/神经网络 (3)
- Windows CE (3)
- Oracle数据库 (3)
- 精品软件 (3)
- VIP专区 (3)
- C/C++语言编程 (2)
- 接口技术 (2)
- DSP编程 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- ARM (2)
- 嵌入式综合 (2)
- 驱动编程 (2)
- 企业管理 (2)
- Applet (2)
- Delphi/CppBuilder (2)
- Delphi控件源码 (2)
- 其他行业 (2)
- Symbian (2)
- 手机彩信(MMS)编程 (2)
- 系统设计方案 (2)
- Jsp/Servlet (2)
- 软件 (1)
- 书籍 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- 资料/手册 (1)
- 实用工具 (1)
- 通信网络 (1)
- 工控技术 (1)
- 机械电子 (1)
- 电机控制 (1)
- 手机短信编程 (1)
- Modem编程 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- 网络 (1)
- 数学计算 (1)
- USB编程 (1)
- 嵌入式/单片机编程 (1)
- BREW编程 (1)
- VxWorks (1)
- 交通/航空行业 (1)
- 其他嵌入式/单片机内容 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
Symbian S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library
S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimedia applications can be implemented without any kno ...
Delphi控件源码 WordWeb thesaurus/dictionary component for Delphi and C++ Builder Version 1.62, freeware The com
WordWeb thesaurus/dictionary component for Delphi and C++ Builder
Version 1.62, freeware
The component uses the free WordWeb thesaurus/dictionay available from
http://wordweb.co.uk/free
You (and anyone using your program) should install WordWeb before using this component.
If it is not install ...
电子书籍 本书的主要目标是为你提供有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能;并讲授Java编程语言句法和面向对象的概念
本书的主要目标是为你提供有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能;并讲授Java编程语言句法和面向对象的概念,以及Java运行环境的许多特性, 对图形用户界面(GUIs)、多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer和SUN Certified Java Developer考试所必备的 ...
其他书籍 Purpose of this White Paper This white paper describes a collection of standards, conventions, and
Purpose of this White Paper
This white paper describes a collection of standards, conventions, and guidelines for writing solid Java
code. They are based on sound, proven software engineering principles that lead to code that is easy to
understand, to maintain, and to enhance. Furthermore, by follow ...
其他书籍 Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real- ...
Java编程 本书的主要目标是为你提供有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能; 并讲授Java编程语言句法和面向对象的概念
本书的主要目标是为你提供有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能;
并讲授Java编程语言句法和面向对象的概念,以及Java运行环境的许多特性, 对图形用户界面(GUIs)、
多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Java Developer
考试所必备的知识 ...
Java书籍 本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能; 并讲授Java 编程语言句法和面向对象的概念
本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能;
并讲授Java 编程语言句法和面向对象的概念,以及Java 运行环境的许多特性, 对图形用户界面(GUIs)、
多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Java Developer
考试所必备的 ...
其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed
The C++ Editor is a text editor for C++ programmers. The editor have
color syntax highlighting. Editor s main purpose is to edit source
code files outside the IDE (Integrated Development Environment) with
multiple opened copies of program, when programmer needs to find,
replace or compare source ...
微处理器开发 对于ARM体系来说
对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数 ...
Java编程 Sun Java培训教程中文版 本书的主要目标是为你提供有关 Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能; 并讲授Java 编程语言句法和面向对象的概念
Sun Java培训教程中文版
本书的主要目标是为你提供有关 Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能;
并讲授Java 编程语言句法和面向对象的概念,以及Java 运行环境的许多特性, 对图形用户界面(GUIs)、
多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Jav ...