CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 约瑟夫环

搜索资源列表

  1. 008722

    0下载:
  2. 用MFC对话框实现约瑟夫环,生成随机数产生出列整数,简单实现-Implemented with MFC dialog box the Joseph link
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:494946
    • 提供者:guo
  1. Josephus---

    0下载:
  2. 模拟约瑟夫环的小游戏,使用的数据结构式是链表-Joseph Link Game,Data Structure for using a linked list
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:299938
    • 提供者:
  1. Josph

    0下载:
  2. 用链表解决的约瑟夫问题。约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Joseph with a list of problems to solve. Josephus is the application of a mathematical problem: Known n individuals (in
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:164018
    • 提供者:wenkui
  1. Joseph-Central-issues

    0下载:
  2. 约瑟夫环问题简单实现,递归算法,(带注释)可以利用此算法解决栈存储的约瑟夫环问题.-Joseph Central issues, C++ source code and notes
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:845
    • 提供者:sanbao
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环的求解,用经典的循环数据链表求约瑟夫环的最终的输出结果。-Josephus solving, seeking the final output Josephus classical cyclic data list.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:153596
    • 提供者:任磊
  1. first

    0下载:
  2. 数据结构代码,约瑟夫环问题,数组和循环链表解决-code in data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:759530
    • 提供者:Zhu Jia
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环完整程序代码。从键盘输入整数m,通过creat函数生成一个具有m个结点的单向环表。从键盘输入整数s(1<=s<=m)和n,从环表的第s个结点开始计数为1,当计数到第n个结点时,输出该第n结点对应的编号,将该结点从环表中消除-Josephus complete program code. Enter an integer m the keyboard, by creat function generates an m-node having unidirectional ri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6517
    • 提供者:bian
  1. Josephus-application-problems

    0下载:
  2. 写的一个程序,内容是:一组人(n个),围成一圈,从某人开始数到第三个的人出列,再接着从下一个人开始数,最终输出最终出列的人 (约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。) -A group of people (n points), circle, someone starts counting
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7045
    • 提供者:江柳琳
  1. yuesefuhuan

    0下载:
  2. flash数据结构动画演示,约瑟夫环,让学生直观的了解认识数据结构-flash animation data structure, Josephus, to enable students to understand the intuitive understanding of data structures
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-11
    • 文件大小:2181162
    • 提供者:fangbaohui
  1. Joseph_ring

    0下载:
  2. 约瑟夫环 题目:n个数字(0,1,…,n-1)形成一个圆圈,从数字0开始,每次从这个圆圈中删除第m个数字(第一个为当前数字本身,第二个为当前数字的下一个数字)。当一个数字删除后,从被删除数字的下一个继续删除第m个数字。求出在这个圆圈中剩下的最后一个数字。-Joseph ring
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:849
    • 提供者:王琳
  1. 1154

    0下载:
  2. 不带密码的约瑟夫环,约瑟夫景点环的简单实现-Joseph ring without a password, a simple implementation of Joseph Central attractions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:can29731
  1. Jesephus

    0下载:
  2. 解决约瑟夫环的问题,并输出出圈的顺序。约瑟夫环的大小是任意的。-Joseph Ring solve problems, and the output of the loop sequence. Joseph ring size is arbitrary.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1340
    • 提供者:qin94802
  1. Joseph

    0下载:
  2. 用单链表编一个约瑟夫环问题。设编号为1,2,• • • ,n的n个人围坐一圈,约定编号为k(1≤k≤n)的人从1开始报数,数到m的那个人出列,他的下一位又从1开始报数,数到m的那个人又出列,依次类推,直到所有人出列为止,由此产生一个出队编号的序列。压缩文件里面包括了代码,运行文件,还有实验报告。-Joseph compiled a list with a single ring problem. Let numbered 1,2, n individual R
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:88522
    • 提供者:
  1. shujujiegouzonghesheji

    0下载:
  2. 数据结构中的综合大程序设计:背包问题的求解;约瑟夫环问题的求解;教学计划的编制;八皇后问题;农夫过河问题的求解-Complex data structures Programming: Knapsack Problem Joseph Central Problem teaching plans eight queens problem farmer across the river Problem
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6581
    • 提供者:jiea539h517
  1. SJ3_5

    0下载:
  2. 实现约瑟夫环作用的程序,课程设计的程序,-The realization of the role of Joseph Central procedures, curriculum design process,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:lanag1uh978
  1. JosephusCircle

    0下载:
  2. 关于数据结构中一个有名的问题的求解,约瑟夫环问题- Data structure in a well-known problem solving, Josephus problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:220379
    • 提供者:heany
  1. Joseph-ring

    0下载:
  2. 数据结构,这个小程序主要用链表约瑟夫环问题。-The data structure,This small program mainly with the problem of Joseph ring chain table。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:766
    • 提供者:姜二萌
  1. javascript_Linklist_apply

    0下载:
  2. js的单向循环列表实现,解决 约瑟夫环问题。-js single way circle Linklist ,sole the jone Suff Circle problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:林佩安
  1. Josephu

    0下载:
  2. 代码用于解决特殊的约瑟夫环的问题,运用了链表,占和队列。- Code is used to address the special problems of Josephus, the use of the list, accounting and queues.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1371
    • 提供者:周姜波
  1. JosephuCircle

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,从任意一个人开始报数,报到M的人从船上跳到水里,直到船上剩下指定的人数,求出最后剩下的人的编号-Josephus problem, N personal circle, began to count off any person, to report M man jumped into the water the boat until the specified number of people remaining on board, find the numb
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:JustForYou
« 1 2 ... 31 32 33 34 35 3637 38 39 »
搜珍网 www.dssz.com