搜索资源列表
DelphiZLib.123
- The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
haffman
- 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
实现LZARI压缩算法的C++类
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
79200812541-1
- Hello User This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting. It takes the time from the system & starts its timer to shut down after 5 minutes (not con
j_14091_zutai
- 一款很有名的工业专用组态软件——组态王v6.5版的源代码,压缩包内包含经过5次开发完善后的最终版源码。可以对提高您的编程思路有一定帮助。 -A well-known industry-specific configuration software- KingView v6.5 version of the source code, compressed package that contains over five times, after perfecting the final vers
JPEG-LS
- 基于改进JPEG-LS算法的遥感图像近无损压缩专利,由航天五院508所申报,很详细的介绍了算法和fpga的实现-Improved JPEG-LS algorithm near lossless compression patent, the space the five branches of 508 reporting, a detailed explanation of the algorithm and implementation fpga
123
- (1) 文件系统中包括初始化一个系统目录,包括根目录/,5个子目录(bin/ boot/ dev/ etc/ home/)。 (2) 文件系统包括以下操作: (a) 在根目录或者子目录中添加一个文件或者子目录。(目录名最后用 / 结尾,文件名不用) (b) 在根目录或者子目录中删除一个文件或者子目录。 (c) 查找一个目录或文件的路径。(如输入搜索file1,则显示为/home/file1,或搜索user1,则显示为/home/user1/) (d) 退出文件系
seevia_svcart_1.2_beta4
- SV-CART网店系统是一套可以支持各个国家的语言显示的国际电子商务系统,现已支持中文简体、英文、日文、德文和法文,土耳其文,可实现这五种语言在同一平台上的相互转换。 免费、开源SV-CART网店系统是一项新的专业开放源代码的WEB2.0网上商城系统,是一套集网上购物和网站内容管理于一体的电子商务解决方案。 -SV-CART shop system is set can support the language of each country' s international
StatCompositor
- C#对统计结果进行排序,实际是对数据库查询结果进行排序,将图书销售数量前五名的书籍按降序排序,在SQL中进行,将排序后的数据显示在窗格中,在平时的应用中也是很常见的一种方式。-C# sort of statistical results, the actual sort of database query results are sorted in descending order, the five books of the number of book sales data will be
fog
- 利用OpenGL技术绘制了五个红色球体,每个球体和观察点的距离各不相同-Using the OpenGL technology made five red ball, every sphere and the distance of observation points each are not identical
ex61
- 设置一个鼠标程序,将窗口分为5块,分别用画刷填充为白、绿、蓝、黄、红。鼠标点在不同区域时鼠标的形状发生变化,且显示鼠标坐标.-Set a mouse program will be divided into five windows were filled with brush white, green, blue, yellow, red. Point the mouse to change the shape of the mouse in the different regions, an
compression
- 文件中包含huffman、小波变换、lz系列等五种图像压缩源程序。-Including Huffman, wavelet transform, LZ series of five kinds of image compression source file.
ex
- (1)一个包含10个元素的数组,已按升序排序,输入一个任意的整数,将该整数插入数组中,使数组元素仍保持升序排列。 要求编写一个通用的插入排序函数InsertSort,它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print,要求每一行输出5个元素。 (2)编程求下列两个矩阵的加法(结果矩阵的元素值是这
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
lzw.doc
- LZW用C语言实现,属于数据压缩里的初学部分,程序由五个模块组成,lzw.h 定义了一些基本的数据结构,常量,还有变量的初始化等-C with LZW language, is a beginner part of the data compression program by the five modules, lzw.h defines a number of basic data structures, constants, and variables such as initializa