搜索资源列表
computer.rar
- 用java编写的一个基于GUI的算术四则运算(加、减、乘、除)的计算器。 1.综合使用swing包的容器类和组件类设计一个合理的界面; 2.只能对整型数据进行处理; 3. 只能完成加、减、乘、除四项基本功能; 4.参照Windows附件中的计算器的外观和功能
栈类.rar
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。
容器银行类
- 用模板制作的银行类,与一般银行类功能差不多-templates produced using the banking and general banking functions almost
xlist
- STL太复杂,这里给出了一个简单容器类的程序,c++开发可以非常方便使用.为简单数据类型,指针分别创建了类-STL too complicated, here is a simple container such procedures, c development it is easy to use. For simple data types, respectively, to create a pointer type
container
- 容器类经典实例演示。-container class classic examples demonstrate.
CMap
- 模板容器类CMap的完整实现源代码,对于想学习哈希映射的朋友,这个类的实现可以丰富你的思路。
容器类
- 容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
Coll.zip
- 从MFC中提取的容器类,可以再非MFC工程中使用CArray、CMap等MFC的容器。,Extracted from the MFC container class can be used in non-MFC project CArray, CMap containers such as MFC.
CMap.rar
- 实现容器类CMAP的基本操作,对CMAP进行封装,CMAP-type containers to achieve the basic operation of the package to CMAP
栈类
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
STL
- 这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明-This is on VC++ Of STL containers, including the STL containers, as well as the relationship between various types of categories of descr iption
carwash
- 一个模拟洗车场的小程序,主要算法是通过STL容器类queue实现对洗车场的仿真。-A PROGRAM FOR CAR WASHING SIMULATION
playlist_mine
- 播放列表,可以使用容器类加入数据。qt的学习过程中的一部分。-Playlist, you can use the container by adding the data type. qt the part of the learning process.
ContainerExam
- 容器类,是学习c++很好的例子,推荐大家下载,学习完后会对你有很好的帮助-Container class, is to learn c++ very good example, recommend you to download, learn exhausted will help you have a good
dazuoye
- 题目:数据导入功能设计与实现 二、实验目的: 培养学生综合应用知识的能力,包括利用面向对象思想如何划分功能类,主程序结构等,具体体现在对SQL语句的掌握、数据库类与接口、容器类、输入、输出流等的掌握 三、功能: 根据文本文件的内容,在数据库中创建相应的表及字段,并导入相应数据。 -Accoding to the contents of the file,it can establish form and ducting data.
ThinkC
- 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-Author of this book to learn C++ based on their personal experienc
LinearMap
- 一个同时具有线性和map功能的容器类-a class with liner and map function at the sametime
PlatForm
- 里面使用了容器类,处理一些数据, 在一些大数量数据的时候,特别有用。-using vetor class ,to deal with something, when we have to deal with losses of data, it is very useful
sql2class-1.7.1
- sql2class 数据库访问容器类,方便数据库连接-Database Access Container Class
CrossList
- 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.