代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/264287/11323286
ned datasink.ned
//-------------------------------
// File: dataSink.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-------------------------------
www.eeworm.com/read/264287/11323316
ned antsink.ned
//-------------------------------
// File: antSink.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-------------------------------
www.eeworm.com/read/401009/11565912
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/401009/11565923
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/151704/12180464
m cast.m
function bb = cast(mm,datatype,siz)
%CAST Returns an object configured for a predefined target data type
% O = CAST(MM,TYPE) - Defines the numeric representation to be
% applied to the registe
www.eeworm.com/read/125987/14453138
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/124229/14585472
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/116193/14983504
txt bases.txt
The library supports at present bases up to base 36 (the digits 0...9 and the
letters A...Z). If you want more, you must edit the tables in the file
apfloat.cpp:
// Numeric value to character, up
www.eeworm.com/read/211227/15184418
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