搜索结果
找到约 61 项符合
TEMPLATEs 的查询结果
按分类筛选
- 全部分类
- VC书籍 (18)
- 其他 (4)
- 人工智能/神经网络 (3)
- 电子书籍 (3)
- 文章/文档 (2)
- 书籍源码 (2)
- 数据结构 (2)
- 数值算法/人工智能 (2)
- matlab例程 (2)
- 软件设计/软件工程 (2)
- 技术资料 (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- 技术管理 (1)
- Linux/Unix编程 (1)
- 系统设计方案 (1)
- 其他书籍 (1)
- 网络 (1)
- 操作系统开发 (1)
- 数据库系统 (1)
- SQL Server (1)
- 软件工程 (1)
- *行业应用 (1)
- 数学计算 (1)
- 手机WAP编程 (1)
- VHDL/FPGA/Verilog (1)
- 教程 (1)
- 书籍 (1)
- VIP专区 (1)
网络 Joomla收费插件。建立商业登记
Joomla收费插件。建立商业登记,商品,广告,房地产,文件目录
Mosets Tree is the only directory component for Joomla! that allows you to run large directory website with customizable templates, user ratings, Search Engine Friendly URLs and more. Fast, Simple and Flexible.
Price: $110 USD ...
操作系统开发 使用配置: a) 如果将系统安装在网站的根路径下
使用配置:
a) 如果将系统安装在网站的根路径下,直接拷贝即可使用;
b) 如果将系统安装在一个虚拟路径下,请将bin、CuteSoft_Client、Templates、Uploads文件夹及移动到根路径下。
c) 如果WEB服务器和数据库服务器不在一台服务器上,请将Web.Config中的 ...
VC书籍 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern t
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design ...
软件工程 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or patte
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ des ...
数学计算 This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-fi
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Templates. Handles all real and complex floating point types. Html doc is included.
电子书籍 學會一個程式語言
學會一個程式語言,是一回事兒;學會如何以此語言設計並實作出有效的程式,又是一回事兒。C++ 尤其如此,因為它很不尋常地涵蓋了罕見的威力和豐富的表現力,不但建立在一個全功能的傳統語言(C)之上,更提供極為廣泛的物件導向(object-oriented)性質,以及對templates 和exceptions(異常狀態)的支援。 ...
教程 C++ Templates 全览
收藏了好多年了,相当实用。
本书深入浅出,分四部分,介绍了模板的原理和运作机制,设计技术和高级应用
技术资料 Effective C++中文第三版
《Effective C++:改善程序与设计的55个具体做法》(中文版)(第3版)一共组织55个准则,每一条准则描述一个编写出更好的C++的方式。每一个条款的背后都有具体范例支撑。第三版有一半以上的篇幅是崭新内容,包括讨论资源管理和模板(templates)运用的两个新章。为反映出现代设计考虑,对第二版论题做了广泛的修订,包括异常( ...
技术资料 C++ Templates The Complete Guide,C++ 模板的经典书籍
C++ 模板的经典书籍,详细介绍了C++ 模板的基本概念以及应用技巧