有没有公​​开实现LZSS压缩在C#或可以在C#中使用? [英] Is there a public implemention of LZSS compression in C# or that can be used in C#?

查看:270
本文介绍了有没有公​​开实现LZSS压缩在C#或可以在C#中使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找LZSS解码一些游戏引擎的数据包。如果有人可以指点我的图书馆,我会非常高兴。感谢!

I'm looking for LZSS for decoding some packets from a game engine. If anyone could point me to a library I would be extremely happy. Thanks!

推荐答案

您可以致电 Allegro库(C中开发的开源库,用于游戏开发)。它包含 LZSS解码

You can call on the Allegro Library (open source library in C developed for game development). It contains LZSS decoding and is callable from C#.

或者您也可以查看: LZSS.c 并将其转到C#,或编译成一个基本的C库,然后从C#调用它。

Or you can also look at: LZSS.c and port it over to C#, or compile it into a basic C library and then call it from C#.

这篇关于有没有公​​开实现LZSS压缩在C#或可以在C#中使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆