资源列表
5
- 上传的压缩包是STL源码的具体实现。STL是一种标准模板库,源码比较有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is a concrete implementation STL source. STL is a standard template library, source code useful. STL can be divided into six parts containers, itera
4
- 上传的压缩包是STL源码的实现。STL是一种标准模板库,源码比较有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is STL source implementation. STL is a standard template library, source code useful. STL can be divided into six parts containers, iterators, space a
3
- 上传的压缩包是STL源码的具体实现。STL是一种标准模板库,源码十分有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is a concrete implementation STL source. STL is a standard template library, source code is very useful. STL can be divided into six parts container
vect2
- 演示了size(),begin(),end(),push_back(),erase()和Insert()的用法-the use of size(),begin(),end(),push_back()
vect3
- 对有些操作来说,类特定算法的效率比通用算法搞,但非成员函数可以交换两个不同类型的容器的内容-STL function is better
string1
- 为提高处理效率,最简单的方法是重载赋值运算符,使之能够直接使用常规字符串-the use of string
Vector
- C++Vector类 STL容器 实现容器类的操作 Vector类应用-C++ Vector operations Vector class STL container implementation class application container classes
QuickSort
- 这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,
scl
- 西门子s7-step中scl环境下的几个程序实例,分享给大家相互学习。-Several examples of Siemens s7-step program in scl environment to share for everyone to learn each other.
skeinforge-50
- Skeinforge是python编写的,将三维模型转化为RepRap可以识别的G-Code。-Skeinforge is a tool chain composed of Python scr ipts that converts your 3D model into G-Code instructions for RepRap.
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm
LuckyString
- Lucky String 微软面试题解法 字符串 排序 序列式容器 Fibonnacci数列-Lucky String,Solution of Microsoft interview.Key words:string,sort,vector,fibonnacci。