代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/456062/1608286
sql createtable.sql
create table test.customers
(
cusId varchar2(20),
cusName varchar2(20),
cusSex varchar2(2),
cusAge numeric(3),
cusIdCard varchar2(20)
)
select * from customers
www.eeworm.com/read/456062/1608295
sql createtable.sql
create table test.customers
(
cusId varchar2(20),
cusName varchar2(20),
cusSex varchar2(2),
cusAge numeric(3),
cusIdCard varchar2(20)
)
select * from customers
www.eeworm.com/read/231089/4717933
vhd chipio.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
--
-- xsocVGABitmap Example Project
-- Doug Hodson, Jun 2003
-- www.RetroMicro.com
--
-- Run design at 25 MHz
--
entity
www.eeworm.com/read/218315/4861004
h fl_value_output.h
#ifndef Fl_Value_Output_H
#define Fl_Value_Output_H
// The fltk1.1 allowed the user to change the value by dragging the mouse.
// The fltk2.0 version is strictly for displaying a numeric value.
// If
www.eeworm.com/read/213039/4933323
exp ada-pred.exp
in word set boolean
in word set character
in word set constraint_error
in word set false
in word set float
in word set integer
in word set natural
in word set numeric_error
in word set positiv
www.eeworm.com/read/199123/5080135
java commfunc.java
package com.sztheater.framework.util;
import java.sql.*;
import java.util.*;
/**
* 公共函数
*/
public class CommFunc {
public static String TYPE_NUMBER = ",number,numeric,real,smallmoney,num,flo
www.eeworm.com/read/199123/5080137
java sqlfunc.java
package com.sztheater.framework.util;
import java.sql.*;
import java.util.*;
/**
* 公共函数
*/
public class SqlFunc {
public static String TYPE_NUMBER = ",number,numeric,real,smallmoney,num,floa