CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 约瑟夫

搜索资源列表

  1. Joseph_ring

    0下载:
  2. 实现约瑟夫环,使用了动态链表存储结构,使用了尾指针-Achieving Joseph Central, using a dynamic linked list storage structure, the use of the tail pointer
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:朱嘎
  1. Joseph

    0下载:
  2. 这是一个约瑟夫环的代码,其中利用了循环链表,我已经测试过了,没有任何错误,完全能够实现功能。-This is a Joseph ring code, which use a circular linked list, I' ve tested, there is no error, completely to achieve function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4422
    • 提供者:李少
  1. The_internship_report

    0下载:
  2. 包含约瑟夫环、二叉树、汉诺塔、广义表的实习报告,可以帮助同学们学习数据结构-Includes Joseph Central, binary tree, Tower of Hanoi, generalized form of internship report, can help students learn data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:114793
    • 提供者:朱嘎
  1. Josephus

    0下载:
  2. 此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:862
    • 提供者:李万彬
  1. Joseph

    0下载:
  2. 解决长期以来我们难以解决的约瑟夫环问题 实现了自由输入人数及出队序号-We solve the long-standing problem difficult to solve to achieve the freedom of Joseph Ring and the team enter the serial number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:759
    • 提供者:huangsha
  1. yuesefu

    0下载:
  2. 约瑟夫问题:一群猴围成一圈报数,每报道n,该猴离开,求最后余下猴-Joseph problems: report of a circle Qunhou number of reports each n, the monkeys away, seeking the last remaining monkeys
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6922
    • 提供者:wumengyu
  1. JosephusProblem

    0下载:
  2. 这是约瑟夫问题,用循环链表实现的,其代码用头文件写出-This is Joseph problems linked with the implementation cycle, the code is written with the header file
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:liu
  1. joseph

    0下载:
  2. 约瑟夫环的仿真问题,用的是没有头结点的链表实现的-Joseph loop simulation problem is not with the head node of the linked list implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:970
    • 提供者:liufeng
  1. Josephring

    0下载:
  2. 约瑟夫环,应用visual c++实现约瑟夫环功能-Joseph Wan, the application visual c++ to achieve features Joseph Central
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:120026
    • 提供者:Edward
  1. JosephProblems

    0下载:
  2. 用计算的方法实现约瑟夫问题,n个人围成一圈,从第s个开始报数,报到m出列,输出出列顺序-Achieved with the method of calculation Joseph problems, n personal circle, beginning from the first s report number, report m the column, the column order of the output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:666
    • 提供者:刘墨
  1. yuesefuhuan

    0下载:
  2. 在控制台下实现约瑟夫环。编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2280
    • 提供者:靳晓童
  1. Homework_of_DataStruct

    0下载:
  2. 这是我在学数据结构(严蔚敏版)时的上机作业,包含哈夫曼树、图的遍历、文学研究助手(处理字符串)、多项式计算器、矩阵计算器、马踏棋盘、停车场管理、约瑟夫环的成功运行源程序。它们都是对经典数据结构及其之间的组合的练习。-This is my school data structure (Yan Wei-min version) when the machine operations, including Huffman tree, graph traversal, literature resear
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3375805
    • 提供者:冯小康
  1. Joseqh

    0下载:
  2. 约瑟夫环的问题解决,巩固初学者的编程基础-Joseph ring problem solving, consolidation of basic programming for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:719
    • 提供者:SAM
  1. josephus_by_kuffin.tar

    0下载:
  2. 我是个C语言的初学者,于是就用C写了个约瑟夫环,利用的是链表,希望大家多提意见。-I am a C language for beginners, so he wrote a Joseph with the C ring, the use of the list, I hope you speak up.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2147
    • 提供者:kuffin
  1. shujujiegou

    0下载:
  2. 分别用数组和链表解决数据结构中的约瑟夫问题,自己看看吧。-Arrays and linked lists were used to solve the problem of data structure of Joseph, his look.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:477067
    • 提供者:sdff
  1. 030913681

    0下载:
  2. 约瑟夫环 约瑟夫环 约瑟夫环 约瑟夫环 -Joseph Ring Ring Ring Joseph Joseph Joseph Joseph Ring Ring Ring Joseph Joseph Joseph Ring Ring
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:9510
    • 提供者:郭佩
  1. yuesefu

    0下载:
  2. 约瑟夫环,数据结构.在控制台下实现约瑟夫环。 编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph Wan, the data structure. Joseph ring to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:194457
    • 提供者:bill
  1. Jusefo.c

    0下载:
  2. 约瑟夫问题(c语言) 有1至 N编号的N 个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始以正整数m作为报数上限值,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的报数上限值,从他的顺时针方向上的下一个人开始重新报数,如此下去,直至所有的人全部出列为止,要求产生记录出列顺序的表。如N = 7,每个人的密码依次是:3,1,7,2,4,8,4,m的值为20,则出列顺序为6,1,4,7,2,3,5。所有人用一个循环单链表表示,表中每个结点代
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1100
    • 提供者:taopen
  1. c

    0下载:
  2. 约瑟夫问题的实现:设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。-Joseph realized the problem: There are n people sitting around the round table, is from a position of m (1 ≤ m ≤ n) repor
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:547
    • 提供者:duliu
  1. 18

    0下载:
  2. 用c语言实现约瑟夫环的程序设计,从而直观的展现约瑟夫环的经典。-Joseph Ring with c language programming to intuitively show the classic Joseph Ring.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1125
    • 提供者:hankunjiang
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 27 »
搜珍网 www.dssz.com