代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/145469/12722465
sql ejb.sql
drop table accounts;
drop table customers;
drop table orders;
drop table products;
drop table orderLineItems;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18));
www.eeworm.com/read/141594/12996620
h attribute.h
/************************************************************************/
/* AUTHOR: Leiming Hong */
/* INST.: South China Univ. of Tech. */
/
www.eeworm.com/read/139382/13159299
cpp letter_grade.cpp
#include
#include
using std::string;
string letter_grade(double grade)
{
// range posts for numeric grades
static const double numbers[] = {
97, 94, 90, 87, 84, 80, 7
www.eeworm.com/read/241181/13164451
sql market_createnew.sql
use master
go
if exists(select name from master.dbo.sysdatabases where name=N'market')
drop database[market]
go
create database[market]
go
use market
create table supply_dict
(
www.eeworm.com/read/138839/13208498
vhd cnt65536.vhd
-- megafunction wizard: %LPM_COUNTER%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_counter
-- ============================================================
-- File Name: cnt65536.vh
www.eeworm.com/read/137160/13341903
m renumlab.m
%RENUMLAB Renumber labels
%
% [NLAB,LABLIST] = RENUMLAB(LABELS)
% [NLAB1,NLAB2,LABLIST] = RENUMLAB(LABELS1,LABELS2)
%
% INPUT
% LABELS,LABELS1,LABELS2 Array of labels
%
% OUTPUT
% NL
www.eeworm.com/read/137160/13342126
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i
www.eeworm.com/read/137160/13342208
m setnlab.m
%SETNLAB Set label indices (numeric labels) directly
%
% A = SETNLAB(A,NLAB,J)
%
% Resets the values of A.NLAB(J) to NLAB. Note that NLAB points
% to the labels defined in A.LABLIST. Values of NLAB
www.eeworm.com/read/321827/13396921
c ismbalnm.c
/***
*ismbalnm - Test if character is alpha numeric (MBCS)
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Test if character is alpha numeric
www.eeworm.com/read/321448/13404794
sql cw_sj.sql
connect to s_hdxt;
create table cw_sj
(
cwdwbm char(4) not null,
txbm char(4) not null,
ssnf numeric(4,0) not null,
mon numeric(2,0) not null,
ri numeric