代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/334276/3369363
c alg0.c
#include
#include
#include
#include
/*
* output:
* accumulate()
* operating on values {1,2,3,4}
* result with default addition: 10
* result
www.eeworm.com/read/322723/3521087
java paginationconstants.java
package com.component.pagination;
/**
* Pagination contants.
*
* @author chetan_bh
*/
public final class PaginationConstants {
@Deprecated
public static int NUMERIC_PAGINATION = 1;
www.eeworm.com/read/313224/3645016
pl nu.pl
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!
#
# Linebreak category 'Numeric'
#
return
www.eeworm.com/read/296553/3901066
rtn wtxtclenum.rtn
wtxEnumToString {convert a numeric WTX constant to symbolic form} wtxEnumToString {wtxEnumToString} {Tornado API Reference} {WTX Tcl Libra
www.eeworm.com/read/287078/4030795
cpp arithmetic.cpp
#include
#include
#include
#include
#include
using namespace std;
double geometricMean(const vector& nums)
{
double mult = accumulate(nums.be
www.eeworm.com/read/273525/4205489
ado iis.ado
*! version 1.1.4 10jan1999
program define iis /* varname */
version 6
syntax [varname(default=none numeric)] [, CLEAR]
if "`varlist'" == "" {
if "`clear'" != "" {
char _dta[iis]
ex
www.eeworm.com/read/273525/4206253
ado svydes_8.ado
*! version 2.0.2 29sep2004
program define svydes_8, rclass sortpreserve
version 8, missing
syntax [varlist(numeric default=none)] /*
*/ [pweight iweight] /*
*/ [if] [in] [, BYPsu /*
*/
www.eeworm.com/read/273525/4206903
ado lowess_7.ado
*! version 1.0.0 05sep2002
program lowess_7, sortpreserve
version 8.0
syntax varlist(min=2 max=2 numeric) ///
[if] [in] [, ///
noGraph ///
GENerate(string) ///
BY(varlist) //
www.eeworm.com/read/273525/4209065
mata _symeigenvalues.mata
*! version 1.0.0 18dec2004
version 9.0
mata:
real rowvector _symeigenvalues(numeric matrix A)
{
real rowvector lambda
_symeigen_work(A, lambda)
return(lambda)
}
end