代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/339800/3294856
h std_limits.h
// The template and inlines for the -*- C++ -*- numeric_limits classes.
// Copyright (C) 1999 Cygnus Solutions
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; y
www.eeworm.com/read/334646/3364584
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/314941/3627440
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/313224/3644612
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!
#
# NumericType category 'Numeric'
#
return
www.eeworm.com/read/303435/3811058
lib getpars.par.lib
GETPARS - Functions to GET PARameterS from the command line. Numeric
parameters may be single values or arrays of int, uint,
short, ushort, long, ulong, float, or double. Single character
strings
www.eeworm.com/read/292705/3949243
txt alias.txt
IP-Aliasing:
============
IP-aliases are additional IP-adresses/masks hooked up to a base
interface by adding a colon and a string when running ifconfig.
This string is usually numeric, but this i
www.eeworm.com/read/286193/4041897
cpp gradeconverter.cpp
// Exercise 4.16: GradeConverter.cpp
// Input a numeric grade from the user and
// display the corresponding letter grade.
#include // required to perform C++ stream I/O
using namespa
www.eeworm.com/read/275576/4174211
groovy literaltypestest.groovy
import java.math.BigDecimal;
import java.math.BigInteger;
/**
* Test numeric literal types (with and without suffixes)
* @see org.codehaus.groovy.syntax.parser/ASTBuilder#createIntegralNumber(
www.eeworm.com/read/273665/4200708
creategroup
#!/bin/sh
# Example script for 'add group command'. Handle weird NT group
# names. First attempt to create the group directly, if that fails
# then create a random group and print the numeric group i