代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/275831/10794200

rb 10 - documenting your application.rb

def sum(*terms) terms.inject(0) { |sum, term| sum + term} end #--- # Just a simple file that defines a sum method. # Takes any number of numeric terms and returns the sum. # sum(1, 2, 3)
www.eeworm.com/read/417978/10969626

php limit.php

www.eeworm.com/read/454938/7381248

c alg1.c

#include #include #include #include #include int main() { int ia[] = { 1, 1, 2, 3, 5, 8 }; list ilist(ia, ia+6); li
www.eeworm.com/read/450789/7476793

c getop.c

#include #include #include "getop.h" #include "getch.h" /* getop: get next operator or numeric operand */ /* note simplification allowed for ints--no decimal point handling */ int
www.eeworm.com/read/446971/7562002

c alg1.c

#include #include #include #include #include int main() { int ia[] = { 1, 1, 2, 3, 5, 8 }; list ilist(ia, ia+6); li
www.eeworm.com/read/441292/7672095

vhd procmem_definitions.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; PACKAGE ProcMem_definitions IS -- globals CONSTANT width : NATURAL := 32; -- definitions for regfile CONSTANT regfile_depth : posi
www.eeworm.com/read/438994/7718222

vhd bcdconvtb.vhd

-- -- Copyright (C) Doulos Ltd 2001 -- library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use STD.textio.all; entity BCDConvTB is end; architecture Bench of BCDConvTB is
www.eeworm.com/read/399906/7823881

htm otl4_ex580.htm

OTL 4.0, Example 580 (Strict numeric type checking on SELECTs)
www.eeworm.com/read/399906/7824090

htm otl4_ex537.htm

OTL 4.0, Example 537 (Strict numeric type checking on SELECTs)
www.eeworm.com/read/399906/7824508

htm otl4_ex657.htm

OTL 4.0, Example 657 (Strict numeric type checking on SELECTs)