搜索结果
找到约 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)
其他 多项式快速模板匹配的经典文章
多项式快速模板匹配的经典文章,推荐!《Fast Template Matching With Polynomials》
其他 1、第一次运行时
1、第一次运行时,请先在浏览器上输入:http://您的域名/install/index.aspx。
注意:文件必须放在web根目录下才能运行。
后台登陆:http://您的域名/master/login.aspx
说明1:
1、系统分商业版本后免费版本,其中免费版本不提供专人服务,有任何问题可登陆到bbb.pageadmin.net寻求解决方法。
2、支持access和MSSQ ...
Oracle数据库 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc
一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手.
OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, ...
VC书籍 C++ 标准程序库提供一组通用类别(classes)和接口(interfaces)
C++ 标准程序库提供一组通用类别(classes)和接口(interfaces),可大幅扩充 C++ 核心语言。由于程序库本身并不容易,为了完整运用其组件并从其强大的威力中获得帮助,你需要一份完善的资源,而非一份仅仅陈列类和函数的普通文档。《The C++ Standard Library》不仅对每一个程序库组件提供范围广泛的说明,也对繁杂的感念 ...
游戏 游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For
游戏开发数据结构Data Structures for Game Programmers
The Goodies Directory contains all sorts of stuff. For example, there are the four
3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses),
and STLPort, which is one implementation of the Standard Template Library.
Also, ...
VxWorks VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board
VxWorks 6.6 BSP开发执导
This document describes, in general terms, the elements that make up a board
support package [BSP], the requirements for a VxWorks BSP, and the general
behavior of a BSP during the boot process. This document outlines the steps
needed to port an existing BSP to a new hardw ...
STL STL (标准模版库
STL (标准模版库,Standard Template Library)简要说明
Java编程 The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language
The JavaServer Pages (JSP) Expression Language (EL) is a
simple non-procedural scripting language that can be used
to evaluate dynamic expressions within a JSP page. Each EL
expression evaluates to a single value that is then expressed as
text in the output of the JSP (when used in template text ...
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...