CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 交集 并集

搜索资源列表

  1. jiaojibingji

    0下载:
  2. 使用顺序表实现的交集并集问题,其中使用了类模板和简单的线性表存储结构。-order to achieve the intersection of sets, which use a class template and a simple linear table storage structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16.87kb
    • 提供者:muyu
  1. duichengcha

    0下载:
  2. 求两个集合的对称差 ,用户给出输入 程序打印结果,是通过分别求并集,交集而得-for two pools symmetric difference, and give users the importation procedures Print results were seeking through and sets derived intersection
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:姜冰
  1. JIHE

    0下载:
  2. 数据结构的 用有序表实现集合的基本功能~交集 并集 插入 删除~界面美观~可操作性强-data structure using the table to achieve an orderly set of basic function-set intersection and inserted delete ~ ~ operable aesthetic interface strong
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:1.44kb
    • 提供者:易凌云
  1. subsets

    0下载:
  2. 该程序实现给定两个整数集合的并集和交集,并且输出。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.1kb
    • 提供者:王海涛
  1. linlist

    1下载:
  2. 创建顺序表: 输出顺序表:顺序输出各个元素; 插入顺序表:在指定位置处插入元素; 删除顺序表:根据删除指定位置的元素; 逆转顺序表:按逆序倒置所有的元素; 排序顺序表:按照升序排列所有元素; 求交集:求两个顺序表的交集 求并集:求两个顺序表的并集; 销毁顺序表。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28.97kb
    • 提供者:姜华
  1. IntegerSet

    0下载:
  2. 给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素-is set class definition can be simulated to achieve the intersection and set computing, and can be inserted, deleted elements
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.47kb
    • 提供者:董飞
  1. ADT

    0下载:
  2. 实现ADT,可以实现两个二叉树的几种逻辑关系来显示它们之间的联系.如:求两个二叉树是否是等价的.它们的交集并集是怎样的.等等.这样这些都是ADT要实现的方法.-achieve ADT, can achieve two binary tree several logical relationship to show the linkages between them. Such as : whether the binary tree for two are synonymous. The int
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.02kb
    • 提供者:全子
  1. shuju

    0下载:
  2. 单链表的交集,并集,插集,逆置,定位的实现-Single list of the intersection, and set, insert set, reverse home, location of implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1018byte
    • 提供者:王明
  1. xianxingbiao

    0下载:
  2. 数据结构线性表程序执行的命令包括 1)输入两个集合;2)程序过滤后输出两个集合3)求并集;4)求交集; 5)求差集; -line forms
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.09kb
    • 提供者:杨杨
  1. 8

    0下载:
  2. 实现两链表的并集和交集,每个单链表可以输入任意个数,合并后不能有重复数据-The list and to achieve the two sets and intersection, each one linked list can enter any number, can not have duplicate data after the merger
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:861byte
    • 提供者:Yang
  1. dizenglianbiao

    0下载:
  2. 该源码解决了实现两个递增链表(集合)的并集,交集和差集,属于数据结构中线性表的基本操作。-The source code to solve the increasing realization of two lists (sets) of the union, intersection, and difference, the data structure is the basic operation of the linear table.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:Cherlas
  1. listjiaojibingji

    0下载:
  2. 此程序用来实现两个链表的交集和并集,重在其算法。-This process used to achieve two lists of intersection and union, focusing on the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:577.45kb
    • 提供者:刘培娜
  1. set

    0下载:
  2. 集合的运算:交、并、补(难度系数:1.1) 全集:大写字母 ‘A’~’Z’ 要求实现以下功能: 1、集合的输入:自动去掉重复和非法的字符 2、集合的显示:输出集合的全部元素 3、输出一个给定集合的补集 4、输出两个给定集合的交集和并集 -The set of operations: pay, and, filling (difficulty coefficients: 1.1) Complete: capital letters A ~ Z Requ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:16.15kb
    • 提供者:Aiyou
  1. test2__

    1下载:
  2. 用所编写的程序验证结果是否正确,并将结果输出。 1.已知集合A={2,5,6,3,7,4,11,10,12,8,25} B={8,11,15,7,36,25} 2、各基本操作的实现 用链表实现集合A和集合B的并集,交集和差集,实现递增排序。 -List of basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:52.14kb
    • 提供者:孙志雄
  1. jihe

    0下载:
  2. 单链表表示的集合的基本运算,有创建集合、显示集合、并集、交集、差集等-Singly linked list, said the collection of basic operations, to create a collection to display a collection of sets, intersection, difference sets
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.42kb
    • 提供者:tangliming
  1. YUNSUAN

    0下载:
  2. 集合运算演示系统,包括求集合的交集,并集和差集-Demonstration system set operations, including seeking the collection of intersection, union and difference
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:910byte
    • 提供者:冯宇鹏
  1. JiaoBing

    0下载:
  2. 实现数组的自动随机创建,并且可以求得俩数组集合的交集和并集-Array automatically randomly created, and you can obtain the intersection of the two array set and set
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:878byte
    • 提供者:礼超
  1. set

    0下载:
  2. 采用堆排序法求两个集合的并集,交集和差级-calculate of AUB, A∩B, A-B, where A and B are sets
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:20.03kb
    • 提供者:龙欣
  1. CPPLinkList_Intersection_Union

    0下载:
  2. C++实现建立链表,且通过链表数据求并集,交集-The C++ achieve the establishment of a linked list, and through the linked list data seek union, intersection
  3. 所属分类:Data structs

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

    0下载:
  2. 实现一个特殊的计算器,可以实现复数、有理数、矩阵和集合的特殊计算。程序可以实现复数、有理数的加、减、乘、除,可以实现矩阵的加法、减法和乘法运算,也可以实现集合的求交集、并集、子集的运算。-Implement a special calculator, complex numbers, rational, matrix, and a collection of special calculations can be achieved. The program can achieve complex
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:316.27kb
    • 提供者:陈俊建
« 12 »
搜珍网 www.dssz.com