搜索资源列表
含并、交和差运算的集合类型试验报告
- 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
集合的交并差运算
- 演示执行集合的并,交,差运算,是以有序链表表示集合.判定子集,求补运算也实现了.-demonstration and implementation of the pool, intersection, difference, computation, is set in an orderly Chain said. Convicted subset, seeking fill operation has been achieved.
prime_number_upright
- 质数竖式 下面的竖式是一个乘法运算问题,它的每个*号可以代入一个数字, 这个数字属于一个特定的由N个数字组成的集合。如果这个集合是{2,3,5,7}, 那么这个竖式称作“质数竖式”。 此程序就是为了解决这样一个问题而做的。-few quality below the vertical shaft is a multiplication problem, it * can each generation into a number of This is a specific N-d
jiheyunsuan
- 算法与数据结构中,实现集合的交、并、差等运算。
DISP
- 利用链表的基本运算(插入、删除、查找及合并等)实现集合的基本运算
jiaobingcha
- 数据结构关于用链表存储集合,实现集合的并交差运算
稀疏矩阵运算器
- 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to th
jiheyunsuansys
- 集合运算系统,数据结构程序,集合的交,并,差运算。-Collection of computing systems, data structure procedures, collection of pay and poor computing.
setoperation
- 用单链表实现集合的交、并、差运算,提供共用户选择操作的交互界面,使用命令提示的方式提示用户输入集合1和集合2,然后让用户选择运算方式(交、并、差)等,-Achieved with a single set of cross-linked, and, poor operation, providing a total operation of the user interface options, the way using the command prompt prompts the user
2
- 集合运算器 数据结构问题 可实现叫、并、差集。判断元素、子集,输出补集-Data collection of computing structural problems can be called, and, difference sets. Determine the elements, a subset of the output set up
congregate
- 集合的并,交和差运算。 数据结构: 掌握有序链表的基本操作; 掌握集合的基本操作; 学会采用抽象数据分层设计程序 -Collection and, to pay and poor operation. Data structure: master list of the basic operation in an orderly manner to master the basic operation of the collection Institute of hier
collectioncaculator
- 运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描
czsjf
- 1、本程序实现计算任意长的整数的加法运算. 以用户和计算机对话的方式,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令,然后程序就计算并显示出这两个数的运算。 2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。 3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数
table_single
- 顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators
jiheyusuan
- 本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.
jhys
- 本程序为c语言数据结构(清华严蔚敏)关于集合运算的课程设计,详细源码加注释-This procedure for the c language data structure (Tsinghua Yan Wei Min) on the set operations of curriculum design, plus detailed source notes. . .
jiaobingcha
- 用于实现集合间的交并差运算,利用数据结构中堆栈的算法-Used to implement a collection of intersection and difference operation between the use of the data structure stack algorithm
title-1
- 集合运算 用c++完成,集合1,集合2,然后交,并,差运算-ji he yun suan
YUNSUAN
- 集合运算演示系统,包括求集合的交集,并集和差集-Demonstration system set operations, including seeking the collection of intersection, union and difference
Set-operations
- 数据结构设计程序之集合运算设计实例,适于初学-Set operations of the data structure design process design examples, suitable for beginners