代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/120385/14804336
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/119877/14818692
sql yh20040515184313.sql
--表'yh'的结构
if exists (select * from sysobjects where id = OBJECT_ID('yh') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE yh
CREATE TABLE yh(UserID numeric not null,Name nvarchar (50) not
www.eeworm.com/read/119877/14818693
sql yh20040816163952.sql
--表'yh'的结构
if exists (select * from sysobjects where id = OBJECT_ID('yh') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE yh
CREATE TABLE yh(UserID numeric not null,Name nvarchar (50) not
www.eeworm.com/read/215973/15031593
vhd gold_code_tb.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY testbench IS
generic (width : integer := 1);
END testbench;
ARCHITECTURE behavior OF testbench IS
COMPONENT gold_code
www.eeworm.com/read/16793/691138
tests dstack.tests
export LC_ALL=C
export LANG=C
dirs -c
# error -- nonexistant directory
pushd /tmp/xxx-notthere
# errors -- empty stack
pushd
popd
# errors -- bad numeric arguments -- should not cause the script to
www.eeworm.com/read/240204/4576545
c numericsort.c
/*
* "$Id: numericsort.c,v 1.1.1.1 2003/06/03 22:25:47 agno Exp $"
*
* Numeric sorting routine for the Fast Light Tool Kit (FLTK).
*
* Copyright 1998-2003 by Bill Spitzak and others.
*
*