-
ansysYuanHuan
ansys 分析 圆环的受力:一个的圆环,受一对过直径的集中 应力, 作用下发生1mm的压缩量(如图所示)。已知材料的弹性模量E=2.0GPa,泊松比为0.3。用平面应力单元PLANE82分析圆环内部的应力分布情况(ansys analysis by the Circle : A Circle and the one across the diameter of the concentrated stress, occurred under 1 mm compression volume (as shown). Known material elastic modulus E = 2.0GPa, Poisson's ratio of 0.3. Plane stress analysis modules PLANE82 Circle internal distribution of the stress)
- 2020-07-20 15:28:46下载
- 积分:1
-
JAVA文件压缩与解压缩实践
说明: 本系统运用LZ77字典算法、懒惰匹配算法和Huffman编码算法,使用Java语言在Jbuilder2006环境下设计了使用GZIP算法对文件压缩与解压缩的实现程序。用户可以根据自己的需求,使用此程序方便地对文件进行压缩或者解压缩操作。(This system uses LZ77 dictionary algorithm, lazy matching algorithm and Huffman coding algorithm, and uses Java language to design the implementation program of gzip algorithm for file compression and decompression under the environment of JBuilder 2006. Users can use this program to compress or decompress files conveniently according to their own needs.)
- 2020-03-16 21:42:24下载
- 积分:1
-
JPEG
使用DCT算法huffman编码来压缩静止图像 是很好参考源码(Huffman coding using the DCT algorithm to compress a still image is a good reference source)
- 2012-08-25 13:52:00下载
- 积分:1
-
e
说明: 一个上课很好用的课件,是您编程的很好帮手(why)
- 2009-03-27 08:41:54下载
- 积分:1
-
Mpeg_To_Bitmap
Mpeg1 I Frame to Bitmap (Delphi Source)
- 2011-02-15 02:48:42下载
- 积分:1
-
JPEGyasuomatlabdaima
jepg压缩的matlab代码,采用哈夫曼编码,dct变换(jepg compression Matlab code, using Huffman coding, transform Extra)
- 2021-04-09 20:58:59下载
- 积分:1
-
Rle8Codec
Rle8的解码程序(Rle8 decoding procedures)
- 2021-03-29 21:59:10下载
- 积分:1
-
Genertate-LG-Beam
压缩包中包含有拉盖尔函数、缔合拉盖尔函数以及产生拉盖尔高斯光束的文件。光束的两个量子数可以任意修改(Compressed packet contains Laguerre functions, Laguerre functions and association Laguerre Gaussian beam generated files. Beam two quantum numbers can be modified)
- 2013-05-28 20:40:43下载
- 积分:1
-
200430481
赫夫曼编译码器:
用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。
[基本要求]一个完整的系统应具有以下功能:
(1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
- 2021-03-06 09:19:30下载
- 积分:1
-
zip4j
说明: 从Zip文件创建,添加,提取,更新,删除文件
读/写密码保护的Zip文件
支持AES 128/256加密
支持标准邮??编加密
支持Zip64格式
支持存储(无压缩)和Deflate压缩方法
从Split Zip文件创建或提取文件(例如:z01,z02,... zip)
支持Unicode文件名
进度监视器(Create, add, extract, update, delete files from Zip files
Read/write password-protected Zip files
Support for AES 128/256 encryption
Supporting Standard Postal Encryption
Support Zip64 format
Supporting storage (uncompressed) and Deflate compression methods
Create or extract files from Split Zip files (e.g. z01, z02,... Zip))
- 2020-06-21 08:20:02下载
- 积分:1