登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C#
  2. 代码类别:压缩解压
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 263yasuoyuv

  263yasuoyuv.rar是把yuv-411格式文件压缩为*.263可直看(263yasuoyuv.rar is yuv-411 format for the*. 263 files can be read straight)

2
下载
85
浏览
2008-06-12发布

2. hu

说明:  图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。 (Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)

0
下载
123
浏览
2008-06-12发布

3. 图象开发包 Jpeg2000 SDK

  一个强大的图象压缩开发包,支持压缩格式为jpeg,jpeg2000有损无损压缩(A powerful image compression development kit, support for compression formats jpeg, jpeg2000 detrimental to lossless compression)

12
下载
101
浏览
2008-06-08发布

4. xueshengchengji

  课设时做的学生成绩管理系统,希望对大家有参考价值(Lesson set up to do when the student achievement management system that everyone would like to have reference value)

21
下载
78
浏览
2008-05-31发布

5. jpeg_ls_v2.2

  实现图像的jpeg无损压缩,可以在linux系统下经过交叉编译器编译后在arm上实现,已经写好makefile文件(Realize jpeg image lossless compression, you can linux system through cross-compiler to compile in the arm to achieve, has written makefile file)

48
下载
109
浏览
2008-04-21发布

6. crc

  Many crc routine in C

5
下载
76
浏览
2008-03-26发布

7. 图象的程序,包括有损或无损两类

  这是关于图象压缩的程序,包括有损压缩或无损压缩两类。用的是jpeg2000的压缩标准,但是这是jpeg2000的第一部分(This is the image compression procedures, including lossy compression or lossless compression of two categories. Using the JPEG2000 compression standard, but this is the first part of JPEG2000)

9
下载
110
浏览
2007-12-18发布

8. RLC

  使用C语言实现图像的游程编码压缩,性能优越,代码简单,便于实现。(The use of C language RLE image compression, superior performance, code is simple, easy to achieve.)

355
下载
100
浏览
2007-11-27发布

9. 100

  本程序是交流压缩机的驱动程学,压缩机为三洋,功率为10KW,用的是东芝的IPM(This procedure is the exchange of compressor-driven learning process, the compressor for the Sanyo, power 10KW, using the IPM Toshiba)

40
下载
94
浏览
2007-11-01发布

10. 7zipDll

  完善后的LZMA(7ZIP)压缩DLL文件,且带有示范使用源码。(Perfect after LZMA (7ZIP) compressed DLL files, and a demonstration on the use of source code.)

568
下载
115
浏览
2007-09-24发布

11. 081SharpZipLib

  C#写的ZIP压缩包,可以在线将文件压缩成为ZIP文件或数据流。(wrote ZIP compressed, online file compressed into ZIP files or data flow.)

42
下载
95
浏览
2006-12-29发布

12. compress11

  这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。(lzw algorithm source code, pure c programming language, and I hope to you useful.)

32
下载
105
浏览
2006-10-28发布

13. ivsdk

  非常好的视频压缩filter,可以实现mpeg2 mpeg1的视频压缩,用户可以自己选择码率(very good video compression filter can achieve mpeg1 mpeg2 video compression, Users can choose Rate)

73
下载
104
浏览
2006-08-10发布

14. zsccompress

说明:  对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。(convection data compression, mainly with regard to the binary code of various length width of the compression.)

0
下载
104
浏览
2005-11-17发布

15. zcrypt29-exportable

说明:  从老师那下的压缩机俄压缩程序,应该有用!(from teachers that the Russian compressor compression procedure, we should useful!)

2
下载
84
浏览
2005-11-01发布

16. codecs

说明:  著名压缩算法的实现,能够实现各种基本功能,适合学习!(famous compression algorithm to achieve to achieve basic capabilities for learning!)

0
下载
87
浏览
2005-11-01发布

17. 无损中的熵编码

  用c语言编写的无损压缩中的熵编码的编码和解码程序! 很实用的!(prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!)

52
下载
96
浏览
2005-08-28发布

18. 数据_RLC游程编码

  本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。(realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.)

146
下载
81
浏览
2005-05-19发布

19. yasuojieya

  本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点(the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman)

44
下载
94
浏览
2005-04-17发布

20. lzari算法

  这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。(LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it became a category C, it can be to facilitate the compression.)

28
下载
86
浏览
2005-03-06发布