搜索资源列表
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
Iterplusplus
- C++中容器遍历的例子。Iterator,Vector。可能对初学者比较有用,呵呵。我也是初学者,花了一些功夫才学到的。
rongqi
- * 容器 * 注意掌握的内容 * * 如下图: * set ---HashSet TreeSet ----------装入的对象没顺序并且不能equals字符串比较 * Collection--| 使用链表 使用数组 |--一个一个往里装 * list ---LinkedList,ArrayList ------装入的对象有顺序可以equals比较 * * Map -------HashMap TreeSet---------------
Iterator
- 《c#设计模式》一书里的迭代器模式代码- C# Design Patterns book in the iterator model code
iterator
- 模拟迭代器 I do not know how to explain it-I do not know how to explain it
pc_config_finally_test
- 方法 long Proc_data_end_loop(std::map<std::string,ValueUnit>::iterator ValueUnitIte_1) 实现同key值在map中同时存在,树与队列的集合,有点儿水-Method of long Proc_data_end_loop (std:: map <std::string,ValueUnit> :: iterator ValueUnitIte_1) to achieve the same ke
DesignPattern
- 这是一个关于设计模式的例子演示。关于iterator模式和 interpreter模式没有演示。 代码的价值在于 :如果你不熟悉设计模式,这些例子能在你学习设计模式的过程中,帮助你更好的理解。 如果你想用来直接做项目,那它太简陋了。 作者余洋保留版权 但你可以自由的使用它。 本人保留修改和公布这些代码的权利,他人不允许散发这些代码. 代码在变量 函数设计 等一些细节的地方并不太理想,但我尽量把任务在我规划的时间内完成。 如果你将事例修改的更好 或你对于设计模式的使用上有自
KC
- 实现线性表的基本操作:插入、删除、查找。 链表遍历器的使用方法。-To achieve a linear form the basic operations: insert, delete, search. List iterator to use.
iter
- 双向链表+迭代器类 不带头节点 -+ Doubly linked list iterator class does not take the lead node
directory_iterator
- Some uselles crap (directory iterator test approach).
lianbiao
- 用单链表实现多项式的加法运算,其中没有迭代器-Polynomial with a single linked list to achieve the addition operation, which is not an iterator
main
- 这个是一个新的版本,需要的人请自行下载,里面主要是关于iterator的运用-This is a new version need to download your own, which is mainly on the use of iterator
List
- C++实现List,实现了模板,迭代器。-The code is about List which implement by C++ with template and iterator.
mlms
- 一个面向对象的实例代码 姜命令模式于迭代器模式相结合 对面向对象的编程思想有一个新的了解-Instance of an object-oriented code Jiang command mode on the mode of combining iterator object-oriented programming on a new understanding of thinking
derangementsIterator
- A derangement iterator written in Python
csharp
- 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
design_pattern
- 代码里是c#设计模式的实例代码,包含装饰模式、享元模式、迭代子模式、观察者模式、访问者模式,适合初学者学习 -Code is a design pattern c# example code, including decorative pattern Flyweight pattern, iterator pattern, observer pattern, visitor pattern, suitable for beginners to learn
Cplusfilefolderiterator
- C++文件夹中文件的遍历,很有用的程序,对于文件夹操作-C++ filefolder iterator may help you
The-iterator-reality-bus-stops
- 利用迭代器现实公交站点,通过查找站点来查找自己应该坐几路车,方便出行。-Iterator reality bus stops by looking for the site to find that they should take a few road cars, to facilitate travel.
Iterator
- Sample iterator C# 5
