资源简介

本程序包含源代码和对应的实验报告,主要进行集合的各种运算

资源截图

代码片段和文件信息

#include 
#include 
#include 

struct jihe{
  char elem[30];
  int num;     
}; 

jihe jiao(jihe ajihe b)
{
  int ijk=0;
  jihe c;  
  for(i=0;i  {
    for(j=0;j    {
      if(b.elem[j]==a.elem[i])
      {
        k++;
        c.elem[k-1]=b.elem[j];
      }            
    }                 
  }
  c.num=k;
  return c;  
}

jihe cha(jihe ajihe b)
{
  int ijlk=0tag=0;
  jihe cd;
  c=jiao(ab);
  for(i=0;i  {
    for(j=0;j    {
      if(a.elem[i]==c.elem[j])tag=1;
    }
    if(tag==0)
    {
      k++;        
      d.elem[k-1]=a.elem[i];
    }
    else tag=0;
  }
  d.num=k;
  return d;
}

jihe bing(jihe ajihe b)
{
  int ij=0k;
  jihe cde;
  c=cha(ab

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3261  2010-12-23 19:12  集合运算\集合运算.cpp

     文件      57757  2010-12-23 19:16  集合运算\集合运算实验报告.docx

     目录          0  2011-01-05 22:30  集合运算

----------- ---------  ---------- -----  ----

                61018                    3


评论

共有 条评论