搜索资源列表
alg2
- test program for STL generic algorithm that search for elements that satisfy a condition
tmpl-examples
- C++模板源码 模板和泛型编程的学习资料-C source code templates and template Generic Programming learning materials
stl33
- STL源码 泛型编程和学习STL的好资料-STL source Generic Programming and learning good information STL
Neural
- 一个基于遗传算法和MLP的例子 Generic Algorithm-one based on genetic algorithms and MLP example Generic Algorithm
chombo_package_1_A-C
- 自适应网格划分通用程序包,美国伯克利大学开发的共享软件包。-Adaptive Mesh generic package, the United States developed at the University of Berkeley's share package.
chombo_package2
- 自适应网格划分通用程序包,美国伯克利大学开发。-Adaptive Mesh generic package, the United States developed at the University of Berkeley.
chombo_package3
- 自适应网格划分通用程序包,美国伯克利大学开发。-Adaptive Mesh generic package, the United States developed at the University of Berkeley.
Addison.Wesley.Essential.C++
- • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
Generic
- Generic OFDM with Cyclic Prefixing
OBDII-Generic-Communication-Protocols-by-Manufactu
- OBDII Generic Communication Protocols by Manufacturer 各車場的通訊協定-OBDII Generic Communication Protocols by Manufacturer
A-generic-controller-architecture-for-intelligent
- A generic controller architecture for intelligent robotic systems
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
generic-programming-with-STL
- 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
RCseries
- 采用matlab/simulink,简单通用电池模型及其参数测量-Using matlab/simulink, a simple generic model and its parameters measured battery
Generic-programming-and-STL
- 泛型编程与stl,通过自己寻找和搜集的知识编出的大全,希望有所帮助-Generic programming and STL, through their own to find and gather knowledge for a book, hope that help
Generic-programming-and-STL
- Generic programming and STL
Generic-neural-network-source-code
- 通用神经网络matlab源代码,简单实用,实现效果良好-Generic neural network matlab source code, simple and practical, to achieve good results
A-Generic-bubble-sort
- It is the source code of the A Generic bubble sort in C++. which is a data structure.-It is the source code of the A Generic bubble sort in C++. which is a data structure.
generic-algorithm--TSP-CPP-
- 遗传算法解决TSP问题 带有界面 C++程序 (generic algorithm TSP C++)