代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/176476/9497136
c name.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/365527/9858909
m exa3_2.m
%M=[a,b;c,d] % M is a numeric matrix using value of a through d
M='[a,b;c,d]' % M is a character string, but not a symbolic matrix
M=sym('[a,b;c,d]') % M is a symbolic matrix
www.eeworm.com/read/169081/9881558
py fft.py
#!/usr/bin/env python2.3
import math
import sys
import random
pi=math.pi
e=math.e
j=complex(0,1)
def fft(f,inv):
n=len(f)
if n==1:
return f
for p in 2,3,5:
if n%p==0:
www.eeworm.com/read/168118/9937863
m jddiff.m
function X = jddiff(X,nd)
%DIFF Differentiate or difference.
% DIFF may be called numeric arguments.
%
% For a numeric vector argument, DIFF computes differences.
% DIFF(X), for a vector X, is [X(2)-X
www.eeworm.com/read/280774/10292660
py fft.py
#!/usr/bin/env python2.3
import math
import sys
import random
pi=math.pi
e=math.e
j=complex(0,1)
def fft(f,inv):
n=len(f)
if n==1:
return f
for p in 2,3,5:
if n%p==0:
www.eeworm.com/read/351971/10589826
c name.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/422283/10649955
sql hd.sql
CONNECT TO TTT;
CREATE TABLE hsm_dw (
dwbm char (9) NOT NULL ,
dwmc char (8) NOT NULL ,
dwjb char (4) NOT NULL ,
hybb char (2) NOT NULL ,
czbb char (2) NO
www.eeworm.com/read/351262/10668328
m g6.m
function [G,A]=G6(Ang)
%The function G6.m gives the 6 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/351262/10668345
m g3.m
function [G,A]=G3(Ang)
%The function G3.m gives the 3 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/465504/7055767
m g6.m
function [G,A]=G6(Ang)
%The function G6.m gives the 6 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight