代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/151704/12180576
m cast.m
function resp = cast(nn,datatype,siz)
%CAST Returns an object configured for a predefined target data type
% O = CAST(MM,TYPE) - Defines the numeric representation to be
% applied to the memor
www.eeworm.com/read/151704/12180666
m write_numerichex.m
function dummy = write_numerichex(nn,index,data)
%WRITE_NUMERIC Writes an array of numeric values into DSP memory.
% WRITE_NUMERIC(MM,DATA)
% WRITE_NUMERIC(MM,DATA,INDEX)
% WRITE_NUMERIC(MM,DAT
www.eeworm.com/read/151704/12180675
m convert.m
function mm = convert(mm,datatype,siz)
%CONVERT Configures properties for predefined target data types
% CONVERT(MM,TYPE) - Defines the numeric representation to be
% applied to the memory arr
www.eeworm.com/read/151704/12180742
m checkerforsuperval.m
function sv = checkerforsuperval(mm,usersSV)
%CHECKERFORSUPERVAL - private function to verify operations on property STORAGEUNITSPERVALUE
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $
www.eeworm.com/read/253705/12204377
sql processmattbill.sql
CREATE PROCEDURE ProcessMattBill(
@sMachineId varchar(5),
@sId varchar(50),
@OutId varchar(50),
@sUseage varchar(50),
@sLinkId varchar(50),
@sLinkUseage
www.eeworm.com/read/253499/12218937
py parsephone.py
"""Parse U.S. phone numbers
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Ma
www.eeworm.com/read/252940/12253589
sql odbc-drop.sql
DROP FUNCTION "char"(integer);
DROP FUNCTION concat(text, text);
DROP FUNCTION insert(text, integer, integer, text);
DROP FUNCTION lcase(text);
DROP FUNCTION left(text, integer);
DROP FUNCTION locate(
www.eeworm.com/read/252132/12300680
vhd reg4.vhd
---------- megafunction wizard: %LPM_FF%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_ff
-- ============================================================
-- File Name: Reg4.vhd
-- M
www.eeworm.com/read/252132/12300700
vhd reg4.vhd
---------- megafunction wizard: %LPM_FF%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_ff
-- ============================================================
-- File Name: Reg4.vhd
-- M
www.eeworm.com/read/251529/12339347
hpp matsupsub.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Id: matSupSub.hpp 562 2006-04-05 20:46:23 +02