搜索结果
找到约 118 项符合
Changes 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (12)
- 书籍 (10)
- 其他 (8)
- 单片机编程 (5)
- Linux/Unix编程 (4)
- Java书籍 (4)
- 模拟电子 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- Java编程 (3)
- 技术资料 (3)
- PCB相关 (2)
- 电源技术 (2)
- DSP编程 (2)
- 教程资料 (2)
- 单片机开发 (2)
- VC书籍 (2)
- 软件工程 (2)
- 嵌入式/单片机编程 (2)
- 其他数据库 (2)
- 微处理器开发 (2)
- 压缩解压 (2)
- 其他行业 (2)
- 电子书籍 (2)
- MySQL数据库 (2)
- VxWorks (2)
- Delphi控件源码 (2)
- 文章/文档 (2)
- 网络 (2)
- 多媒体处理 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- Applet (1)
- 数据结构 (1)
- uCOS (1)
- matlab例程 (1)
- 数据库系统 (1)
- 汇编语言 (1)
- 文件格式 (1)
- 加密解密 (1)
- 软件设计/软件工程 (1)
- 串口编程 (1)
- SQL Server (1)
- 驱动编程 (1)
- 书籍源码 (1)
- VHDL/FPGA/Verilog (1)
- Windows CE (1)
- Jsp/Servlet (1)
- 数学计算 (1)
- JavaScript (1)
- 数值算法/人工智能 (1)
- 论文 (1)
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...
软件工程 软件工程方法Prefactoring Prefactoring, in essence, is the art of applying the insights gleaned from previ
软件工程方法Prefactoring
Prefactoring, in essence, is the art of applying the insights gleaned from previous experience (whether yours or someone else s) when developing software to new projects. Doing so will likely save you from making costly design changes midstream--and maybe even save your job! ...
编译器/解释器 Following is a repost of the public domain make that I posted to net.sources a couple of months ago
Following is a repost of the public domain make that I posted
to net.sources a couple of months ago. I have fixed a few bugs, and
added some more features, and the resulting changes amounted to
about as much text as the whole program (hence the repost).一个编译器C代码,详见REDME。
其他书籍 英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa
英文版,pdf格式。
详细说明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/
ISBN: 0201379236
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: ...
嵌入式/单片机编程 NXP示例编码集,Software that is described herein is for illustrative purposes only which provides custom
NXP示例编码集,Software that is described herein is for illustrative purposes only which
provides customers with programming information regarding the products.
This software is supplied "AS IS" without any warranties. NXP Semiconductors
assumes no responsibility or liability for the use of the sof ...
其他 Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modi
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications,
enhancements, improvements, and other changes to its products and services at any time and to discontinue
any product or service without notice. Customers should obtain the latest relevant ...
其他书籍 Over the years, this bestselling guide has helped countless programmers learn how to support compute
Over the years, this bestselling guide has helped countless programmers learn how to support computer peripherals under the Linux operating system, and how to develop new hardware under Linux. Now, with this third edition, it s even more helpful, covering all the significant changes to Version 2.6 o ...
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...