代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/424357/10458463
ned computer.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/424357/10458491
ned gen.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/279032/10479738
htm ei24.htm
Effective C++, 2E | Item 24: Choose carefully between function overloading and parameter defaulting Back to Item 23: Don't try to return a reference when you must return an object.
Continue to Item 2
www.eeworm.com/read/275376/10821499
cpp 10_13.cpp
//10_13.cpp
#include
#include //包含数值算法头文件
using namespace std;
int mult(int x, int y) { return x*y; }; //定义一个普通函数
int main()
{
int A[] = {1, 2, 3, 4, 5};
const in
www.eeworm.com/read/274718/10856655
cpp 10_42.cpp
#include
#include //包含数值算法头文件
using namespace std;
int mult(int x, int y) { return x*y; }; //定义一个普通函数
void main()
{ int A[] = {1, 2, 3, 4, 5};
const int N = sizeof(A) /
www.eeworm.com/read/273053/10930222
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/468676/6986291
ned asyncnetwork.ned
//***************************************************************************
//* file: AsyncNetwork.ned
// *
// * author: yupeng.hu
// *
// * copyright: (C) 2006 HUNAN Univer, Chin
www.eeworm.com/read/468676/6986361
ned asyncsnreval.ned
simple AsyncSnrEval
parameters:
debug : bool, // debug switch
transmitterPower : numeric,
bitrate: numeric,
headerLength: numeric const,
carrierFrequency: numeric,
therm