代码搜索结果
找到约 10,000 项符合
6 的代码
ex6_6_1.dsp
# Microsoft Developer Studio Project File - Name="EX6_6_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
ex6_6_1.plg
Build Log
--------------------Configuration: EX6_6_1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\OOTTM
sa_fig6_6.m
% Rayleigh distribution Figure 6.6
sig1=1;
sig2=2;
r=[0:.01:6];
r1=r.*exp(-r.^2/(2*sig1^2))/sig1^2;
r2=r.*exp(-r.^2/(2*sig2^2))/sig2^2;
figure;
plot(r,r1,'k',r,r2,'k:')
axis([0 6 0 1])
xla
iw6tmsgriddec6.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#pragma package(smart_init)
//-------------------------------------------------