资源列表

« 1 2 ... .40 .41 .42 .43 .44 345.46 .47 .48 .49 .50 ... 1306 »

[压缩解压beibao

说明:0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-0_1 knapsack problem using dynamic programming solutio
<杜丹> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[压缩解压kuaisupaixu

说明:快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through on
<杜丹> 在 2025-01-20 上传 | 大小:17kb | 下载:0

[压缩解压20055416656

说明:图象压缩算法的实现,十分具有参考价值的,赫赫有名-Image compression algorithm is very valuable and well-known
<zhang> 在 2025-01-20 上传 | 大小:106kb | 下载:0

[压缩解压yuyinbaoshi

说明:真人发声,语音报时!(含软件),编程使用 AHM、LMD控件-Live voice, voice time! (Including software), programming the use of AHM, LMD controls
<张春晖> 在 2025-01-20 上传 | 大小:239kb | 下载:0

[压缩解压ftp_fuwuqi

说明:VC编成实现ftp服务器大家踊跃下载啊-VC into everyone realize their ftp server download ah
<张春晖> 在 2025-01-20 上传 | 大小:31kb | 下载:0

[压缩解压jcsm

说明:精彩算命,一个很有趣的小东东。相信对初学VC++的有一定的帮助-Splendid fortune, a very interesting little Dongdong. Believe that learning VC++ Have some help in
<张春晖> 在 2025-01-20 上传 | 大小:406kb | 下载:0

[压缩解压mpeg2codec

说明: 该源码是c和mat结合的源程序,实现MPEG2的编码,另外还提供了程序参数说明文档。-The source is a combination of c and mat source, realize MPEG2 encoding also provides the procedures for parameter documentation.
<jiaping> 在 2025-01-20 上传 | 大小:65kb | 下载:0

[压缩解压mpeg2decode

说明: 该源码可以将mpeg、mpg和m2v格式的视频文件解码成yuv、ppm、tga等格式文件,另外还提供了程序参数说明文档。-The source can be mpeg, mpg and m2v video file format decoder into yuv, ppm, tga, etc. format files, also provided documentation process parameters.
<jiaping> 在 2025-01-20 上传 | 大小:51kb | 下载:0

[压缩解压hafuman

说明:一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入
<huangfeng> 在 2025-01-20 上传 | 大小:254kb | 下载:0

[压缩解压compress

说明:通过Delphi提供的压缩算法,实现对文件进行压缩和解压缩。 -Delphi provided through the compression algorithm to achieve the file compression and decompression.
<bright> 在 2025-01-20 上传 | 大小:290kb | 下载:0

[压缩解压FLch3RLSeg3

说明:最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.-Recursive least squares algorithm for identification procedures, input u, output y, the output matrix c of the last one as the estimated value of parameters.
<陈刚> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[压缩解压huffman

说明:huffman编码实现文本文档的压缩和解压缩,简单好用-huffman encoding text documents realize the compression and decompression, easy-to-use
<li> 在 2025-01-20 上传 | 大小:9kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 345.46 .47 .48 .49 .50 ... 1306 »

源码中国 www.ymcn.org