资源列表
取一个整数a从右端开始的4~7位
- 题目:取一个整数a从右端开始的4~7位。-Topic: take an integer a from the right end began to 4 ~ 7 a.
java-diff
- diff查找出两文本的异同点 也可以进行2次开发进行异同筛选-diff can also find out the similarities and differences between the two text 2 development, the similarities and differences between screening
Josephus
- 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列-Josephus problem: Let numbered 1, 2, 3, ...... n n (n> 0) i
d5dc6f5f4225
- C语言数据结构实验例子,马踏棋盘,按照程序提示操作-Experimental data structure Horse riding board, follow the program prompts
各种排序算法
- 各种排序算法BubbleSort、DichotomySort、HeapSort、InsertSort、MergeSort、QuickSort、ShellSort、-Various sorting algorithms the BubbleSort DichotomySort HeapSort InsertSort MergeSort the QuickSort ShellSort
erchashu
- 基于C环境的《数据结构》课程中二叉树的源代码。-Based on the source code of the binary tree data structures course in C environment.
shunxubiao
- 顺序表的简单建立,以及相关头文件的使用,有助于初学者学习顺序表-Simple sequence table to establish, and the use of header files, help beginners learn the order table
datastruct
- 数据结构几种排序,冒泡排序,插入排序,快速排序,选择排序-Data structure several sort, bubble sort, insertion sort, quick sort, selection sort
BST
- Binary search tree implementation
关于约瑟夫环的程序
- 用vc编写的一个关于约瑟夫环的程序-one of the procedures Josephus -one of the procedures Josephus one of the procedures Josephus
topological-sorting
- 数据结构小程序 能够实现实现图的拓扑排序-topological sorting
expression1
- 表达式计算的数据结构小程序,输入一串表达式,输出相应结果,用堆栈编的-Expression evaluates data structure applet, enter a string of expression, the output of the corresponding results, compiled with stack
