代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/121905/14731027
c fmt2.c
/*
** fmt2.c -- text formatter part 2
*/
/*
** getval -- evaluate optional numeric argument
*/
getval(buf, argtyp) char buf[]; int *argtyp; {
int i;
i=0;
while((buf[i]!=' ')&(buf[i]!=
www.eeworm.com/read/221047/14760132
html module-array.html
5.6 array -- Efficient arrays of numeric values
www.eeworm.com/read/120261/14808553
changelog
Mon Feb 26 09:28:07 2001 David Warme
* Geosteiner version 3.1. Significant new features, including
efficient pruning of FSTs, enhanced numeric stability of the EFST
gene
www.eeworm.com/read/119877/14818680
sql jyxxb20040816163952.sql
--表'jyxxb'的结构
if exists (select * from sysobjects where id = OBJECT_ID('jyxxb') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE jyxxb
CREATE TABLE jyxxb(UserID numeric null,TSBH nvarchar (
www.eeworm.com/read/119877/14818684
sql jyxxb20040515184313.sql
--表'jyxxb'的结构
if exists (select * from sysobjects where id = OBJECT_ID('jyxxb') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE jyxxb
CREATE TABLE jyxxb(UserID numeric null,TSBH nvarchar (
www.eeworm.com/read/119473/14829539
asm ex8_3.asm
; Ex8_3.asm
;
; Comparison of numeric equates with textual equates
; and the differences they produce at assembly time.
;
cseg segment
equ1 equ $+2 ;Evaluates "$" at this stmt.
equ2 equ