搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
MT8880.rar
- MT8880用于dtmf信号的发送和接收,并集于一体,编程简单!,MT8880 for dtmf to send and receive signals, and set in one simple program!
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
- 求两个集合的交集,并集,差集的运算程序。-Seeking the intersection of two sets, and set, difference set computing program
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
exp12
- 合肥工业大学数据结构试验一二(包括完整的试验要求、试验预习报告、最终试验报告) 试验内容: 编写链表类及其辅助结构,实现基本的操作。 <1>设计算法依次访问无头结点的单循环链表的各结点。 <2>设计算法以判断一个带头结点的单循环链表是否满足这样的条件 <3>利用递增有序的单循环链表表示集合,分别求两个链表表示的集合的交、并集所构成的链表。 <4> 编写算法以构造带头结点的双循环链表。 <5>编写算法以判断一个
11
- 实验:创建类IntergerSet,它的每个对象可以存储到范围内的整数。 集合在内部表示为数组,其元素为或,即,如果整数i在这个集合内,则数组元素a[i]是,反之,a[i]则为。要求包括以下成员函数: 1、 默认的构造函数将集合初始化为"空集合"(其所有数组元素为) 2、 另一个构造函数,它接受一个整数的数组以及该数组的大小,并使用该数组初始化集合对象。 3、 unionOfSets成员函数,它生成第三个集合,这个集合是现有两个集合的并集。 4、 intersectionOf
homework_1
- 已知两个单链表 A 和 B 分别表示两个集合,其元素递增排列。请编写程序求集合 A 和 B 的交集 C = A B,要求单链表C按其元素递增排列,并利用原表(即表A和表B)的结点空间存放表C。-A list of known and two single-B, respectively, two sets of its elements in ascending order. Please write a program seeking the intersection of se
jihe
- 这是一个可求2个集合的交集、并集、差集的程序-2 cross-rectifiable set and difference set
unionset.tar
- 求数轴上多条线段覆盖的区域的并集,即求出被这些线段覆盖的所有区域。-And set to request the number of axes of the segment covering the region, that is calculated in all regions covered by these segments.
LIST
- 数据结构 单链表 创建 删除 添加 以及一些简单的交集 并集-Singly-linked list of data structures creates delete add
count
- 该程序的主要功能包括输入集合A,输入集合B,求A和B的并集-The main function of the program include input set A, the input set B, find A and B set
sum
- 该程序的主要功能包括输入集合A,输入集合B,求A和B的并集-The main function of the program include input set A, the input set B, find A and B set
并查集_向量偏移
- 此文件有并查集的讲义,适合acm训练。是老师自己编写的,可以拿去看看(And check set algorithm)
并查集
- 这个程序是基于一道ACM题目写出来的并查集算法(And search set algorithm)
并查集
- 实现并查集这一功能,利用了C++语言进行,效率更高(realize bingchaji,I use c plus plus,which is better to use)
附加题
- 此程序可以用fortran可计算两个集合的交集与并集(This program can compute the intersection and union of two sets.)