资源列表

« 1 2 ... .76 .77 .78 .79 .80 1181.82 .83 .84 .85 .86 ... 2656 »

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

说明:解决0/1背包问题 : 给定一定容量的一个背包,要求放入的货物价值最大(每个货物有固定的容量和价值)-Solve the 0/1 knapsack problem: given a knapsack of a certain capacity, the requirements placed the greatest value of the goods (one for each cargo capacity and a fixed
<Daniel> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法three

说明:严蔚敏编写的《数据结构》第3章的答案,全部为源码-the answers of chapter three of a book called ‘Data Structures’ writen by Yan Wei Min
<ww> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法StaticSearchTable

说明:一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compile
<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法BinaryTree

说明:对二叉树结构作了清晰而简易的演示,可以帮助要了解二叉树结构和基本算法的人加深认识。可用VC直接编译运行。-On the binary tree structure was clear and simple presentation can help to understand the binary tree structure and the people a better understanding of the basic algo
<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法SortSample

说明:基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。-Based on the C language provides a variety of sorting algorithms: insertion sort, bubble sort, Shell sort, quick sort, selection sort. VC can be directly translated to
<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法datastruct

说明:一份数据结构的试卷,可惜没有答案,看看也不错,检验一下会不会做!-A data structure of the papers, unfortunately there is no answer, take a look also good to test what it will do!
<陈辰> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法wordGame

说明:本文件包含两个功能相同的cpp文件,分别采用了map和priority queue两种不同的数据结构来完成显示双单词在字典动态变化的过程的功能。对于掌握数据结构有一定意义。-This file contains two cpp files with same function, but they use different data structures which are map and priority queue. The fun
<yin zhang> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法datastruct

说明:数据结构的基本算法,包括整数相加,迷宫以及哈弗曼的实现。供新手参考。-The basic algorithm for data structure, including the integers are added together, the maze, as well as Havermann implementation. Reference for the novice.
<Weberte> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法spanning_tree

说明:最小生成树的多种形式。Kruskal邻接表,正向表,prim+binary_heap邻接表正向表,prim+mapped_heap邻接表正向表.-Minimum spanning tree in many forms. Kruskal adjacency list, forward the table, prim+ binary_heap forward adjacency list table, prim+ mapped_heap f
<王华> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法33

说明:实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr ip
<吴海> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法shuyouguandao

说明:问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置? 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Problem Descr
<李东> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Hash

说明:1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for &q
<lt> 在 2024-11-19 上传 | 大小:7kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 1181.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org