-
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在M...
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okumura 1989 July 4 daily c language to write algorithms to achieve this. But to use some of the above global or static variables, in the MFC under inconvenient to use them. I rewriting it into a c++ classes, so that it can easily compress and decompress, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, rather than the file. a total of provides a five external interface:
- 2022-07-11 01:47:09下载
- 积分:1
-
Pendulum.cpp
#include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}
- 2022-03-13 01:33:14下载
- 积分:1
-
DTMF解码HEX文件
dtmf decoder hex file
- 2023-06-14 07:50:04下载
- 积分:1
-
C语言读取txt文件,非常好用,很简单,
c语言读txt文件,非常好用,非常简单,-c language read txt file, very easy to use, very simple,
- 2022-11-26 11:25:03下载
- 积分:1
-
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。-Extract text file specified keywords, is my nmap scan results for the extraction writing.
- 2022-03-04 08:41:16下载
- 积分:1
-
从 dll 或 exe 文件中获得版本 信息
从 dll 或 exe 文件中获得版本 信息-from dll or exe file version information obtained. .
- 2022-02-06 04:59:51下载
- 积分:1
-
文件操作代码,文件读写,删除。
文件操作代码,文件读写,删除。...
文件操作代码,文件读写,删除。
文件操作代码,文件读写,删除。-Code for file operation.Incluces file read, file write, file remove.
Code for file operation.Incluces file read, file write, file remove.
- 2022-10-15 14:50:03下载
- 积分:1
-
概率潜在语义分析的MATLAB
应用背景概率潜在语义分析(PLSA),也被称为概率潜在语义索引(芯片,特别是在信息检索界)是两模式和共生数据分析的统计技术。关键技术MATLAB(矩阵实验室)是一个多模式的数值计算环境和第四代编程语言。由Mathworks公司专有的编程语言,MATLAB允许矩阵运算,函数和数据绘图,算法实现,用户界面的创建,并与其他语言编写的程序接口,包括C,C++,Java,Python语言和。
- 2022-01-26 00:44:21下载
- 积分:1
-
一个工业日志类,可以分类记录日志成.txt文件.
一个工业日志类,可以分类记录日志成.txt文件.-Log in an industrial category, the log records can be categorized into. Txt file.
- 2022-02-20 08:59:04下载
- 积分:1
-
检测一个有向图是否含有回路,并进行拓扑排序
检测一个有向图是否含有回路,并进行拓扑排序-Detection of a directed graph if it contains the loop and carry out topological sort
- 2022-03-18 05:20:28下载
- 积分:1