搜索资源列表
main
- 凌阳单片机汇编程序实验的在单向循环链表中插入节点实验.
11
- 约瑟夫(Joeph)问题,利用单向循环链表存储结构模拟此过程.
skk
- 建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王-Circulation list set up, implementation procedures for the election of the King: Enter the N monkeys, monkeys from the first start off (M), only a few of the m Monkey on the introduc
Joseph
- 一种比较简单的实现约瑟夫换的方法,未使用循环链表-A relatively simple method for the realization of Joseph, unused circular linked list
houzi
- 形成了一个有19个结点的循环链表,当碰到m的时候,用这两句话p2->next=head p=head删除当前的结点,然后再继续判断。-The next_permutation() function attempts to transform the given range of elements
daima
- 数据结构课设作业---通讯录。基于双向循环链表-TELEPHONE
monkey
- 刚开始学习数据结构 用循环链表实现猴子选大王-With a circular linked list implementation monkey king election
circular-linked-list-Josephus
- 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序表、单链表或双向循环链表等数据结构。 (2)采用双向循环
vclinktable
- VC++双向循环链表,实现功能:创建新链表、添加新节点;链表数据排序、输入链表信息;查找和删除链表数据、清屏、清空链表等,如果你对VC++的双向循环链表不太熟悉,这个例子对你的是比较有用的。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp This file (t