代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/343627/3218194

vhd rcd_cntr.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_STD.all; use IEEE.std_logic_unsigned.all; -- pragma translate_off library UNISIM; use UNISIM.VCOMPONENTS.ALL; -- pragma translate_on entit
www.eeworm.com/read/343627/3218373

vhd sdrm_t.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_STD.all; use IEEE.std_logic_unsigned.all; -- pragma translate_off library UNISIM; use UNISIM.VCOMPONENTS.ALL; -- pragma translate_on entit
www.eeworm.com/read/334603/3366668

vhd test_pld_tb.vhd

LIBRARY ieee; LIBRARY generics; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; USE generics.components.ALL; ENTITY Test_PLD_tb IS END Test_PLD_tb; ARCHITECTURE behavior OF Test_PLD_
www.eeworm.com/read/273525/4209335

mata _hqrd.mata

*! version 1.0.2 19jan2005 version 9.0 mata: void _hqrd(numeric matrix H, tau, R1) { real rowvector p p = J(1, cols(H), 1) _hqrdp(H,tau=., R1, p) /* check that no pivoting occ
www.eeworm.com/read/447738/1696499

d mips64r2.d

#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric #name: MIPS MIPS64r2 instructions # Check MIPS64r2 instruction assembly .*: +file format .*mips.* Disassembly of section .text:
www.eeworm.com/read/427781/1965725

sql 0.7.880.0.sqldataprovider.sql

/* Script created by SQL Compare version 5.3.0.44 from Red Gate Software Ltd at 11/09/2007 9:13:02 PM */ SET NUMERIC_ROUNDABORT OFF GO SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, AR
www.eeworm.com/read/424146/2018205

cpp 10_14.cpp

//10_14.cpp #include #include //包含数值算法头文件 using namespace std; class multclass //定义multclass类 { public: int operator()(int x, int y) const {return x*y;} //重载操作符oper
www.eeworm.com/read/424146/2018216

cpp 10_15.cpp

//10_15.cpp #include #include //包含数值算法头文件 #include //包含标准函数对象头文件 using namespace std; int main() { int A[] = {1, 2, 3, 4, 5}; const int N = sizeof
www.eeworm.com/read/422060/2044518

phpt bug27646.phpt

--TEST-- Bug #27646 (Cannot serialize/unserialize non-finite numeric values) --FILE--
www.eeworm.com/read/407519/2262305

h ublas.h

// Copyright (C) 2006 Garth N. Wells. // Licensed under the GNU LGPL Version 2.1. // // First added: 2006- // Last changed: 2006-10-10 #ifndef __UBLAS_H #define __UBLAS_H #include