代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/377479/2699966
m mkconstarray.m
function out = mkconstarray(class, value, size)
%MKCONSTARRAY creates a constant array of a specified numeric class.
% A = MKCONSTARRAY(CLASS, VALUE, SIZE) creates a constant array
% of value
www.eeworm.com/read/376832/2706742
sql pointbase.createproducts.sql
drop table PRODUCTS;
create table PRODUCTS (
productId varchar(64),
name varchar(64),
basePrice numeric(18),
description varchar(64),
CONSTRAINT PK_PRODUCTS
www.eeworm.com/read/376006/2717355
c numutils.c
/*-------------------------------------------------------------------------
*
* numutils.c
* utility functions for I/O of built-in numeric types.
*
* integer: pg_atoi, pg_itoa, pg_ltoa
*
www.eeworm.com/read/356021/3043851
sql pointbase.createproducts.sql
drop table PRODUCTS;
create table PRODUCTS (
productId varchar(64),
name varchar(64),
basePrice numeric(18),
description varchar(64),
CONSTRAINT PK_PRODUCTS
www.eeworm.com/read/355845/3047483
m mkconstarray.m
function out = mkconstarray(class, value, size)
%MKCONSTARRAY creates a constant array of a specified numeric class.
% A = MKCONSTARRAY(CLASS, VALUE, SIZE) creates a constant array
% of value
www.eeworm.com/read/352665/3093813
rd interpolate.rd
\name{interpolate}
\title{Interpolate Values of Array}
\usage{
interpolate(x, a, adims=lapply(dimnames(a), as.numeric),
method="linear")
}
\alias{interpolate}
\arguments{
\item{x}{Matrix
www.eeworm.com/read/351636/3103204
h lio.h
/* copy of ftypes from the compiler */
/* variable types
* numeric assumptions:
* int < reals < complexes
* TYDREAL-TYREAL = TYDCOMPLEX-TYCOMPLEX
*/
/* 0-10 retain their old
www.eeworm.com/read/471796/6881983
vhd list_ch04_17_18_watch.vhd
--===================================
-- Listing 4.17
--===================================
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity stop_watch is
port(
www.eeworm.com/read/471796/6882059
vhd list_ch_app_a09.vhd
--*********************************************
-- Listing A.9
--*********************************************
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity reg_fil