搜索资源列表
TestSet
- 定义的是一个集合类,实现了并集、交集、差的常用操作操作
jihedejiaobingcha
- 可以完成集合饿交集 并集 以及差集-Hungry to complete a collection as well as the intersection and set difference set
25462
- 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-Algorithm followed by the preparation of the visit without a head node for the single round-robin list two incremental and orderly list and set the ground.
text1
- 设计一个集合类,用来处理整型数。并具有以下功能: 1.具有为集合增加元素的功能。 2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。 3.有用链表来存储集合的功能。 -To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to
jihe
- 求数据之间的关系,可以添加,删除数据,并且求交集,并集,差集-For the relationship between data, you can add, delete, data, and seek common ground, and set difference set. . .
jiaojibingji
- 单链表实现交集和并集,建立两个单链表,排序,再进行交集和并集操作。-Single-linked list and set to achieve common ground and to build two single-linked list, sort, and again and set intersection operation.
JIHE
- 定义求集合的交并差系统,可选择性求其交集、并集、差集,或其他新集合运算-The definition for pay and poor collection systems, the option of seeking the common ground, and set, difference set, or collection of other new computing
attion2
- 关于有序顺序表的各种运算及实现。以及求两个集合的并集和交集。-YIN Kun data on the structure of exercises specific procedures and explanations.
jiaoji
- 求交集在vc6.0上执行调试,对初学c++的人比较有用-Intersection in order to perform vc6.0 debugging c++ for beginners more useful person
jihe
- 求两个集合的交集,并集,差集的运算程序。-Seeking the intersection of two sets, and set, difference set computing program
bingjiandjiaoji
- 交集和并集的运算 功能实现: 通过输入集合A和集合B的元素,输出A与B的交集,输出A与B的并集。 从而达到目的-Intersection and union computing function realization: by entering the set A and set B elements, the output of the intersection of A and B, the output A and B, and Set. So as to achieve th
o3
- 定义元素类型为int、元素个数不受限制的集合类Set,包括:<=(包含于)、==(相等)、!=(不等)、 |(并集)、 &(交集)、-(差集)、+=(增加元素)、-=(删除元素)等操作(38)-Defined element type is int, the number of unrestricted elements in a collection of class Set, including: " = (equal ),!=( included in ),==( range
11
- 实验:创建类IntergerSet,它的每个对象可以存储到范围内的整数。 集合在内部表示为数组,其元素为或,即,如果整数i在这个集合内,则数组元素a[i]是,反之,a[i]则为。要求包括以下成员函数: 1、 默认的构造函数将集合初始化为"空集合"(其所有数组元素为) 2、 另一个构造函数,它接受一个整数的数组以及该数组的大小,并使用该数组初始化集合对象。 3、 unionOfSets成员函数,它生成第三个集合,这个集合是现有两个集合的并集。 4、 intersectionOf
sunxunbiao
- 顺序表 mfc 界面 可以创建 新文件 插入 删除 集合的交集 并集-Order Form mfc interface can create a new file into the intersection and set to delete
LIST
- 数据结构 单链表 创建 删除 添加 以及一些简单的交集 并集-Singly-linked list of data structures creates delete add
LinkedList
- 用java创建单链表,用单链表实现集合的交集并集差集-Use Java to create a singly linked list, singly linked list is used to implement the intersection set and set the difference set
jihedeyunsuan
- 这是一段关于集合运算的代码,包含了交集并集补集差集以及很多别的功能-This is a set of operations on the code, including the intersection and set complement difference set, and many other features
aa
- 用数组的方法实现集合A\B对称差,而对称差就是可以实现两个集合的交集 并集以及补集的程序-it can be good!!!
aa
- 用数组的方法实现集合A\B对称差,而对称差就是可以实现两个集合的交集 并集以及补集的程序-it can be good!!!
附加题
- 此程序可以用fortran可计算两个集合的交集与并集(This program can compute the intersection and union of two sets.)