代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/400139/11582299
vhd ram_8k_6.vhd
-- megafunction wizard: %LPM_RAM_IO%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_ram_io
-- ============================================================
-- File Name: ram_8k_6.vhd
www.eeworm.com/read/158628/11597171
java textfielddemo.java
package ch09.section01;
import javax.microedition.lcdui.*;
//文本域实例类
public class TextFieldDemo
extends BaseDemo {
//创建一个文本域实例
public TextFieldDemo() {
super("文本域控件实例");
app
www.eeworm.com/read/157384/11714776
h irc_protocol.h
/*
* Copyright (C) 2001 Marco Ziech (mmz@gmx.net)
* Copyright (C) 2005 Bryan Biedenkapp (gatekeep@gmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/260527/11721686
sql sysautonum.sql
CREATE TABLE dbo.SYSAUTONUM
(
AUTOID VARCHAR(20) NOT NULL,
FIXED VARCHAR(20) NULL,
CURRNUM NUMERIC(18,0) NULL
)
END
www.eeworm.com/read/344208/11901529
c slp_net.c
/***************************************************************************/
/* */
/* Project: OpenSLP - OpenSource implem
www.eeworm.com/read/151704/12180252
m checkerforsuperval.m
function sv = checkerforsuperval(mm,usersSV)
%CHECKERFORSUPERVAL - private function to verify operations on property STORAGEUNITSPERVAL
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $
www.eeworm.com/read/151704/12180458
m write_bitfield.m
function dummy = write_bitfield(nn,index,data)
% Private. Bitfield write.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2002/05/14 19:46:57 $
error(nargchk(2,3,nargin));
if
www.eeworm.com/read/151704/12180508
m write_bitfieldhex.m
function dummy = write_bitfieldhex(nn,index,data)
% Private. Bitfield hexadecimal write.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/05/14 19:46:57 $
error(nargchk(2,