-
LW-LZ78
实现以下的无损数据压缩方法
LZ78和LZW算法;
给定若干个输入的字符串流,应用所编写的算法实现压缩,计算压缩比,然后再将压缩的码流进行解码,同输入的字符串流进行比较,判断输入输出码流是否一致。(Achieve the following lossless LZ78 and LZW data compression algorithm certain algorithms to a given input string stream to achieve compression applications written to calculate the compression ratio, and then decoding the compressed code stream, with the stream input string , and determines the input and output streams are the same.)
- 2014-04-27 23:05:58下载
- 积分:1
-
流域项目代码
这是为了分水岭算法的代码。它在.NET和C#语言实现的用于开发的代码。
- 2022-03-06 05:34:09下载
- 积分:1
-
mut-PID-by-PSO
pso优化多目标pid 分数(optsim1,pid pso)
- 2021-01-01 21:48:58下载
- 积分:1
-
《操作系统概念第六版翻译版》
说明: windows 操纵系统,只要学习编程,操作系统是一个绕不开的话题(Windows operating system, as long as learning programming, operating system is an inseparable topic)
- 2020-06-21 12:20:02下载
- 积分:1
-
LBM三维方腔
适合初学者入门学习使用, C++结构化语言书写,读起来比较方便。
// 三维方腔.cpp : Defines the entry point for the console application.
//
//#include "stdafx.h"
#include
#include
#include
#include
#include
#include
#include
using namespace std; //变量名定义
- 2022-03-24 22:42:06下载
- 积分:1
-
C
说明: C语言大全,包含c的库函数和100个经典的c语言源程序。(C Language Book, including the c library function and the 100 classic c language source code.)
- 2009-06-15 22:45:38下载
- 积分:1
-
C# 集成paypal 支付 例子
C# 集成paypal 支付 例子
//Post back to either sandbox or live
string strSandbox = "https://www.sandbox.paypal.com/cgi-bin/webscr";
string strLive = "https://www.paypal.com/cgi-bin/webscr";
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(strSandbox);
//Set values for the request back
req.Method = "POST";
req.ContentType = "application/x-www-form-urlencoded";
byte[] param = Request.BinaryRead(HttpContext.Current.Request.ContentLength);
string strRequest = Encoding.ASCII.GetString(param);
string ipnPost = strRequest;
strRequest += "&cmd=_notify-validate";
- 2022-01-27 16:43:28下载
- 积分:1
-
Screening tickets using No. c# Prepared using filter sweeps No. c# Prepared
筛选彩票号采用c#编写筛选彩票号采用c#编写-Screening tickets using No. c# Prepared using filter sweeps No. c# Prepared
- 2022-03-26 05:00:34下载
- 积分:1
-
FuShiYuPengZhang
使用3×1的结构元素,为防止越界,所以不处理最上边和最下边的两列像素(Using 3 × 1 structure elements, in order to prevent cross-border, so I do not deal with the most top and bottom of the two most pixels)
- 2011-05-31 21:40:57下载
- 积分:1
-
OCR 实现 截图 并提取图片中的文字实例 附完整源码
该实例实现了 截图并识别截图中的文字功能 该项目需要在安装 Microsoft Office Document Imaging 下载地址 如下: http://www.xdowns.com/soft/4/25/2009/Soft_50716.html
- 2013-04-17下载
- 积分:1