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

搜索资源列表

  1. josephringasmallprogramm

    0下载:
  2. 一个约瑟夫环小程序,练练手可以参照一下。任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 -Joseph ring a small program and thought they could consult a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:hantanqingshi
  1. josephuscircle

    0下载:
  2. 约瑟夫环是个很有趣的小游戏啦!可以试试.我的这个原来是在dev c++上实现的,无奈没有这个开发环境啦。-Joseph Ring is a very interesting game it! Can try. I was it on the dev c++ implementation, but unfortunately do not have the development environment for friends.
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:817
    • 提供者:王梅欣
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环的实现,在visual C++编译器下实现-Joseph loop implementation, the visual C++ compiler to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:597234
    • 提供者:刘海朋
  1. yuesefu

    0下载:
  2. 约瑟夫问题代码,简短的代码书写。详细的代码注释,可以一看便清楚-yusefuwenti
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8643
    • 提供者:Alan
  1. Joseph

    0下载:
  2. 约瑟夫问题 用C循环编写的源程序代码 希望对有些人有些用-Issues written by Joseph C cycle
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:ljf
  1. Jose

    0下载:
  2. 约瑟夫环算法,在一个围成圈的人中寻找幸运者-Joseph loop algorithm, in a circle surrounded by people looking for lucky
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:175350
    • 提供者:
  1. ChooseKing

    0下载:
  2. 约瑟夫问题,也即猴子选大王的问题。采用循环链表来实现。-Josephus problem, namely the problem of the monkey king election. Achieved using circular linked list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:梁运棠
  1. CLinkList

    0下载:
  2. 用链表实现约瑟夫环问题的C、C++程序。-Joseph Ring a linked list implementation issues C, C++ program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1206
    • 提供者:
  1. JosephLoop

    0下载:
  2. 这是一个约瑟夫环的程序。与严蔚敏版数据结构习题集配套。-Problem of Joseph s Loop
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:677
    • 提供者:李相
  1. Joseph

    0下载:
  2. 约瑟夫环问题的源代码,对你也许有用,希望能帮助你-Joseph loop problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:周敏
  1. shujujiegouzonghesheji

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

    • 发布日期:2017-04-05
    • 文件大小:6556
    • 提供者:lcvitos
  1. YueSeFuHuan

    0下载:
  2. JAVA 数据结构和算法 约瑟夫环问题 经典!-yuesefuhuan
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:673
    • 提供者:linge
  1. yues

    0下载:
  2. 约瑟夫环的两种实现手段,链表和数组(顺序表),可以输入四个参数-Two means of achieving Joseph Central, lists and arrays (sequence table)
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:509216
    • 提供者:ty
  1. Joseph_Ring

    0下载:
  2. 约瑟夫环-链表-数据结构与算法-c语言描述-Joseph Ring- list
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:203015
    • 提供者:陈勇
  1. yusefuhuan

    0下载:
  2. 一个简洁的代码优化的综合约瑟夫环 可用于各种课程设计 其代码全部由C++开发而成 经典 简洁的代码结构-Optimization of a simple code can be used for a variety of comprehensive programs of Joseph Ring design all of the code developed by the C++ code from the classic structure of simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7826
    • 提供者:Vencent_H
  1. joseph

    0下载:
  2. C语言数据结构实验代码,分别用数组和链表实现约瑟夫环的算法-Experimental code C language data structures, arrays and linked lists were used to implement the algorithm of Joseph Ring
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:387144
    • 提供者:于鑫
  1. Joseph

    0下载:
  2. 解决约瑟夫问题,一圈人围在圆桌上,报数,从某人开始数数,数到4(举例)则该人被淘汰,剩下的人继续,直到全部被淘汰,依次输出淘汰顺序-solve Joseph problems: one for the original one, the other is for the new problem, they are similar,but they are not the same.
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:1276
    • 提供者:hou rijia
  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 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com