代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/338629/3314833
vhd oc_i2c_master.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 oc_i2c_master IS
PORT (
scl_pad_io : INOUT
www.eeworm.com/read/273525/4207840
hlp axis_options.hlp
{smcl}
{* 07mar2005}{...}
{cmd:help axis_options}
{hline}
{title:Title}
{p2colset 5 25 27 2}{...}
{p2col :{hi:[G] {it:axis_options}} {hline 2}}Options for specifying numeric axes{p_end}
{p2
www.eeworm.com/read/447738/1696254
d fpr-names-n32.d
#objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,fpr-names=n32
#name: MIPS FPR disassembly (n32)
#source: fpr-names.s
# Check objdump's handling of -M fpr-names=foo options.
.*:
www.eeworm.com/read/447738/1696450
d elf-rel23.d
#as: -march=mips3 -mabi=64
#objdump: -dr -Mgpr-names=numeric
#name: MIPS ELF reloc 23
.*: * file format elf64.*mips.*
Disassembly of section \.text:
0+00 :
.*: 0380282d move \$5,\$28
.*: 3c1c0
www.eeworm.com/read/437663/1829775
sql tb_gl_job_mstr ver2.sql
if object_id('dbo.GL_JOB_Mstr') is not null
drop table dbo.GL_JOB_Mstr
go
Create table GL_JOB_Mstr
(
JOB_ID varchar(15) not null constraint job_mstr_pk primary key,
Version numeric(4,2) n
www.eeworm.com/read/437663/1829899
sql tb_gl_job_mstr ver2.sql
if object_id('dbo.GL_JOB_Mstr') is not null
drop table dbo.GL_JOB_Mstr
go
Create table GL_JOB_Mstr
(
JOB_ID varchar(15) not null constraint job_mstr_pk primary key,
Version numeric(4,2) n
www.eeworm.com/read/422750/2033074
vhd oc_i2c_master.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 oc_i2c_master IS
PORT (
scl_pad_io : INOUT
www.eeworm.com/read/383580/2615899
vhd oc_i2c_master.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 oc_i2c_master IS
PORT (
scl_pad_io : INOUT
www.eeworm.com/read/367917/2829608
properties jtidy.properties
indent=yes
indent-spaces=8
wrap=72
markup=no
output-xml=no
input-xml=no
show-warnings=yes
numeric-entities=yes
quote-marks=yes
quote-nbsp=yes
quote-ampersand=no
break-before-br=yes
uppercase-tags=no
u
www.eeworm.com/read/366702/2876678
f90 iso_fortran_env_3.f90
! { dg-do run }
subroutine foo1 (x,y)
use iso_fortran_env
integer, intent(out) :: x, y
x = numeric_storage_size
y = character_storage_size
end
subroutine foo2 (x,y)
use iso_fortran_env, fo