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

搜索资源列表

  1. jose

    0下载:
  2. 用C++语言实现的约瑟夫问题,主要采用链表结构,可以自己输入总人数以及存活的间隔。-Joseph problem with C++ language, the main use of the list structure, you can enter your own survival as well as the total number of intervals.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:mmhy
  1. huan

    0下载:
  2. 约瑟夫环的程序,简单明了,面试经典题,对链表知识的拓展练习。-Joseph ring program, simple, classic interview questions, to list the development practice of knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:211838
    • 提供者:许丽萍
  1. Josephu

    0下载:
  2. 约瑟夫问题:编号为1,2,...n的n个人围坐一圈,约定编号为k的人从1开始报数,数到m的那个人出列,它的下一位又从1报数,数到m的那个人又出列,知道最后所有人都出列,由此产生一个出队编号的序列-Joseph problem: numbered 1,2, ... n individuals sitting around a circle of n, k who agreed numbered starting 1 reported that the number, the number to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1093
    • 提供者:张旭
  1. Joseph

    0下载:
  2. java版的约瑟夫环实现,使用了内部类与循环链表-joshn in java with inner class
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3953
    • 提供者:demn
  1. joephs-problem

    0下载:
  2. 本程序是中国科学技术大学数据结构的上机作业,本人亲自编写并调试通过,主要使用链表求解约瑟夫问题。-This program is on the machine operation University of Science and Technology of China data structures, personally written and debugged, the main use of the list Joseph problem solving.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:722708
    • 提供者:王启
  1. john

    0下载:
  2. 约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1 started to count off the next
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:王淑婷
  1. Circulink

    0下载:
  2. C#利用循环双向链表解决约瑟夫环问题,算法简明可读性强,是学习数据结构的优秀材料。-Using C# to solve the problem of Joseph ring cycle of two-way linked list algorithm is concise, readable, is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:36570
    • 提供者:buaa_sheng
  1. Newton

    0下载:
  2. 牛顿法最初由艾萨克·牛顿于1736年在 Method of Fluxions 中公开提出。而事实上方法此时已经由Joseph Raphson于1690年在Analysis Aequationum中提出,与牛顿法相关的章节《流数法》在更早的1671年已经完成了。-Newton' s method originally developed by Isaac Newton in 1736 in the Method of Fluxions openly. In fact this time ha
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:dulin
  1. Joseph

    0下载:
  2. 设有n个人依围成一圈,从第1个人开始报数, * 数到第m个人出列,然后从出列的下一个人开始报数,数到第m个人又出列,…, * 如此反复到所有的人全部出列为止。设n个人的编号分别为1,2,…,n,打印出出列的顺序-Number,* the number of individuals out to the first m columns, and then start the next person reported that the number of columns, the number o
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:202777
    • 提供者:黄浩
  1. data-structure

    0下载:
  2. 在学习数据结构时完成的几个小的编程练习,大家可以参考参考,分别是中缀转后缀表达式,约瑟夫问题,一元多项式相乘-Upon completion of the study data structure of several small programming exercises, you can refer to the reference, which are in turn postfix infix expression, Joseph problems, one yuan polynomia
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:julie
  1. 5_0

    0下载:
  2. 约瑟夫代码 可解决四则运算 这么麻烦你怎么不去死 不就下个代码嘛 -Joseph code can solve the four operation so much trouble you can not go to the next code thing
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:108064
    • 提供者:huoxingtan
  1. Desktop

    0下载:
  2. 使用线性表解决约瑟夫问题使用线性表解决约瑟夫问题-Use the linear table to solve the Joseph problemUse the linear table to solve the Joseph problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:啊啊啊
  1. josephProblem

    0下载:
  2. 解决约瑟夫问题一个程序实例,求解写成了一个函数-To solve the problem of Joseph example, a program written in a function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:529
    • 提供者:张哈哈
  1. jose1

    0下载:
  2. 递推算法求解扩展约瑟夫环问题,C++源代码-Recursive algorithm for solving extended Joseph ring problem, C++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:pan dazhi
  1. JosephProblemTest

    0下载:
  2. 使用java语言编写的一个求解约瑟夫环的程序。- A program for solving the Joseph ring using java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1376
    • 提供者:FY
  1. Joseph_Circle

    0下载:
  2. 约瑟夫问题如下:已知n个人(n>=1)围桌一园桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针 数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依此规则重复下去,直到所有人 全部出列。求解最后一个出列的人的编号!-Joseph problem as follows: Given n people (n> = 1) sit around a park around the table, in order a start number. From
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:朱联开
  1. data-structure-code

    0下载:
  2. 数据结构里的二叉树、约瑟夫问题、链表、哈夫曼树问题的程序代码-Program code binary tree data structure, Joseph problems, linked lists, Huffman tree problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5808
    • 提供者:阿秋
  1. 008722

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

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

    0下载:
  2. 此代码为约塞夫环问题,为很重要的算法之一,是在Vc6.0环境下编译的,经过编译可以运行。-This code for Joseph Central issues, as one of the very important algorithm is compiled in VC6.0 environment, after the compiler can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:166773
    • 提供者:刘翼
  1. YESEPH

    0下载:
  2. 约瑟夫问题源代码,有多个版本,经过多次修改,这个是最简的。-Joseph problem source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:9100
    • 提供者:张陈斌
« 1 2 ... 32 33 34 35 36 3738 39 40 41 »
搜珍网 www.dssz.com