代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/106929/15617364

cpp rofunc.cpp

#include #include #include "nr.h" using namespace std; extern DP aa,abdevt; extern const Vec_DP *xt_p,*yt_p; DP NR::rofunc(const DP b) { const DP EPS=numeric_limits::
www.eeworm.com/read/291235/8433647

cpp zbrent.cpp

#include #include #include "nr.h" using namespace std; DP NR::zbrent(DP func(const DP), const DP x1, const DP x2, const DP tol) { const int ITMAX=100; const DP EPS=numeric_
www.eeworm.com/read/431464/8675863

vhd motor4tiempos.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; use ieee.numeric_std.all; entity MOTOR4TIEMPOS is port (CLOCK: in std_logic; Z: buffer
www.eeworm.com/read/431464/8675979

bak motor4tiempos.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; use ieee.numeric_std.all; entity MOTOR4TIEMPOS is port (CLOCK: in std_logic; Z: buffer
www.eeworm.com/read/387009/8712355

h roots_poly.h

void laguer(VecComplex_I &a, Complex &x, Int &its) { const Int MR=8,MT=10,MAXIT=MT*MR; const Doub EPS=numeric_limits::epsilon(); static const Doub frac[MR+1]= {0.0,0.5,0.25,0.75,0.13,0.
www.eeworm.com/read/286613/8755795

cpp p4-190.cpp

#include #include #include using namespace std; //创建一个list容器的实例LISTINT,其存放int型数据 typedef list LISTINT; void main(void) { //用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/286613/8756365

cpp p4-190.cpp

#include #include #include using namespace std; //创建一个list容器的实例LISTINT,其存放int型数据 typedef list LISTINT; void main(void) { //用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/428603/8856550

vhd comtx.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 ComTx is port(clk : in std_logic; enaTx : in std_lo
www.eeworm.com/read/187056/8875722

-

Attribute VB_Name = "XtsyModule" '系统私有模块用来放置一些子系统独有的过程与函数 Public str_Code As String '存储列内容参数 Public sParam As String Public Const DATA_NUMERIC As Integer = 5 '数字行
www.eeworm.com/read/182678/9195776

cpp p4-190.cpp

#include #include #include using namespace std; //创建一个list容器的实例LISTINT,其存放int型数据 typedef list LISTINT; void main(void) { //用LISTINT创建一个名为listOne的list对象