代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/235612/14061443

m logtype2las.m

function [mnem,name]=logtype2las(itype) % [mnem,name]=logtype2las(itype) % % Convert a numeric logtype, as generated by LAS2LOGTYPE, to a 4 letter % las mnemonic identifying a log. % The master lis
www.eeworm.com/read/204650/15335734

sql numericloop.sql

REM NumericLoop.sql REM Chapter 1, Oracle9i PL/SQL Programming by Scott Urman REM This block illustrates a numeric FOR loop. BEGIN FOR v_LoopCounter IN 1..50 LOOP INSERT INTO temp_table (
www.eeworm.com/read/204559/15336950

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/111979/15497331

htm sort_generic_callback1.shtml.htm

ListView - Sort list (numeric/text/float/date) usi
www.eeworm.com/read/106929/15617365

cpp arcmak.cpp

#include #include "nr.h" using namespace std; void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd, arithcode &acode) { const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/153768/12008103

w xview_types.w

@q This file tells CWEAVE to treat XView types as reserved words. @> @s Attr_attribute int @s Attr_avlist int @s Attr_base_cardinality int @s Attr_base_type int @s Attr_cu_type int @s Attr_generic in
www.eeworm.com/read/292180/8369523

vhd loop_filter.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; USE IEEE.numeric_std.ALL; ENTITY loop_filter IS -- Declarations port ( CLK : in std_logic; RESET : in std_logic; C : in signed(7 downt
www.eeworm.com/read/292180/8369531

vhd multiplier.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; USE IEEE.numeric_std.ALL; ENTITY multiplier IS -- Declarations port (CLK : in std_logic; RESET : in std_logic; input1 : in std_logi
www.eeworm.com/read/291235/8433316

cpp ei.cpp

#include #include #include "nr.h" using namespace std; DP NR::ei(const DP x) { const int MAXIT=100; const DP EULER=0.577215664901533; const DP EPS=numeric_limits::eps
www.eeworm.com/read/389810/8499023

cpp ex336_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4.0/ODBC #define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT #include // include the OTL 4.0