代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/118495/14868492

c mode.c

/* * mode.c - a simple function that returns "kbits" or "kbytes" based on a * numeric argument. */ #include #include "options.h" void dispmode(int mode, char *result) { if
www.eeworm.com/read/210671/15193726

cpp fig20_30.cpp

// Fig. 20.30: fig20_30.cpp // Examples of mathematical algorithms in the Standard Library. #include using std::cout; using std::endl; #include #include
www.eeworm.com/read/209631/15216249

m evalsig.m

% Evaluate expression, invoking signal names from structure x. % Usage: y = evalsig(x, expr) % Note that numeric node names should be prepended by '@' to % distinguish them from constants. If the glo
www.eeworm.com/read/10438/186829

c initnum.c

/*** *initnum.c - contains __init_numeric * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Contains the locale-category initialization function: __init_num
www.eeworm.com/read/16273/667394

c initnum.c

/*** *initnum.c - contains __init_numeric * * Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved. * *Purpose: * Contains the locale-category initialization function:
www.eeworm.com/read/16793/691140

tests printf.tests

LC_ALL=C LC_NUMERIC=C # these should output error messages -- the format is required printf printf -- # these should output nothing printf "" printf -- "" # in the future this may mean to put the o
www.eeworm.com/read/17492/732716

vhd fpga64_hexy_vmode.vhd

library IEEE; use ieee.std_logic_1164.ALL; use ieee.std_logic_unsigned.ALL; use ieee.numeric_std.ALL; -- ----------------------------------------------------------------------- entity fpga6
www.eeworm.com/read/17492/732729

vhd fpga64_hexy.vhd

library IEEE; use ieee.std_logic_1164.ALL; use ieee.std_logic_unsigned.ALL; use ieee.numeric_std.ALL; -- ----------------------------------------------------------------------- entity fpga6
www.eeworm.com/read/494230/1161282

java paramtest.java

/** @version 1.00 2000-01-27 @author Cay Horstmann */ public class ParamTest { public static void main(String[] args) { /* Test 1: Methods can't modify numeric pa