资源列表

« 1 2 ... .40 .41 .42 .43 .44 1045.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法shangchuanchengxu5

说明:将一个5*5的矩阵中得最大元素放在中心,4个角分别放4个最小的元素,写一函数实现,用main函数调用。-A 5* 5 matrix in the largest element in the center, four corners were placed four smallest element, write a function to achieve, with the main function call.
<张伟> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法sort

说明:实现几种典型排序方法:a) Insertion Sort;b) Selection Sort;c) Bubble Sort;d) Rank Sort 分析算法的时间复杂度并测量其实际运行时间。-Order to achieve several typical methods: a) Insertion Sort b) Selection Sort c) Bubble Sort d) Rank Sort algorithm'
<Yuan> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法structured-programming

说明:顺序结构、循环结构和其他控制结构的8个算例-Eight examples for order structures, looping structures, and other control structures.
<kathy> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法backnap-and-large-number-

说明:使用队列类解决背包问题 和使用线性表解决俄大数计算问题-Solve the knapsack problem using the queue class, and use the linear form of large numbers to solve computational problems Russia
<> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法flight

说明:1. 学习和掌握结构体和链表相关知识,掌握程序设计基本过程; 2. 简单的系统与功能分析,了解航班信息管理系统的需求,用C语言开发航班信息管理系统; 3. 建立数据结构链表,数据内容包括航班号、航线、起飞时间、到达时间、机型、所属公司、价格; 4. 编写实现程序功能的各个函数; 5. 建立一个测试数据表,包含十多条航班信息,进行数据测试; 6. 使用数据链表实现数据的:录入、查询、显示、删除、修改、排序、文件保存、系
<Joe> 在 2025-01-21 上传 | 大小:4kb | 下载:1

[数据结构常用算法sss

说明:设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场最里面)。如果停车场已放满n辆车,则后来的车辆只能停在停车场大门外的便道上等待,一旦停车场里有车开走,则排在便道上的第一辆车就进入停车场。若停车场内有某辆车要开走,在它之后进入停车场的车都必须先退出停车场,为它让路,待其开出停车场后,这些车再依原来的次序进场。每辆车离开停车场时,都应根
<孙帅> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法LinkedList

说明:A Linked List data structure implemented via pointers.
<subzeroice16> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法LinkedQueue

说明:A data structure implemented with by a Linked List data structure.
<subzeroice16> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法LinkedStack

说明:A Stack abstract data type implemented via a Linked List
<subzeroice16> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法matri

说明:读取文本文件生成生树,这是数据结构重要内容.-Students read a text file to generate the tree, which is an important part of the data structure.
<yeyc> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法haffman

说明:haffman编码,用c++实现,已经编译通过,附带两种,请自己选择-haffman encoding, using c++ implementation, has been compiled by, with two, please choose
<kelaosuo> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法BiTree

说明:实现的功能包括创建二叉树,按层遍历、递归遍历,统计度为0、1、2的节点数,求深度,判断是否是完全二叉树,求节点的父节点,交换左右子树,文件读写-create BiTree,traverse bitree,node s ancestor, exchange left and right childtree
<> 在 2025-01-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 1045.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org