搜索资源列表
mycomputerwithstl
- 用stl实现表达式求解算法(我写的) 有一点点难度!需要有较好的数据结构知识-used to achieve expression algorithm (I write) is a little more difficult! The need for a better knowledge of the data structure
CPPstandardlibUserGuide
- STL标准库学习的好东西,很有帮助的,希望大家能从中获益-STL standards for learning something good, helpful, I hope, we can benefit
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
SQL2000bao
- int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1
Blackaero_by_AlucardCastle
- 游戏,还是什么我不知道了,我就想下你的东西大哥,别麻烦了啊,给我下载吧 -Games, or what I do not know, and I wanted things that you Big Brother, do not bother ah, give me to download it
DesigningComponentswiththeCppSTL
- 全英文版的STL书籍,本人认为比较好的一本书:Design Components with the C++ STL -The entire English version of the STL books, I think a better book: Design Components with the C++ STL
testliu
- 这是一个我自己做的联系用的程序 希望能对大家有用处,免费下栽的。-this is a programe it is a priticex i houp it is useful for you
jstl-quick-reference
- jstl-quick-reference.rar is a compress which include a brief of jstl knocklage , for some newer, it a very good reference and i even use two years,so i recommend it to you, i hope it can help you or all.
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
CppSTL
- 这是关于C++ STL的一些介绍,本人觉得很适合初学者,所以推荐给大家-This is about C++ STL some of the introduction, I find it very suitable for beginners, it is recommended to everyone
STL
- 三十分钟即可掌握STL,本人觉得挺好的,对初学stl确实有较大的帮助,是一本值得推荐的好书-Thirty minutes to master the STL, I feel very good, great for beginners stl do have help, is a good book worthy of recommendation
CPPand-STL
- 主要是C++和模板。该材料所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。- C++ and templates mainly are discussed. The material used in the C language, many people may say that the C language has become obsolete, but I think the data st
STL
- 标准模板库STL介绍_程序设计,学习stl的好书,希望大家下载。-Introduction _ Standard Template Library STL programming, learning stl' s books, I hope you download.
CPP.Standard.Library
- C++学习必备,号称最好的STL参考,但我觉得很像JDK文档。-Known as the best STL reference, but I feel like the JDK documentation
cshiyan2012
- 基于EDA软件平台上,用硬件描述语言verilog设计完成分频器、计数器、串行移位输出器、伪码发生器、QPSK I/Q调制器、QPSK I/Q解调器,基于选项法中频调制器,再将各个模块综合起来组成一个完整系统;并用quartusII软件对其进行仿真验证。-EDA software platform based on the hardware descr iption language verilog design complete shift of the frequency divider,
POJ-ACM
- ACM训练的经典题目,内容来看北大OJ,请读者仔细研读。祝你成功。- ACM trained classical topics, view the contents of the North OJ, please carefully read the reader. I wish you success.
PeripheralHeaderIncludes
- ple dont ask me i just want to upload this shit
Templates
- This a brief introduction to templates. The slides include function template, class template. containers and also iterators. It s actually slides I used in OOP class to give a presentation.-This is a brief introduction to templates. The slides includ
online-hmm
- The last file I need to upload
