登录
首页 » matlab » xdlun

xdlun

于 2012-05-06 发布 文件大小:3362KB
0 265
下载积分: 1 下载次数: 8

代码说明:

  通过光速不变原理介绍相对论时间膨胀公式和长度收缩效应公式,并举例进行了说明。用曲线显示时间膨胀与物体速度的关系,显示长度收缩与物体速度的关系。(Through the principle of constancy of light, relativistic time dilation formula and length contraction effect formula, and examples are described. Curve shows the time dilation and the speed of the object, showing the length contraction and the speed of the object.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BSS-based-on-Temporal-Structure
    一种使用时空结构的盲源分离算法,使用matlab实现( An Approach to Blind Source Separation Based on Temporal Structure of Speech Signals ica_matlab)
    2012-03-24 09:42:12下载
    积分:1
  • id3_naive_bayes_matlab
    Matlab implementation of ID3 and NaiveBayes classifier. It also includes example dataset as well.
    2009-04-17 19:52:44下载
    积分:1
  • hundunfenxing
    混沌与分形理论是最新兴起的金融市场理论,这是混沌与分形分析的例程,需要的请自行下载(chaos and fractal theory is the latest emerging financial market theory, which is chaotic and fractal analysis routines. Requests need to download)
    2007-03-27 09:03:45下载
    积分:1
  • matlab_simulink_explain
    简要说明了matlab中simulink模块的使用方法。(Briefly describe the matlab simulink module in use.)
    2010-06-17 16:03:01下载
    积分:1
  • matlab
    说明:  matlab的一些常用算法(包括遗传算法等常用算法)(matlab some commonly used algorithms (including genetic algorithms and other commonly used algorithms))
    2008-09-15 16:21:30下载
    积分:1
  • GaxAlxN
    The aim of this program is to calculate condition for the confined energies in the any-shaped double-well structures in the electric field
    2011-05-01 16:15:06下载
    积分:1
  • fft
    fft,本代码主要介绍fft的主要步骤,非常简单有很明了,非常适合阅读 (FFT, the code describes the main steps of FFT are very clear, very simple, very suitable for reading)
    2015-04-20 10:00:27下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • C
    说明:   c语言与matlab接口:编程与实例,英文的,大家看看!(c language and matlab interface: Programming and examples, in English, you see!)
    2010-10-17 15:09:29下载
    积分:1
  • transfer
    根据逆透视变换原理从交通图像中提取交通参数,可以根据图像的像素坐标计算实际路面的距离,计算车辆的位移,速度等参数(Extract traffic parameters from the traffic image according to the principle of inverse perspective transformation, the actual road distance can be calculated according to the coordinates of the image pixels, the calculation of the displacement of the vehicle speed and other parameters)
    2013-05-21 22:21:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载