资源列表
[压缩解压] lzss_huf
说明:This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co<冰冰> 在 2025-09-15 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] 矩阵加减乘(M)
说明:一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form of output. Established three a<XFX> 在 2025-09-15 上传 | 大小:7kb | 下载:0
[压缩解压] unzip_com
说明:UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this<冰冰> 在 2025-09-15 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] 牛顿迭代法(M)
说明:原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth<XFX> 在 2025-09-15 上传 | 大小:10kb | 下载:0
[数学计算/工程计算] 排序(M)
说明:这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first par<XFX> 在 2025-09-15 上传 | 大小:8kb | 下载:0
[压缩解压] 083aSharpZipLib
说明:实现文件压缩和解压缩,全英文有兴趣的同志请仔细阅读,相信你一定能得到一些启发-achieve compression and decompression, all are interested in the English comrades please read carefully, I think you will get some insights<张杰> 在 2025-09-15 上传 | 大小:421kb | 下载:0
[数据结构常用算法] 几何算法
说明:一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for triangle area, as judged strai<阿娇> 在 2025-09-15 上传 | 大小:3kb | 下载:0