代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/168845/5435975
cpp add.cpp
/* Boost test/add.cpp
* test with symbolic operations if the addition algorithm is correct
*
* Copyright 2002-2003 Guillaume Melquiond
*
* Distributed under the Boost Software License, Versi
www.eeworm.com/read/168845/5435977
cpp integer.cpp
/* Boost test/integer.cpp
* test int extension
*
* Copyright 2003 Guillaume Melquiond
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.tx
www.eeworm.com/read/168845/5435982
cpp fmod.cpp
/* Boost test/fmod.cpp
* test the fmod with specially crafted integer intervals
*
* Copyright 2002-2003 Guillaume Melquiond
*
* Distributed under the Boost Software License, Version 1.0.
*
www.eeworm.com/read/168845/5435996
cpp bench4.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/168845/5436079
cpp test73.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/162614/5529629
c wtr-suffix-1.c
/* Test for -Wtraditional warnings on integer constant suffixes.
Note, gcc should omit these warnings in system header files.
Origin: Kaveh R. Ghazi 8/24/2000. */
/* {
www.eeworm.com/read/162614/5537340
java pr15656.java
// This used to cause a gcj crash in error_if_numeric_overflow.
public class pr15656 {
public static void defineClass ()
{
Object ctor = new Object;
}
}
www.eeworm.com/read/162519/5546872
java pr15656.java
// This used to cause a gcj crash in error_if_numeric_overflow.
public class pr15656 {
public static void defineClass ()
{
Object ctor = new Object;
}
}
www.eeworm.com/read/160745/5565931
+
if exists (select name from sysobjects where name='明细库存表_PROC' and type='P')
drop PROC 明细库存表_PROC
go
create PROC 明细库存表_PROC
@ITEM_TO VARCHAR(30),
@ITEM_FR VARCHAR(30),
@年_TO INT,
@年_FR INT,
@月
www.eeworm.com/read/160745/5565962
tri_
---锦晖ERP推广中心
IF EXISTS (SELECT NAME FROM SYSOBJECTS WHERE NAME= 'tri_出库' AND TYPE='TR')
DROP TRIGGER tri_出库---如果存在这个触发器,删除它,然后再创建.
GO
CREATE TRIGGER [tri_出库]ON .[出库]-----创建触发器
FOR insert,update