资源列表

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

[数据结构常用算法shouyinzhushou

说明:根据系统全部零钱内钱币的信息,按钱币总张数最少的原则进行退币, 零钱总数:50元的10张,20元的20张,10元的50张,5元的100张,1元的100张,5角的200张,1角的500张,一角以下的可以丢弃。-According to the information system within all change coins, the coins, the total number of at least the principle of the coin, change the total n
<sunhao> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Floyd

说明:Floyd算法介绍,说明了Floyd算法介绍的功能和使用条件。并且附带有代码-Floyd algorithm, the Floyd algorithm described features and conditions of use. And incidental code
<yx> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:有关归并排序的算法及其实现功能可以有借鉴意义的算法-Merge sort algorithm and its implementation functions can have the reference algorithm
<符小丽> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Joseph-ring-sort

说明:利用约瑟夫环对单链表进行的排序算法,直接改变了结点的顺序而没有进行数据域中数值的交换。-Joseph ring singly linked list sorting algorithms, and change the end point of order without the exchange of data field values​ ​ .
<SchroPony> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码-Huffman coding (Huffman, from Coding) this program written in C, the average probability to construct different prefix length of the shortest codeword in accordance with the chara
<夏刚> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法asd

说明:单纯性法解线性规划问题的一段代码,谢谢老邢支持快接啊是否能-bool Is_objectLine_All_Positive()
<张二涛> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Orde-left--right--

说明:顺序表奇数在左偶数在右,的数据结构算法,matlab-Order table an odd number in the left an even number in the right, the data structure algorithms, matlab
<凯旋> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法0_1package

说明:0-1背包问题的c语言线性规划解决方法 一种更为简单的解法-solve the o-1 package problem in c
<胡亚信> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Classic-sorting-method

说明:三种排序法:选择排序、边存放边排序、冒泡排序-Three kinds of sorting method: selection sort, side storage and sorting, bubble sort
<lyl> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明: 这是一个利用递归实现的二叉树源代码。- This is a by using the recursion binary tree of the realization of the source code.
<顾小芬> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法knapsack

说明:knapsack problem solution
<M.Azeem> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法poj1141

说明:POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<=k<b 记录路径采用 一般DP记录路径
<szy> 在 2025-06-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 2481.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org