JOSEPH环

处女座舞者001

处女座舞者001

2016-02-19 12:33

图老师小编精心整理的JOSEPH环希望大家喜欢,觉得好的亲们记得收藏起来哦!您的支持就是小编更新的动力~

  #includestdio.h
  typedef strUCt Node
  {
   int number;
   int cipher;
   struct Node *next;
  }node,*hu;
  hu H;//定义头结点为H;
  init(int n)
  {
    int i;
    int cipher;
    hu L;
    if(n=1)
    {
      scanf("%d",&cipher);
      H=(hu)malloc(sizeof(node));//生成头结点;
      H-number=1;
      H-cipher=cipher;
      H-next=H;
      for(i=1;in;i++)
      {
        scanf("%d",&cipher);
        L=(hu)malloc(sizeof(node));//生成副结点;
        L-number=i+1;
        L-cipher=cipher;
        L-next=H-next;
        H-next=L;
        H=L;
      }
      H=H-next;//循环单链表的生成;
    }
    else
      printf("The N's value that you inputted is invalid!");
  }
  Joseph(int m,hu h)//进行程序的循环,使顺序出列;
  {
    int i;
    hu l;
    l==h;
    i=1;
    while(i!=m)
    {
      i=i+1;
      l=h;
      h=h-next;
    }
    printf("%3d",h-number);
    m=h-cipher;
    l-next=h-next;
    free(h);
    h=l-next;
    if(h!=l)
      Joseph(m,h);
    else
    {
      printf("%3d",h-number);
      free(h);
    }
  }
  main()
  {
   int m;
   int n;
   int i;
   clrscr();
   printf("Please input the starting value of M ( the upper limit worth of M ) : ");
   scanf("%d",&m);
   printf("Please input the man's figure who have a hand in: ");
   scanf("%d",&n);
   printf("Please input the cipher from number1 to number%d:",n);
   init(n);
   printf("The order of Dequeue is :");
   Joseph(m,H);
  }
展开更多 50%)
分享

猜你喜欢

JOSEPH环

编程语言 网络编程
JOSEPH环

joseph招贴设计

平面设计 海报设计 海报设计素材 广告设计 平面设计素材
joseph招贴设计

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

Joseph Lee油画肖像

平面设计 海报设计 广告设计 画报设计 签名设计 服装设计 名片设计 画册设计 版式设计 商标设计
Joseph Lee油画肖像

JavaScript解决Joseph问题

Web开发
JavaScript解决Joseph问题

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

Joseph ScrivenerDesign 平面设计

平面设计 海报设计 广告设计 画报设计 签名设计 服装设计 名片设计 画册设计 版式设计 商标设计
Joseph ScrivenerDesign 平面设计

Joseph Loughborough 艺术作品

平面设计 海报设计 广告设计 画报设计 签名设计 服装设计 名片设计 画册设计 版式设计 商标设计
Joseph Loughborough 艺术作品

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

win8系统里删除文件不再弹出提示框

win8系统里删除文件不再弹出提示框

Stan Lippman:C++/CLI全景体验(1)

Stan Lippman:C++/CLI全景体验(1)
下拉加载更多内容 ↓