代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/461848/1549540
m ssort.m
function out = ssort(a)
%SSORT Selection sort data in ascending order
% Function SSORT sorts a numeric data set into
% ascending order. Note that the selection sort
% is relatively inefficient.
www.eeworm.com/read/233448/4671328
c apple-altivec-4.c
/* APPLE LOCAL file AltiVec */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-faltivec" } */
/* Existing AltiVec PIM implementations allow numeric literals with
any number of bit
www.eeworm.com/read/233448/4678544
c apple-altivec-14.c
/* APPLE LOCAL file AltiVec */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-faltivec" } */
/* Existing AltiVec PIM implementations allow numeric literals with
any number of bit
www.eeworm.com/read/230743/4719536
svn-base x264_gtk_rc.c.svn-base
#include
#include "x264_gtk_private.h"
/* Callbacks */
static void _insert_numeric (GtkEditable *editable,
const gchar *text,
g
www.eeworm.com/read/218401/4860598
sql 1.前期管理.sql
CREATE TABLE "dba"."scxx"
("id" char(22) NOT NULL ,
"dlrq" date ,
"sbmc" varchar(40) ,
"ggxh" varchar(20) ,
"jg" numeric(12,2) ,
"zzc" varchar(40)
www.eeworm.com/read/218401/4860602
sql 3.设备附件.sql
CREATE TABLE "dba"."sbfsdj"
("id" char(22) NOT NULL ,
"djbh" varchar(20) ,
"djmc" varchar(30) ,
"djxh" varchar(20) ,
"djrl" numeric(6,2) ,
"lb" var
www.eeworm.com/read/190666/5181265
java numberformatexception.java
/* NumberFormatException.java -- exception may be thrown when attempting to
convert a String to one of the numeric types, but the operation fails.
Copyright (C) 1998, 1999, 2001 Free Software Fo
www.eeworm.com/read/183001/5260274
out numerology.out
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversio
www.eeworm.com/read/183001/5260441
sql numerology.sql
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversi