资源列表

« 1 2 ... .34 .35 .36 .37 .38 1639.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法Test(2)

说明:用循环单链表实现: N个人围圆圈而坐,分别标以数字1到N。从坐在1号的位置的人开始依次传递土豆。M次传递之后,拿到土豆的人被排除,圆圈收缩,然后从离开圆桌的人后面的那个人开始继续游戏。游戏一直进行,直到留下最后一个人,为赢家。因此,如果M=0且N=5,所有的人依次被排除,5号最后胜利。如果M=1且N=5,排除的顺序为2,4,1,5. -Achieved with cyclic single-linked list: N indi
<绿色萌芽> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法erchashu

说明:二叉树的c语言编程,数据结构的课程设计,简单易懂。学生编写-Binary tree c language programming, data structures curriculum design, easy to understand. Students write
<张伯熙> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Bubble

说明:试分别实现交换排序和非递归形式的快速排序算法,并通过随机数据比较两种排序算法的关键字比较次数和关键字移动次数。 (1)待排序表的表长不小于100;其中的数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较;比较的指标为有关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。 (2)最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 (3)对快速排序算法进行适当的优化,并列出优化前后的效率对
<贾铭> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法trjjrt

说明:C++数据结构源代码,是C++学习的一个很好的程序源代码,源代码数据结构。-C++ data structure source code is C++ to learn a good source code, source code data structure.
<胡松> 在 2024-10-07 上传 | 大小:190464 | 下载:0

[数据结构常用算法shunxu

说明:试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the dat
<贾铭> 在 2024-10-07 上传 | 大小:58368 | 下载:0

[数据结构常用算法BFS_DFS

说明:BFS and DFS algorithm on graph (realization graph)
<mike> 在 2024-10-07 上传 | 大小:957440 | 下载:0

[数据结构常用算法01bag

说明:0-1背包问题算法,采用动态规划思想实现。-the Algorithm of 0-1bag problem,it is implemented with Dynamic programming.
<hansun> 在 2024-10-07 上传 | 大小:243712 | 下载:0

[数据结构常用算法libarary

说明:数据结构课程设计,c++描述,内容为图书管理系统的源码,挺好的-Data structure course design, c++ descr iption of contents for the library management system source code, quite good
<孔静> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法BigInt

说明:主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers
<Glorious Fool> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法acmLecture

说明:一些对于初学者很有用的ACM学习的课件,包括,递推求解,动态规划,以及搜索入门等-Some very useful for beginners learning courseware ACM, including, recursive solving, dynamic programming, and search entry, etc.
<Quintina> 在 2024-10-07 上传 | 大小:4151296 | 下载:0

[数据结构常用算法jiegouti

说明:这主要是记录了结构体的主要用法与结构体常用之处-This was mainly recorded in the main structure and the structure uses common between
<qizhiyong> 在 2024-10-07 上传 | 大小:88064 | 下载:0

[数据结构常用算法Josephus_shuzu

说明:Josephus问题的解决方法——用数组方法实现的程序源码-solution to the Josephus problem- an source code based on an array of methods used to achieve the program
<Bill> 在 2024-10-07 上传 | 大小:167936 | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 1639.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org