代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/426147/10283225

cpp main.cpp

#include #include #include using namespace std; void print(int x){ cout
www.eeworm.com/read/161772/10376755

c chars.c

/* Demonstrates the numeric nature of char variables */ #include /* Declare and initialize two char variables */ char c1 = 'a'; char c2 = 90; int main( void ) { /* Print v
www.eeworm.com/read/278099/10571409

c ltoa.c

/* +++Date last modified: 05-Jul-1997 */ /* ** LTOA.C -- routine and example program to convert a long int to ** the specified numeric base, from 2 to 36. ** ** Written by Thad Smith III, Bo
www.eeworm.com/read/159920/10588897

c ltostr.c

/* ** LTOSTR.C -- routine and example program to convert a long int to ** the specified numeric base, from 2 to 36. ** ** Written by Thad Smith III, Boulder, CO. USA 9/06/91 ** and contribu
www.eeworm.com/read/350014/10776343

vhd tb_balancedtest.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.all; use ieee.numeric_std.all; entity tb_balancedtest is end entity; architecture behavioural of tb_balancedtest is COMPONENT FinalBalancedFIR IS
www.eeworm.com/read/275831/10794438

rb 15 - enforcing software contracts.rb

module Contracts def valid_contract(input) if @user_defined and @user_defined[input] @user_defined[input] else case input when :number lambda { |x| x.is_a? Numeric
www.eeworm.com/read/419304/10876177

m invmoments.m

%compute invariant moments of image function phi =invmoments(F) if (ndims(F) ~= 2) | issparse(F) | ~isreal(F) | ~(isnumeric(F) | islogical(F)); error(['F must be a 2D,real,nonsparse,numeric or
www.eeworm.com/read/274168/10886527

vhd common.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; package common is constant YES : std_logic := '1'; constant NO : std_logic := '0'
www.eeworm.com/read/468784/6988444

vhd vol_table.vhd

-- generated with tablegen by MikeJ library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity vol_table is port ( CLK : in std_logic; ADDR : in
www.eeworm.com/read/468784/6988446

vhd vol_table_array.vhd

-- generated with tablegen by MikeJ library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity vol_table is port ( CLK : in std_logic; ADDR : in