搜索资源列表

  1. xjh2.rar

    0下载:
  2. 实现集合的交和并集
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1014
    • 提供者:
  1. 图片记录集存储

    0下载:
  2. 主要是向数据库存储图片,并能读取存储的图片并显示出来-main database to store photos, and the pictures stored in the read and displayed
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:92227
    • 提供者:石林
  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
    • 文件大小:17273
    • 提供者: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
    • 文件大小:1062
    • 提供者:姜冰
  1. zuhetisj

    0下载:
  2. autocad2004,实现三位组合体设计,实现三维图差集、交集、并集。-autocad2004 achieve three assembly design, 3D map difference, intersection, and to gather.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22974
    • 提供者:luyanuun
  1. RgnGuide_src

    0下载:
  2. 这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。-the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can ch
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:15562
    • 提供者:dengmh
  1. 一个非常好用的Autocad工具集

    7下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. 计算机常用数值算法集(C++版)

    1下载:
  2. 本书主要介绍利用计算机解决科学研究、工程设计、经济与商业管理等众多领域中数值计算所涉及到的数学问题的各类数值计算算法,并利用计算机程序设计语言C编程实现这些算法。
  3. 所属分类:文档资料

    • 发布日期:2009-06-01
    • 文件大小:9265255
    • 提供者:huangcunkuangke
  1. unionset

    0下载:
  2. 求数轴上多条线段覆盖的区域的并集,即求出被这些线段覆盖的所有区域。
  3. 所属分类:其它程序

  1. 1_Triangle

    0下载:
  2. 求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形-solving arbitrary polygon and two sets, intersection, difference, the request is a simple polygon, it is concave and convex polygon Polygon
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:张鹜
  1. RgnGuide_src

    0下载:
  2. 这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。-the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can ch
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:15360
    • 提供者:dengmh
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:易凌云
  1. linlist

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

    • 发布日期:2024-05-02
    • 文件大小:29696
    • 提供者:姜华
  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. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:218112
    • 提供者:liuzhuo
  1. attion2

    0下载:
  2. 关于有序顺序表的各种运算及实现。以及求两个集合的并集和交集。-YIN Kun data on the structure of exercises specific procedures and explanations.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:75776
    • 提供者:Ye Ping
  1. 并查集_向量偏移

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

    • 发布日期:2024-05-02
    • 文件大小:369664
    • 提供者:Leoyou
  1. 并查集

    0下载:
  2. c++并查集的ppt教程,供中学竞赛教师使用(the introduction of the bingchaji)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:608256
    • 提供者:Rilly
  1. 并查集

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

    • 发布日期:2024-05-02
    • 文件大小:155648
    • 提供者:hanzha
  1. 并查集

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

    • 发布日期:2024-05-02
    • 文件大小:914432
    • 提供者:sylvia_xin
  1. 附加题

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

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:chenxxiao
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org