搜索资源列表
cqa0408
- 代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、如何获取专用文件夹的路径名? 巧。-code contains a model following examples : 1, 2 GetKeyState use examples, and the STL string UNICODE three categories, how to C# or.NET framework expose
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
01
- stl代码,内含大量例子。适合给位对STL感兴趣,或者初学者.-stl code, containing a large number of examples. Suited to the position of the STL are interested, or beginners.
handout-files
- SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } i
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
Stl_Tutorial_And_Reference_Guide
- The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.This book will help you how to programming with STL.
STLGuidance
- 本教程介绍有关学习C++ STL的预备知识和STL的相关背景知识,适合想对STL做大致了解的初学者。-This tutorial to learn about C++ STL and STL prior knowledge of the relevant background knowledge, for want of understanding of STL for beginners to do more or less.
SGI_Standard_Template_Library_Program_Guide
- The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are he
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.
ssd7exercise4
- 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
Literature-Little-Helper
- 文学小助手,用到了STL,Boost库,使用正则表达式实现,可对文章进行完全匹配查找或通配符查找,初学STL,Bosst库入门非常有参考价值。-Literature his assistant, use the STL, Boost library, use regular expressions to achieve, you can find the article for an exact match or wildcard search, beginner STL, Bosst libr
f_GetFirstLetter
- 自动生成拼音简码 1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效! // 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
code
- Package consists of 3 files. First, to calculate number of deletions required in a string so that no two consecutive characters are same, where string consists of only 2 characers with repetition. Second to detect if a string contains all english alp
sort
- 利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.