c.m~

来自「信号与信息处理-matlab信号处理工具箱源程序集合」· M~ 代码 · 共 25 行

M~
25
字号
function lightSpeed=c()% C  Speed of light% %   lightSpeed = speed of light% %   AIM: %   To provides the exact value for the speed of light.% %   TECHNICAL BACKGROUND:%   Recommended values for the speed of light by the 1975 General%   Conference on Weights and Measures, the CGPM, is 299,792,458 metres per%   second. It is derived from the length of the metre, which is the length%   light travels in 1/299,792,458 of a second.%   % %   REFERENCES: %   The International Standard of Units (SI), BIPM, 8th edition, 2006% % %   AUTHOR: Jason MOYLE%   DATE: March 2008%   Copyright by Jason Moyle (c) 2008lightSpeed=299792458;   % Recommended speed of light

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?