代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/313900/3640665
cpp p4-191.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
//利用类模板生成类实例
typedef vector < int > IntArray;
typedef list
www.eeworm.com/read/312725/3648960
h hw.h
#include "wintype.h"
#define MAXPOINT 6192
////#define UINT unsigned int
////#define WORD unsigned short
////#define BYTE unsigned char
////#define DWORD unsigned int
#define ALC_NUMERIC
www.eeworm.com/read/304657/3789583
java oid.java
/* OID.java -- numeric representation of an object identifier
Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; yo
www.eeworm.com/read/304657/3791779
java adjustable.java
/* Adjustable.java -- Objects with a numeric adjustment scale
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; yo
www.eeworm.com/read/287078/4030803
cpp accumulate.cpp
#include
#include
#include
#include
using namespace std;
double arithmeticMean(const vector& nums)
{
double sum = accumulate(nums.begin(), nums.end(), 0);
www.eeworm.com/read/273525/4205428
ado orthpoly.ado
*! version 1.0.6 23sep2004
* Computes orthogonal polynomials using the Christoffel-Darboux
* recurrence formula
program define orthpoly, rclass
version 6, missing
syntax varname(numeric) [iw p
www.eeworm.com/read/273525/4206929
ado lowess.ado
*! version 1.2.3 03mar2005
program lowess, sortpreserve
version 8.0, missing
if _caller() < 8 {
lowess_7 `0'
exit
}
syntax varlist(min=2 max=2 numeric ts) ///
[if] [in] [, ///
www.eeworm.com/read/273525/4207159
hlp missing.hlp
{smcl}
{* 05apr2005}{...}
{cmd:help missing}
{hline}
{title:Title}
{pstd}
{hi:[U] 12.2.1 Missing values}
{title:Description}
{pstd}
Stata has 27 numeric missing values:
{pmore}
www.eeworm.com/read/273525/4207736
ado alpha.ado
*! version 4.7.3 01oct2004
program define alpha, rclass byable(recall)
version 8, missing
* undocumented: coo == casewise
syntax varlist(min=2 numeric) [if] [in] [, Asis Casewise Coo Detail
www.eeworm.com/read/273525/4208829
mata _perhapsequilr.mata
*! version 1.0.0 10nov2004
version 9.0
mata:
real scalar _perhapsequilr(numeric matrix A, r)
{
real scalar amax, small, rc
if (rows(A)) {
r = rowscalefactors(A)
amax = max(r)
s