搜索资源列表

  1. yuese

    0下载:
  2. 约瑟夫环-yuesefu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:hanxiao
  1. Joseph-ring-sort

    0下载:
  2. 利用约瑟夫环对单链表进行的排序算法,直接改变了结点的顺序而没有进行数据域中数值的交换。-Joseph ring singly linked list sorting algorithms, and change the end point of order without the exchange of data field values​ ​ .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:SchroPony
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-this is yuesefuhuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:channy14
  1. myproject_Queue

    0下载:
  2. 队列实现,及其功能实现。约瑟夫环的实现,循环队列。-Queue,the use of queue .there are 7 using.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:238592
    • 提供者:mpc
  1. shujujiegoubiancheng

    0下载:
  2. 数据结构编程,八皇后问题,约瑟夫环,二叉树的建立及先序,中序,后序遍历,求二叉树的深度等-Data structure programming, the eight queens problem, the establishment of Josephus, the binary tree, preorder, inorder, postorder traversal of seeking the depth of the binary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:80896
    • 提供者:夏天的风
  1. YUESEFU

    0下载:
  2. 约瑟夫问题的程序代码,好用实惠,-This is no problem.
  3. 所属分类:Web服务器

    • 发布日期:2024-05-19
    • 文件大小:2903040
    • 提供者:一江春水
  1. hua_wei2

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-The realization of Joseph ring
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王文婕
  1. Joseph

    0下载:
  2. 约瑟夫双向生死问题,简单的控台程序,用C++数据结构实现-Joseph problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:259072
    • 提供者:long
  1. Josephus

    0下载:
  2. 解决经典问题约瑟夫环的C程序,简单易行,可供C语言和数据结构初学者使用-A C program can be used to Solve the problem of the Joseph ring
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:韦航
  1. Josephus

    0下载:
  2. 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph (Joseph) a descr iption of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:哈达
  1. Joseph

    0下载:
  2. Joseph问题 编程面试 经典 约瑟夫 问题 Visual C-Joseph problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:863232
    • 提供者:deng
  1. test12

    0下载:
  2. 约瑟夫问题,用数据结构的循环链表实现约瑟夫问题的解答-Joseph problems,30 people in a circle, and inspires us with a circular chain to said. Can use structure array to make a cycle chain. The structure has two members, one for pointing down a point
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:913408
    • 提供者:spy
  1. main

    0下载:
  2. 计算约瑟夫环,本程序是一个控制台程序,能够计算出约瑟夫环。-compute the Josephus
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郭军
  1. 2

    0下载:
  2. 用线性表的链表存储结构来实现约瑟夫(Josephu)问题-Linked list storage structure with a linear table Joseph (Josephu,) problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:闫忠胜
  1. JosephProblem

    0下载:
  2. 解决约瑟夫问题,有n个小孩报数,报到规定数时就被罚下,依次显示被罚下小孩的编号-To solve the Josephen Problem,the children who get the number was put will be out in all n,present the number of children was out.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Leeton
  1. Joseph

    0下载:
  2. 求解约瑟夫问题的三种解法,分别是线性表存储方法,向量存储方法,数组存储方法-To solve the problem of Joseph with three solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. Jose

    0下载:
  2. 约瑟夫环 一个简单的新手编写的只是作为作业 学习的 小程序-Josephus show a little simple for studying,maybe not very well but just for a new student,who know that not good
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:小白
  1. Josephus

    0下载:
  2. 实现约瑟夫环,输入总个数和开始报数序号以及间隔,输出一个出队队列-Josephus, enter the total number and start reporting the number of serial interval, the output of a team queue
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:250880
    • 提供者:meng
  1. Josephus

    0下载:
  2. 编写程序,模拟约瑟夫环(josephus)问题: n个人(编号为1,2,3,……,n (n>0) )按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出两个值:一个为首先报数的人的编号i (0<i<=n),另一个为起始报数上限值m。接着从编号为i的人开始按顺时针方向自1起顺序报数,报到m时停止报数,且报到m的人出列,并将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数,……,如此下去,直到所有人
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:士大夫
  1. Josephus

    0下载:
  2. 经典的约瑟夫问题,约瑟夫问题c源码,主要是约瑟夫代码实现。对于c的初学者来说还不错。-The classic problem of Joseph, Joseph problems c source code, source implementation of Joseph. Also good for the beginner of c.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:祝昊
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org