代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/356739/3037399
js indexes.js
/* $Id: indexes.js,v 2.1 2005/07/10 20:35:58 nijel Exp $ */
/**
* Ensures a value submitted in a form is numeric and is in a range
*
* @param object the form
* @param string the name of
www.eeworm.com/read/353440/3085894
java paramtest.java
/**
@version 1.00 2000-01-27
@author Cay Horstmann
*/
public class ParamTest
{
public static void main(String[] args)
{
/*
Test 1: Methods can't modify numeric pa
www.eeworm.com/read/352665/3093789
rd kurtosis.rd
\name{kurtosis}
\alias{kurtosis}
\title{Kurtosis}
\description{
Computes the kurtosis.
}
\usage{
kurtosis(x, na.rm=FALSE)
}
\arguments{
\item{x}{a numeric vector containing the values whose kurtos
www.eeworm.com/read/352665/3093818
rd skewness.rd
\name{skewness}
\alias{skewness}
\title{Skewness}
\description{
Computes the skewness.
}
\usage{
skewness(x, na.rm=FALSE)
}
\arguments{
\item{x}{a numeric vector containing the values whose skewne
www.eeworm.com/read/259602/4342256
js card.js
// Function to validate is a string is numeric
function IsNumeric(sText)
{
var ValidChars = "0123456789.";
var IsNumber=true;
var Char;
for (i = 0; i < sText.length && IsNumber == true; i++)
www.eeworm.com/read/252579/4402698
java paramtest.java
/**
@version 1.00 2000-01-27
@author Cay Horstmann
*/
public class ParamTest
{
public static void main(String[] args)
{
/*
Test 1: Methods can't modify numeric pa
www.eeworm.com/read/474765/6806197
hpp tseries.head.hpp
#ifndef TSERIES_HPP
#define TSERIES_HPP
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/293183/8310943
m expandd.m
%EXPANDD Expand integer vector to matrix occurance table
%
% A = expandd(x,m)
%
% The vector x containing just integers > 0 (e.g. numeric labels
% obtained from renumlab) is expanded to a matrix A
www.eeworm.com/read/174006/9612634
txt 3.2.txt
Listing 3.2 Specifying a Different Numeric Format by Adding Format Specifiers on a
Parameter Placeholder
using System;
namespace _2_Formatting
{
class Class1
{
[STAThread]
static void Main(str
www.eeworm.com/read/170860/9783712
js indexes.js
/* $Id: indexes.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
/**
* Ensures a value submitted in a form is numeric and is in a range
*
* @param object the form
* @param string the name of