-
msbzhiluan
其余混沌的数字图像处理,应用msb的置乱方法,由于msb 对图像的贡献最大,所以对msb 的置乱会产生很好的置乱效果。(Chaos remaining digital image processing, application msb Scrambling method, due to the contribution of the image msb largest, so msb Scrambling will have a very good scrambling effect.)
- 2007-10-14 10:47:04下载
- 积分:1
-
levelsetfun
能实现水平集演化,输入图片是已经经过前期处理的分割后的二值图。(These programs can reallize LevelSet evolution .The input image must be a Binary image.)
- 2010-12-31 09:42:21下载
- 积分:1
-
Servo-Motor
伺服电机的m代码,可以帮助你利用matlab来完成电机的设置(M-code servo motor that can help you use matlab to complete motor set)
- 2011-08-13 10:58:11下载
- 积分:1
-
Radar
有关雷达的使用的Matlab小程序,相当于雷达工具箱,特别是做雷达控制方面的很有用!(This project is very useful to the people who like doing the radar especially doing the radar control.)
- 2010-06-11 14:43:12下载
- 积分:1
-
system_identification
此文件是麻省理工大学系统辨识课程,值得一看收藏(system identification courses in Massachusetts Institute of Technology , worth a visit)
- 2010-05-20 02:28:21下载
- 积分:1
-
visco-plastic-boundary-of-umat-
这是一个基于abaqus二次开发的粘弹性边界模型,可以应用于abaqus地震计算的边界处理。(this is a secondary development of abaqus, it is about visco-elastic boundary and can be used for calculation for seism. )
- 2014-10-22 23:25:39下载
- 积分:1
-
grPartition
graph partioning tool
- 2012-10-19 20:30:05下载
- 积分:1
-
levelset
Level Set Evolution Without Re-initialization一文的matlab实现(Level Set Evolution Without Re-initialization of the matlab realize one text)
- 2007-10-20 09:53:47下载
- 积分:1
-
createImpulse
Create an impulse excitation
- 2011-06-03 08:06:42下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1