资源列表

« 1 2 ... .81 .82 .83 .84 .85 1486.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法tulun

说明:一个实现最小生成树的程序,通过输入图的路径来找到该最小生成树-A program to achieve the minimum spanning tree, by entering that path to find the minimum spanning tree
<葛俊祥> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法notebook

说明:实现对原始数据的保存、读取,按姓名查找,记录的插入、删除,程序有美观的界面并且程序建立在windows窗口下,所有的操作均可以通过鼠标完成,而且界面友好,易于操作。 -To achieve the preservation of the original data, read, search by name, record insert, delete, the program has beautiful interface and
<万辉> 在 2024-10-10 上传 | 大小:1987584 | 下载:0

[数据结构常用算法sort

说明:该程序使用不同的的方法完成了数据排序,可以通过代码对不同排序方式进行比较,对排序有更好的理解。-The program uses a different method to complete the data sorted, you can sort through the code to compare the different, a better understanding of the sort.
<万辉> 在 2024-10-10 上传 | 大小:448512 | 下载:0

[数据结构常用算法list1

说明:链表逆序,链表有序输出,链表计算字符个数-Reverse linked list, ordered list output, calculate the number of characters list
<熊雨辰> 在 2024-10-10 上传 | 大小:497664 | 下载:0

[数据结构常用算法list1

说明:数据结构基础-顺序表的有序输出,可以学习和参考-Basic data structure- an ordered sequence of output table, you can learn and reference
<熊雨辰> 在 2024-10-10 上传 | 大小:462848 | 下载:0

[数据结构常用算法test

说明:这是一个链表,含链表排序,双链表排序合并等功能-This is a list, including list sorting, merging sorted doubly linked list functions
<何伟文> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[数据结构常用算法quicksort.tar

说明:快速排序的代码和一些简单应用,自己写的代码,交流而已,请多多指教-Quick Sort
<yuwenbo> 在 2024-10-10 上传 | 大小:13312 | 下载:0

[数据结构常用算法Data-structure-descripted-by-CPP

说明:C++描述的数据结构教程。 殷人昆主编,本书着重介绍面向对象数据结构设计。-C++ data structures described in tutorial. Yan Renkun editor, finished the book for learning C++ language and continue to strengthen the C++ syntax and object-oriented data structu
<stanley> 在 2024-10-10 上传 | 大小:9805824 | 下载:0

[数据结构常用算法Signal-enhancement-device

说明:信号增强装置问题要求对于一个给定的信号传输网络,计算如何放置最少的信号增强装置来保证网络传输的畅通。 对于给定的带权树,计算放置信号增强装置最少数量。 -Signal enhancement device for a given problem requires the signal transmission network, calculating how to place a minimum of signal enhanc
<阿四> 在 2024-10-10 上传 | 大小:203776 | 下载:0

[数据结构常用算法Flow-shop-scheduling

说明:流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to
<阿四> 在 2024-10-10 上传 | 大小:236544 | 下载:0

[数据结构常用算法0-1-knapsack-problem

说明:01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn,
<阿四> 在 2024-10-10 上传 | 大小:136192 | 下载:0

[数据结构常用算法Stones-merger

说明:在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 【输入文件】 包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。 第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playgro
<阿四> 在 2024-10-10 上传 | 大小:10240 | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 1486.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org