资源列表

« 1 2 ... .16 .17 .18 .19 .20 821.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法JOSEPHUS

说明:著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus P
<宋歌> 在 2025-02-02 上传 | 大小:91kb | 下载:0

[数据结构常用算法dbPoint.c

说明:C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
<liuwei> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法FibIterative

说明:This is fibonacci code in an iterative method done by c
<Abdosebo> 在 2025-02-02 上传 | 大小:34kb | 下载:0

[数据结构常用算法quan

说明:排序,是数据结构中的基本算法,在每以个课本中都能找到-this
<李和> 在 2025-02-02 上传 | 大小:981kb | 下载:0

[数据结构常用算法chazhao

说明:此程序书用VC开发的数据结构里的查找算法,有更新二叉树,查找结点,增加结点,删除结点等功能-This program developed in the book with the VC data structure where the search algorithm, an updated binary tree to find nodes to increase the node, delete node functions
<王瑞卿> 在 2025-02-02 上传 | 大小:310kb | 下载:0

[数据结构常用算法erchashu

说明:此程序时数据结构中二叉树的各种算法,关于二叉树的各种算法具有-This program in the binary tree data structure of various algorithms on a variety of binary tree algorithm has
<王瑞卿> 在 2025-02-02 上传 | 大小:43kb | 下载:0

[数据结构常用算法paixu

说明:此程序时数值分析中的排序算法。有希尔排序,冒泡排序,快速排序,选择排序等诸多排序方法-Numerical analysis of this program in the sorting algorithms. There Shell sort, bubble sort, quick sort, selection sort, and many other sorted
<王瑞卿> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法BinaryTree

说明:用MFC实现的二叉树的建立、查找、删除、插入-MFC achieved with the establishment of a binary tree, find, delete, insert
<fzkj> 在 2025-02-02 上传 | 大小:36kb | 下载:0

[数据结构常用算法Lab_1.2

说明:dda算法 的最新实现 用于华工学生的良好资料 -dda algorithm is the latest achievement for the Chinese laborers in students good information on the latest achievement dda algorithm for Chinese laborers in students good information on
<chn> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinaryTree

说明:c++数据结构中的二分查找树,是比较基本的数据查找结构,查找效率比较高-c++ data structure in the binary search tree, is a more basic data to find the structure to find more efficient
<王龙飞> 在 2025-02-02 上传 | 大小:407kb | 下载:0

[数据结构常用算法dsad

说明:长整数数据结构四则运算运用双链表进行数据存储-Long integer data structure operation using four pairs of linked list for data storage
<单琳琳> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法game_of_21_points

说明:数据结构一个经典的程序,21点游戏。我的程序的优点是,可以供几个玩家同时玩~~大家参考,欢迎提意见-Data structure of a classic program, 21 point game. My program has the advantage that can be used for the same time, a few players to play ~ ~ your reference, please put
<曾经十年> 在 2025-02-02 上传 | 大小:6kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 821.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org