代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/194538/5130043

cpp keypad.cpp

// KeyPad.cpp : Defines the entry point for the keypad application. // #include "stdafx.h" #include "stdio.h" // Place a 10 key numeric pad on the cPad. // Set up some per instance globals.
www.eeworm.com/read/172725/5382640

props db.props

# Taken from java.sql.Types in the IBM 1.3 JDK # JDBC to DB2 mappings. BIT = TINYINT = SMALLINT = SMALLINT INTEGER = INTEGER BIGINT = BIGINT FLOAT = FLOAT REAL = REAL DOUBLE = DOUBLE NUMERIC = NUMERI
www.eeworm.com/read/334276/3369356

c alg1.c

#include #include #include #include #include int main() { int ia[] = { 1, 1, 2, 3, 5, 8 }; list ilist(ia, ia+6); li
www.eeworm.com/read/330303/3425742

cpp gaussianpdf.cpp

//#if defined(__GNUC__) && defined(GCC_PCH) // #include "aux.hpp" //#else #include "GaussianPdf.hpp" #include "Random.hpp" //#endif #include "boost/numeric/bindings/traits/ublas_matrix.hpp" #inc
www.eeworm.com/read/318039/3571991

php3 find.php3

www.eeworm.com/read/314941/3627481

php captcha.php

www.eeworm.com/read/305303/3774462

java numbercompare.java

package gnu.kawa.functions; import gnu.math.*; import gnu.mapping.*; import gnu.bytecode.*; import gnu.expr.*; import java.math.*; /** This implements the numeric comparison relations:
www.eeworm.com/read/273525/4205119

ado cusum.ado

*! version 2.3.2 20oct2004 program define cusum, rclass sort version 6, missing if _caller() < 8 { cusum_7 `0' return add exit } syntax varlist(min=2 max=2 numeric) /// [if] [i
www.eeworm.com/read/273525/4206593

mata solve_tol.mata

*! version 1.1.0 25jan2005 version 9.0 mata: real scalar solve_tol(numeric matrix A, real scalar usertol) { real scalar tol, k real colvector absdiag if ((tol=solve_tolscale(usertol))