搜索结果
找到约 135 项符合
Template 的查询结果
按分类筛选
- 全部分类
- VC书籍 (19)
- 其他 (11)
- 其他书籍 (9)
- 电子书籍 (7)
- 数据结构 (7)
- Java编程 (7)
- 软件设计/软件工程 (5)
- STL (4)
- 游戏 (3)
- 数值算法/人工智能 (3)
- Oracle数据库 (3)
- 数学计算 (3)
- Internet/网络编程 (3)
- 书籍源码 (3)
- 单片机开发 (3)
- 文章/文档 (3)
- 人工智能/神经网络 (2)
- 其他行业 (2)
- Linux/Unix编程 (2)
- 数据库系统 (2)
- matlab例程 (2)
- 汇编语言 (2)
- 其他数据库 (2)
- BREW编程 (2)
- Java书籍 (2)
- 技术资料 (2)
- 集成开发环境源码 (1)
- DSP编程 (1)
- 开发工具 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 微处理器开发 (1)
- 其他嵌入式/单片机内容 (1)
- 文件格式 (1)
- 3G开发 (1)
- 嵌入式/单片机编程 (1)
- Applet (1)
- 编译器/解释器 (1)
- 手机短信编程 (1)
- 通讯编程文档 (1)
- 企业管理 (1)
- VxWorks (1)
- Windows CE (1)
- Jsp/Servlet (1)
- 源码/资料 (1)
- 其他 (1)
- 源码 (1)
- VIP专区 (1)
Oracle数据库 我觉得用OTL(Oracle template library)非常比较好
我觉得用OTL(Oracle template library)非常比较好,它基于C++实现,使用方便,封装得也很好,将来升级维护也会相对简单;最重要的是相关的文档和说明写得非常清楚,简直让人佩服!
其他行业 RapidForm add-in template for Visual C.NET. Using this template project, a user can create RapidForm
RapidForm add-in template for Visual C.NET. Using this template project, a user can create RapidForm template conveniently
其他行业 RapidForm add-in template for Visual C++. Using this template project, a user can create RapidForm t
RapidForm add-in template for Visual C++. Using this template project, a user can create RapidForm template conveniently
STL yard lib, template for regular rule
yard lib, template for regular rule
数据结构 讲述C++模板template的用法
讲述C++模板template的用法,对初学者很有帮助,推荐下载。
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 ...
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of two matrix.
etc ...
其他 the template documents of Software Engineering
the template documents of Software Engineering
Linux/Unix编程 one template to manage objects alloc ans fr
one template to manage objects alloc ans fr
数据结构 一个德国人Kasper Peeters用C++ template写的tree的STL实现
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。