搜索结果
找到约 263 项符合
practical 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (40)
- 书籍 (35)
- Java编程 (20)
- VC书籍 (18)
- 电子书籍 (16)
- 软件工程 (13)
- Java书籍 (12)
- 单片机编程 (9)
- 技术资料 (8)
- matlab例程 (7)
- Linux/Unix编程 (6)
- 软件设计/软件工程 (5)
- 单片机开发 (5)
- 技术书籍 (4)
- 压缩解压 (4)
- 模拟电子 (3)
- 其他 (3)
- 通讯编程文档 (3)
- 数学计算 (3)
- 教程资料 (2)
- 可编程逻辑 (2)
- 人工智能/神经网络 (2)
- DSP编程 (2)
- 系统设计方案 (2)
- 文章/文档 (2)
- 通讯/手机编程 (2)
- USB编程 (2)
- 文件格式 (2)
- VIP专区 (2)
- 实用工具 (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 数据结构 (1)
- J2ME (1)
- 技术管理 (1)
- 中间件编程 (1)
- 手机短信编程 (1)
- 操作系统开发 (1)
- 微处理器开发 (1)
- 嵌入式Linux (1)
- Applet (1)
- 书籍源码 (1)
- Jsp/Servlet (1)
- 嵌入式/单片机编程 (1)
- Ajax (1)
- 多国语言处理 (1)
- 数据库系统 (1)
- 汇编语言 (1)
- 行业发展研究 (1)
- 电工电气 (1)
- android开发 (1)
- 教材/考试/认证 (1)
- 设计相关 (1)
- 数值算法/人工智能 (1)
- 学术论文 (1)
- 论文 (1)
- 源码 (1)
VC书籍 这是关于c++的电子书籍
这是关于c++的电子书籍,Accelerated C++
Practical Programming by Example
by Andrew Koenig and Barbara E. Moo
Addison-Wesley, 2000
ISBN 0-201-70353-X
Pages 336
Second Printing
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 2004
The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
压缩解压 About transforms DCT using the separate cosine jpeg the compression the matlab source program, simpl
About transforms DCT using the separate cosine jpeg the compression the matlab source program, simple is practical, also has the annotation, very good reads. ,matlab,Wavelet
压缩解压 ZIP压缩、解压缩算法库
ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述:
This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers.
Its easy and practical interface mak ...
电子书籍 C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+
C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their fun ...
VC书籍 This note describes some key aspects of what C++ is and of how C++ has developed over the years. The
This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, though I have
tried to answer some questions that I have often ...
数学计算 This design calculator uses to controls an attribute value the establishment, function skill and so
This design calculator uses to controls an attribute value the establishment, function skill and so on compilation, has met the practical requirements. Truly realized the contact surface succinctly, has been artistic, the function consummated, the unification goal.
Java书籍 市面上java书籍极多
市面上java书籍极多,专注於「编程主题式探讨」并「以独立条款呈现」的书籍比较少。这类书籍面向中高阶读者,不仅选题必须饶富价值、探讨必须极为深刻,各主题最好还独立以利选择阅读,却又最好彼此前後呼应环环相扣,并附良好交叉索引,予读者柳暗花明的强烈冲击。此种「专题条款」式的表现风格,在scott meyers的《effect ...
软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...