代码搜索:2PI
找到约 107 项符合「2PI」的源代码
代码结果 107
www.eeworm.com/read/222890/14668998
m constants.m
%constants
%
%script, that defines useful constants for AQUILA
%
%physical constants
%HBAR [eV s] Planck constant/2pi
%M0 [eV s^2/A^2] electron mass
%KB [eV/K] Boltzmann constant
%
%type of t
www.eeworm.com/read/356084/3042375
m makespiral.m
% MakeSpiral -- Make a spiral
% Usage
% img = MakeSpiral(n,center,par1);
% Inputs
% n n by n image
% center center, default = [0 0]
% par1 when angle = par1*2pi, r
www.eeworm.com/read/249164/7118418
h awgn.h
#include "typedef.h"
//宏定义
#define TWOPI 6.283185307179587 // 2PI
#define A0 (unsigned long)0xE66D
#define A1 (unsigned long)0xDEEC
#define A2 (unsigned long
www.eeworm.com/read/399778/7837398
as elastic.as
package gs.easing {
public class Elastic {
private static const _2PI:Number = Math.PI * 2;
public static function easeIn (t:Number, b:Number, c:Number, d:Number, a:Number = 0, p:Number = 0
www.eeworm.com/read/283509/9015053
m a_add.m
function a=a_add(a1,a2)
%
% A=A_ADD(A1,A2)
% Add two angles so that the result
% always remains between +/- pi
%
a=a1+a2;
% get to within 2pi of the right answer
a=a - (2.0*pi*fix(a/(2.0*
www.eeworm.com/read/304673/13789389
m a_add.m
function a=a_add(a1,a2)
%
% A=A_ADD(A1,A2)
% Add two angles so that the result
% always remains between +/- pi
%
a=a1+a2;
% get to within 2pi of the right answer
a=a - (2.0*pi*fix(a/(2.0*
www.eeworm.com/read/304670/13789696
m a_add.m
function a=a_add(a1,a2)
%
% A=A_ADD(A1,A2)
% Add two angles so that the result
% always remains between +/- pi
%
a=a1+a2;
% get to within 2pi of the right answer
a=a - (2.0*pi*fix(a/(2.0*
www.eeworm.com/read/209339/15223167
m angle_cal.m
% Taken from www.cs.ucr.edu/~eamonn/205/angle_cal.m
% given 3 points; return 0~2pi angle value of their inner angle
% the coordinate is based on the image coordinate. 0,0 is upper
% left corner
www.eeworm.com/read/165343/7143932
m qf.m
function p = qf(xlist)
%
% Compute the Q function:
%
% function p = qf(x)
% p = 1/sqrt(2pi)int_x^infty exp(-t^2/2)dt
% Vector arguments are allowed.
% Copyright 2004 by Todd K. Moon
% Permission i
www.eeworm.com/read/458661/7291875
m dbadd2.m
% dbadd2.m - add gain in dB - 2pi angle range
%
% Usage: h = dbadd2(type, style, th, g, rays, Rm, width)
%
% type = 1, 2 for polar, azimuthal
% style = line style of added gain curve, e.g., '--'