代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/428887/8831484

de

# 06sep07abu # (c) Software Lab. Alexander Burger "Language" "Sprache" # lib/db.l "Boolean input expected" "Boolean-Type erwartet" "Numeric input expected" "Zahleneingabe erforderlich" "Symbolic typ
www.eeworm.com/read/428603/8856532

vhd topdesign.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; ------------------------------------------------------ entity Design
www.eeworm.com/read/427067/8978995

vhd bcdconvtb.vhd

-- -- Copyright (C) Doulos Ltd 2001 -- library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use STD.textio.all; entity BCDConvTB is end; architecture Bench of BCDConvTB is
www.eeworm.com/read/382989/8982774

m vector2str.m

function string=vector2str(num,sep) % Convert a numeric vector into a "sep" separated string. % % Written by: E. Rietsch: October 20, 2006 % Last updated: % % string=vector2str(num,sep)
www.eeworm.com/read/182370/9205924

cpp sampling.cpp

#include #include #include "cholesky.hpp" #include "lufactor.hpp" #include "matrix_types.hpp" #include "sampling.hpp" using namespace std; using names
www.eeworm.com/read/371703/9541013

m vector2str.m

function string=vector2str(num,sep) % Convert a numeric vector into a "sep" separated string. % % Written by: E. Rietsch: October 20, 2006 % Last updated: % % string=vector2str(num,sep)
www.eeworm.com/read/164439/10108000

m huffman.m

function CODE = huffman(p) error(nargchk(1, 1,nargin)); if (ndims(p) ~=2) | (min(size(p)) > 1) | ~isreal(p) | ~isnumeric(p) error('P must be a real numeric vector.'); end global CODE CODE
www.eeworm.com/read/162078/10340241

cpp in_prod.cpp

// If you use Visual C++, set the compile options to /GX #ifdef __BCPLUSPLUS__ #include #include #include #include #else #include #
www.eeworm.com/read/354492/10349595

c alg1.c

#include #include #include #include #include int main() { int ia[] = { 1, 1, 2, 3, 5, 8 }; list ilist(ia, ia+6); li
www.eeworm.com/read/278099/10570838

c str27seg.c

/* +++Date last modified: 05-Jul-1997 */ /* ** STR27SEG.C - Convert numeric strings to 7-segment strings. ** ** Public domain by Bob Stout ** ** Input: A string (NUL-delimited char array)