代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6025835
c xdr_float.c
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole o
www.eeworm.com/read/125608/6027509
java float_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* float value as an attribute. It maintains that value in the public
* field int_val.
*
* @se
www.eeworm.com/read/125608/6027553
java float_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* float value as an attribute. It maintains that value in the public
* field int_val.
*
* @se
www.eeworm.com/read/120487/6073462
out float4.out
--
-- FLOAT4
--
CREATE TABLE FLOAT4_TBL (f1 float4);
INSERT INTO FLOAT4_TBL(f1) VALUES ('0.0');
INSERT INTO FLOAT4_TBL(f1) VALUES ('1004.30');
INSERT INTO FLOAT4_TBL(f1) VALUES ('-34.84');
INSERT INT
www.eeworm.com/read/120487/6073546
out float8.out
--
-- FLOAT8
--
CREATE TABLE FLOAT8_TBL(f1 float8);
INSERT INTO FLOAT8_TBL(f1) VALUES ('0.0');
INSERT INTO FLOAT8_TBL(f1) VALUES ('1004.30');
INSERT INTO FLOAT8_TBL(f1) VALUES ('-34.84');
INSERT INTO
www.eeworm.com/read/120487/6073613
sql float4.sql
--
-- FLOAT4
--
CREATE TABLE FLOAT4_TBL (f1 float4);
INSERT INTO FLOAT4_TBL(f1) VALUES ('0.0');
INSERT INTO FLOAT4_TBL(f1) VALUES ('1004.30');
INSERT INTO FLOAT4_TBL(f1) VALUES ('-34.84');
INSER
www.eeworm.com/read/120487/6073622
sql float8.sql
--
-- FLOAT8
--
CREATE TABLE FLOAT8_TBL(f1 float8);
INSERT INTO FLOAT8_TBL(f1) VALUES ('0.0');
INSERT INTO FLOAT8_TBL(f1) VALUES ('1004.30');
INSERT INTO FLOAT8_TBL(f1) VALUES ('-34.84');
INSERT
www.eeworm.com/read/119864/6080719
c xdr_float.c
/* @(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media an
www.eeworm.com/read/118525/6098440
java float_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* float value as an attribute. It maintains that value in the public
* field int_val.
*
* @se
www.eeworm.com/read/118525/6098450
java float_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* float value as an attribute. It maintains that value in the public
* field int_val.
*
* @se