-
操作系统实验.rar
操作系统实验.rar-experimental operating system. Rar
- 2022-03-25 00:13:12下载
- 积分:1
-
功能强大的数值求解子程序库,包括各种常用的方法。
功能强大的数值求解子程序库,包括各种常用的方法。-The numerical solution of a powerful subroutine library, including various commonly used methods.
- 2022-03-31 12:27:24下载
- 积分:1
-
读股票卡数据画K线图源码,好程序啊
读股票卡数据画K线图源码,好程序啊-Reading the stock card data source line graph K paintings, good program ah
- 2023-07-11 02:50:02下载
- 积分:1
-
MATLAB algorithm for image compression of JEPG (complete image compression of th...
图像压缩的MATLAB算法之JEPG(完整的图像压缩的MATLAB算法之JEPG,完整的例程)。-MATLAB algorithm for image compression of JEPG (complete image compression of the MATLAB algorithm JEPG, complete routines).
- 2023-03-26 22:15:03下载
- 积分:1
-
结合我wavelet_fractal_compressor小波技术和分形技术
wavelet_fractal_compressor小波技术与分形技术相结合进行图像压缩,压缩效果好,但是运行时间比较长。作为实验还是可以用的-wavelet_fractal_compressor wavelet technology and fractal technology combining image compression, compression effects, but relatively long running time. Can be used as an experimental or the
- 2022-01-26 03:49:27下载
- 积分:1
-
另一个解zip文件的程序
另一个解zip文件的程序 -another program for decoding .zip files
- 2022-11-29 17:55:03下载
- 积分:1
-
huffman编码 hao a
huffman编码 hao a -Huffman coding a hao
- 2022-04-11 18:25:40下载
- 积分:1
-
huffman
huffman编码译码器,实现前提是消息中的字符及其频度均为已知量!-huffman
- 2023-01-21 14:20:04下载
- 积分:1
-
FCP takes a file, generates a random 2048 bit key and encrypts the file with
a...
FCP takes a file, generates a random 2048 bit key and encrypts the file with
a RC4 stream cipher. The encrypted file is written to a new file along with
the decryption stub and key. When the output file is executed it decrypts and
executes the encrypted file.
It s written in Delphi 6, enjoy the source code.
- 2022-07-03 00:18:29下载
- 积分:1
-
Map coloring to each city on the map as a point of abstraction, and to every cit...
地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。
算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。
-Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
- 2022-02-12 12:09:41下载
- 积分:1