-
enjoy with each other
enjoy with each other
- 2022-05-22 08:14:48下载
- 积分:1
-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1
-
perl中编译使用zlib
perl中编译使用zlib -Using zlib in perl compile
- 2022-05-27 13:34:08下载
- 积分:1
-
非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt...
非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-very good executable file compression software, including support for the format atari/los, djgpp2/coff, dos/com, dos/exe, dos/sys, rtm32/pe, TMT/adam, Watcom/le, win32/pe, Linux/i386, etc., the compression ratio is very high.
- 2022-04-13 00:45:43下载
- 积分:1
-
rlezip wrote它自己
自己写的RLEZIP,实现了文件和文件夹的压缩解压-RLEZIP wrote it myself
- 2022-03-20 14:55:45下载
- 积分:1
-
h.263视频播放程序,绝对好用。假一罚十。
h.263视频播放程序,绝对好用。假一罚十。-H.263 video playback process, the absolute ease of use. Fake ten one penalty.
- 2022-03-18 06:44:38下载
- 积分:1
-
国外的开源Email.Service,评价比较好,免费
国外的开源Email.Service,评价比较好,免费-Foreign open-source Email.Service, evaluation better, free of charge
- 2023-06-05 15:10:05下载
- 积分:1
-
convertible bonds
可转换债券原代码-convertible bonds- source
- 2022-06-15 09:34:35下载
- 积分:1
-
mp3 of the classic compression source code.
mp3的经典 压缩 和 解压缩 源码。-mp3 of the classic compression source code.
- 2022-10-05 17:05:03下载
- 积分:1
-
使用Lempel-Ziv压缩
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a finite alphabet into substrings, whose lengths do not exceed a prescribed integer and a coding scheme which maps these substrings sequentially into uniquely decipherable code words of fixed length. The strings are selected so that they have nearly equal probability of occurrence. Frequently-occurring symbols are grouped into longer strings while occasional symbols appear in short strings. -Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a fi
- 2022-07-10 13:32:58下载
- 积分:1