CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 并集

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:1.96mb
    • 提供者:ayungerstudio
  1. MT8880.rar

    0下载:
  2. MT8880用于dtmf信号的发送和接收,并集于一体,编程简单!,MT8880 for dtmf to send and receive signals, and set in one simple program!
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:557.22kb
    • 提供者:裴海全
  1. 25462

    0下载:
  2. 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:53.19kb
    • 提供者:qinlin
  1. text1

    0下载:
  2. 设计一个集合类,用来处理整型数。并具有以下功能: 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:11.77kb
    • 提供者:韩非
  1. jihe

    0下载:
  2. 求数据之间的关系,可以添加,删除数据,并且求交集,并集,差集-For the relationship between data, you can add, delete, data, and seek common ground, and set difference set. . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:
  1. jiaojibingji

    0下载:
  2. 单链表实现交集和并集,建立两个单链表,排序,再进行交集和并集操作。-Single-linked list and set to achieve common ground and to build two single-linked list, sort, and again and set intersection operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:212.51kb
    • 提供者:liuzhuo
  1. jihe

    0下载:
  2. 求两个集合的交集,并集,差集的运算程序。-Seeking the intersection of two sets, and set, difference set computing program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.02kb
    • 提供者:刘鹏
  1. o3

    0下载:
  2. 定义元素类型为int、元素个数不受限制的集合类Set,包括:<=(包含于)、==(相等)、!=(不等)、 |(并集)、 &(交集)、-(差集)、+=(增加元素)、-=(删除元素)等操作(38)-Defined element type is int, the number of unrestricted elements in a collection of class Set, including: " = (equal ),!=( included in ),==( range
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:836.82kb
    • 提供者:
  1. exp12

    0下载:
  2. 合肥工业大学数据结构试验一二(包括完整的试验要求、试验预习报告、最终试验报告) 试验内容: 编写链表类及其辅助结构,实现基本的操作。 <1>设计算法依次访问无头结点的单循环链表的各结点。 <2>设计算法以判断一个带头结点的单循环链表是否满足这样的条件 <3>利用递增有序的单循环链表表示集合,分别求两个链表表示的集合的交、并集所构成的链表。 <4> 编写算法以构造带头结点的双循环链表。 <5>编写算法以判断一个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:993.05kb
    • 提供者:石帆
  1. 11

    0下载:
  2. 实验:创建类IntergerSet,它的每个对象可以存储到范围内的整数。 集合在内部表示为数组,其元素为或,即,如果整数i在这个集合内,则数组元素a[i]是,反之,a[i]则为。要求包括以下成员函数: 1、 默认的构造函数将集合初始化为"空集合"(其所有数组元素为) 2、 另一个构造函数,它接受一个整数的数组以及该数组的大小,并使用该数组初始化集合对象。 3、 unionOfSets成员函数,它生成第三个集合,这个集合是现有两个集合的并集。 4、 intersectionOf
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:胡先生
  1. homework_1

    0下载:
  2. 已知两个单链表 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1.12kb
    • 提供者:ray
  1. jihe

    0下载:
  2. 这是一个可求2个集合的交集、并集、差集的程序-2 cross-rectifiable set and difference set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:4.75kb
    • 提供者:john lester
  1. unionset.tar

    0下载:
  2. 求数轴上多条线段覆盖的区域的并集,即求出被这些线段覆盖的所有区域。-And set to request the number of axes of the segment covering the region, that is calculated in all regions covered by these segments.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.64kb
    • 提供者:lp
  1. LIST

    0下载:
  2. 数据结构 单链表 创建 删除 添加 以及一些简单的交集 并集-Singly-linked list of data structures creates delete add
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:235.19kb
    • 提供者:小熊
  1. count

    0下载:
  2. 该程序的主要功能包括输入集合A,输入集合B,求A和B的并集-The main function of the program include input set A, the input set B, find A and B set
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:907byte
    • 提供者:雨小
  1. sum

    0下载:
  2. 该程序的主要功能包括输入集合A,输入集合B,求A和B的并集-The main function of the program include input set A, the input set B, find A and B set
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:903byte
    • 提供者:雨小
  1. 并查集_向量偏移

    0下载:
  2. 此文件有并查集的讲义,适合acm训练。是老师自己编写的,可以拿去看看(And check set algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:361kb
    • 提供者:Leoyou
  1. 并查集

    0下载:
  2. 这个程序是基于一道ACM题目写出来的并查集算法(And search set algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:152kb
    • 提供者:hanzha
  1. 并查集

    0下载:
  2. 实现并查集这一功能,利用了C++语言进行,效率更高(realize bingchaji,I use c plus plus,which is better to use)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:893kb
    • 提供者:sylvia_xin
  1. 附加题

    1下载:
  2. 此程序可以用fortran可计算两个集合的交集与并集(This program can compute the intersection and union of two sets.)
  3. 所属分类:其他

    • 发布日期:2021-04-06
    • 文件大小:3kb
    • 提供者:chenxxiao
« 12 3 4 5 »
搜珍网 www.dssz.com