搜索资源列表
陈浩
- 约瑟夫环实践设计的前半段 大学二年纪暑假数据结构实习作业之一-Josephus practice in the first half of the two young university summer internship operational data structure one
1.2约瑟夫环
- 编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
7.约瑟夫环
- 约瑟夫环的问题,这是一个比较经典的编程实例,我做了一个小程序来实现了其算法-Joseph Central, which is a more classical programming examples, I had a small program to achieve its algorithm
yeshefu
- 这是一个实现约瑟夫环的功能的程序,用C语言编写的-This is a realization of Josephus the function of the program, prepared by the C language
669584474
- 约瑟夫环算法C语言源代码。希望对大家有帮助。-Josephus algorithm C language source code. We want to help.
约瑟夫环等问题
- 用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
约瑟夫环的答案
- 数据结构——约瑟夫环的答案算法实现程序源代码,望多多指教。-data structure -- Josephus answer algorithm source code, look exhibitions.
约瑟夫环数据结构实验报告
- C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-C language curriculum design data structure Joseph Central 1. The demo program, the number of n for arbitrary, and the first to be assigned to
约瑟夫环原码
- 约瑟夫环的原程序很好用的啊 我的程序是自己做的 考试还得了优呢 免费的 大家快来下载啊 -Josephus the original program with the good ah my own procedure is the examination of priorities? Need everyone to hurry free download ah
约瑟夫环c#
- .。。。。。。。。
约瑟夫环c++简单程序
- 约瑟夫环简单程序c做的,望大家参考下
在控制台下实现约瑟夫环
- 在控制台下实现约瑟夫环。 编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。
Josephu
- 约瑟夫环的代码加实验报告 根据严蔚敏c语言版本的课后实验题目要求做的 希望对大家有帮助 -Joseph Central Experimental report code plus YAN Wei-Min c language version of the after-school experiment required the subject to all of us hope for help
YUESEFUHUAN
- 约瑟夫环的程序设计,完整的实验报告,包括调试结果。得到验证过的。-Joseph Central program design and complete experiments, including testing results. Be verified.
Yuesefu
- 约瑟夫环的问题,利用Java做的,开发坏境是netbeans。-Joseph Central issues, the use of Java to do the development of habitat is a bad netbeans.
Josephus
- C语言:采用顺序表以及链表解决约瑟夫环问题(Visual C++ Josephus problem:sequence list;linked list)
约瑟夫环
- 从语言课程设计递推法约瑟夫环,链式存储约瑟夫环(C language curriculum design data structure Joseph Central 1)
约瑟夫环
- 这是约瑟夫环的c语言代码,在devc++环境下运行可用。