代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/203170/15364508

c dtft_over_frequency_range.c

/* dtftr.c - N DTFT values over frequency range [wa, wb) */ #include /* complex arithmetic */ complex dtft(); /* DTFT at
www.eeworm.com/read/200131/15440266

m exm04091_1.m

%生成样本数据 X(:,1)=ones(10,1);X(1,1)=100;X(10,1)=0.01; rand('state',1);randn('state',1) %使均布及正态两随机发生器初始化 X(:,2)=rand(10,1); X(:,3)=randn(10,1);X(:,3)=2*abs(min(X(:,3)))+X(:,3); %计算一阶矩 Moment1.arithm
www.eeworm.com/read/112799/15476534

c dtftr.c

/* dtftr.c - N DTFT values over frequency range [wa, wb) */ #include /* complex arithmetic */ complex dtft(); /* DTFT at
www.eeworm.com/read/110378/15535429

java strategy.java

/** * The public interface to support varies arithmetic */ public interface Strategy { public void drawText(String s, int lineWidth, int lineCount); }
www.eeworm.com/read/106881/15618671

dsw neuralnetwork.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/106881/15618716

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Arithmetic.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/102394/15783500

todo

use macros so that all complex arithmetic can use native complex types if compiler supports them make sure double/float are replaced by BASE everywhere gbmv_c : use conj*imag instead of having bra
www.eeworm.com/read/101985/15795602

cs eventargs.cs

using System; namespace ArithMetic { public class FunctionEventArgs : EventArgs { public string FunctionName;// 自定义函数名 public int ParameterCnt;// 参数个数 } public class ErrorEventArgs
www.eeworm.com/read/101985/15795604

cs parserexception.cs

using System; namespace ArithMetic { /// /// ParserException 的摘要说明。 /// class ParserException:ApplicationException { public ParserException(string str) : base(str
www.eeworm.com/read/101563/15825117

html tour-modules.html

A Tour of NTL: Summary of NTL's Main Modules