TEMPLATE
共 158 篇文章
TEMPLATE 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 158 篇文章,持续更新中。
具体功能, this a trading plan template which introduce the basic aspects of a good trading plan
具体功能, this a trading plan template which introduce the basic aspects of a good trading plan
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
我觉得用OTL(Oracle template library)非常比较好
我觉得用OTL(Oracle template library)非常比较好,它基于C++实现,使用方便,封装得也很好,将来升级维护也会相对简单;最重要的是相关的文档和说明写得非常清楚,简直让人佩服!
This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low
This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed through
C++.Template.Metaprogramming.Concepts.Tools.and.Techniques
C++.Template.Metaprogramming.Concepts.Tools.and.Techniques,超级经典,c++模版编程。
这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表
这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。
is2005_latex_template.tex,一个latex排版的源代码,挺实用的,对初学者来说值得
is2005_latex_template.tex,一个latex排版的源代码,挺实用的,对初学者来说值得
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 sourc
序列模式挖掘prefixspan算法源代码。License: GPL2 (Gnu General Public License Version 2) Requirements: C++ comp
序列模式挖掘prefixspan算法源代码。License: GPL2 (Gnu General Public License Version 2)
Requirements:
C++ compiler with STL (Standard Template Library).
This matrix C++ template class library is for performing common matrix operations in your C++ progra
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLU
学习过C++程序设计语言(也就是说学习过Template)
学习过C++程序设计语言(也就是说学习过Template),但是还没有接触过STL的STL的初学者。这实际上是我学习STL的一篇笔记,老鸟就不用看了。
intorduce for C++ template
intorduce for C++ template
uml Use Case Template
uml Use Case Template
0Template_MDK工程模版0Template_MDK工程模版
0Template_MDK工程模版0Template_MDK工程模版
wince 6 r2 bsp template
wince 6 r2 bsp template
This application report presents basic code for initializing and operating the TMS320LF240x DSP devi
This application report presents basic code for initializing and operating the TMS320LF240x DSP devices. Two functionally equivalent example progra ms are presented: one written in assembly language a
Standard Template Library
Standard Template Library
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMath
Generic template class library for message queue implementation, uses pthread mutex.
Generic template class library for message queue implementation, uses pthread mutex.
多项式快速模板匹配的经典文章
多项式快速模板匹配的经典文章,推荐!《Fast Template Matching With Polynomials》