搜索资源列表

  1. jiheAUB

    0下载:
  2. 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:海薇
  1. prime_number_upright

    0下载:
  2. 质数竖式 下面的竖式是一个乘法运算问题,它的每个*号可以代入一个数字, 这个数字属于一个特定的由N个数字组成的集合。如果这个集合是{2,3,5,7}, 那么这个竖式称作“质数竖式”。 此程序就是为了解决这样一个问题而做的。-few quality below the vertical shaft is a multiplication problem, it * can each generation into a nu
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9097
    • 提供者:刘华
  1. Oracle_PLSQL_collection

    0下载:
  2. oracle9i中的集合运算.(索引,嵌套表,变长数组)-oracle9i of set operations. (Indexing, nested table, variable-length arrays)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:317031
    • 提供者:周旭
  1. jiheyunsuan

    0下载:
  2. 实现了集合的基本运算。实现了集合之间的并、交、差、等以及元素与集合之间的插入、判属于和删除。-A collection of basic arithmetic. Between collection and pay, poor, etc., as well as between the elements and a collection of insertion sentenced to belong to and delete.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4539392
    • 提供者:Light
  1. Set

    0下载:
  2. 这是一个关于集合运算的程序,用于集合的交并,补等-This is a collection operation procedures for the collection of cross and, complement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:chenhui
  1. set-operation

    0下载:
  2. 编制一个能演示执行集合的并、交和差运算的程序-To prepare a presentation and perform the collection, delivery and difference operation procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:job
  1. jihe

    0下载:
  2. 集合的加减乘除运算 是程序课设的基本程序欢迎大家下载-Collection of addition, subtraction, multiplication, and division operations are the basic program of class-based program to welcome everyone to download
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:887808
    • 提供者:赵百川
  1. Calculator

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

    • 发布日期:2024-05-16
    • 文件大小:323584
    • 提供者:陈俊建
  1. 603527

    0下载:
  2. 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:1242112
    • 提供者:jiajia
  1. keshe

    0下载:
  2. 实现集合的交并补差运算,包括异常处理机制和自排序功能-to achieve the set intersection and compensating operation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:245760
    • 提供者:喻影
  1. Gather

    0下载:
  2. 数据结构,集合的并交运算。 -Data structures, collection and delivery operations. Data structures, collection and delivery operations.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:713728
    • 提供者:恒昌
  1. set

    0下载:
  2. 程序运用字符重定义,把集合的交、减、并运算实现。程序是标准的C++格式,运用类实现。-Program uses character redefinition, the pay of the collection, reduction, and operational implementation. Program is the standard C++ format, the use of class implementation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:276480
    • 提供者:麦俊华
  1. JIHE

    0下载:
  2. 集合的并、交、差集运算的实现 运用面向对象程序设计知识,利用C++语言设计和实现集合的并、交、差集运算,要求具备如下主要功能: (1)输入输出集合信息,集合元素类型可以是整数、实数或字符串 (2)判断集合的大小 (3)判断集合是否为空 (4)将集合置空 (5)在集合中查找指定的元素 (6)实现集合的交、并、差等运算 在实现过程中,需利用面向对象程序设计理论的基础知识,充分体现出C++语言关于类、继承、封
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:华森
  1. RelationSet

    0下载:
  2. 集合的关系运算的JAVA实现,可以顺利调试出结果。-set using by java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:汪敏
  1. set-operation

    0下载:
  2. 编制一个能演示执行集合的并、交和差运算的程序-To prepare a presentation and perform the collection, delivery and difference operation procedures
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:duia719137
  1. shuzu101

    0下载:
  2. 两个集合 A,B,依次输入集合中的元素,通过运算求出两个集合的交集-Two sets A and B, followed by input elements in the collection obtained by computing the intersection of two sets
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:faan6ayo44
  1. jihejiaobingcha

    0下载:
  2. 编制一个能演示执行集合的并、交和差运算的程序。 (1)集合的元素限定为小写字母字符[‘a’,..’z’ ]。 (2)演示程序以用户和计算机的对话方式执行。 -We can demonstrate the preparation of a set of execution, intersection and difference operation procedures.        
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:张立伟
  1. ConsoleApplication4

    0下载:
  2. 集合的交并补差运算,对称差,采用链表的方式对集合进行存储,可以实现集合的检查排序和运算,模块间耦合度低,可移植性好。-Collection of occurring simultaneously senders operation, symmetry is poor, with the method of linked list to storage of collection, can realize check sorting co
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:5451776
    • 提供者:郭云峰
  1. Fuzzy-control-courseware

    0下载:
  2. 模糊控制的课件,包括 第1次课-模糊控制绪论 第2次课-模糊集合及其运算 第3次课-模糊蕴涵关系 第4次课-基于控制规则库的模糊推理 第5次课-模糊控制的基本原理与设计 第6次课-离散状态下模糊控制器设计与计算实例 第7次课-Matlab仿真与在锅炉燃烧系统中的应用实例 第8次课-自适应模糊控制 模糊控制补充内容 模糊控制器设计与计算实例与MATLAB仿真 fuzzy实验程序 总共十一个文
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:1302528
    • 提供者:柴狼
  1. Set

    0下载:
  2. Set集合数据结构的运算Visual C++定义的集合数据结构-Set
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:canamerica
« 1 2 3 4 5 67 8 9 »

源码中国 www.ymcn.org