代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/123021/6787305

shtml sort_generic_callback1.shtml

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

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/471774/6881717

txt shiftregister.txt

library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity test_shift is generic ( width : integer := 17 ); port ( clk : in std_ulogic; reset : in std_ulogic;
www.eeworm.com/read/471796/6881978

vhd list_ch04_06_reg_file.vhd

-- Listing 4.6 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity reg_file is generic( B: integer:=8; -- number of bits W: integer:=2 -- number of addre
www.eeworm.com/read/471796/6882045

vhd list_ch06_08_slow_freq.vhd

-- Listing 6.8 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity low_freq_counter is port( clk, reset: in std_logic; start: in std_logic;
www.eeworm.com/read/194440/8194692

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/294461/8224190

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/368625/9682884

cpp 10_14.cpp

#include #include using namespace std; class multclass { public: int operator()(int x,int y) const {return x*y;} }; void main() { int A[]={1,2,3,4,5}; const int N=
www.eeworm.com/read/270032/11051386

h global.h

#include #include // NUMERIC CONSTANTS AND RELATED THINGS const double Pi=3.1415926535; inline double RAD(double r) {return Pi*r/180.;} // DEG-TO-RAD CONVERSION const do
www.eeworm.com/read/335795/12498399

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