代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/309649/13667244

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/151249/5684552

h opensslv.h

#ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* Numeric release version identifier: * MNNFFPPS: major minor fix patch status * The status nibble has one of the values 0 for development, 1 to
www.eeworm.com/read/144084/5753291

sql f_voiptariff.sql

DELETE FROM voiptariff; INSERT INTO voiptariff (dstid, price) SELECT id, 15.0 FROM voiptariffdst WHERE active; CREATE TEMPORARY TABLE voiptariff_temp ( dstname TEXT NOT NULL, dstprice NUMERIC(9,4
www.eeworm.com/read/140727/5782437

gnumakefile

# file: $isip/class/numeric/NonlinearOptimization/GNUmakefile # version: $Id: GNUmakefile,v 1.1 2001/01/19 23:36:02 hamaker Exp $ # # source files # ISIP_FILES = *.cc # define the header files that
www.eeworm.com/read/140727/5782439

h nonlinearoptimization.h

// file: $isip/class/numeric/NonlinearOptimization/NonlinearOptimization.h // version: $Id: NonlinearOptimization.h,v 1.6 2002/07/11 03:35:34 picone Exp $ // // make sure definitions are only made on
www.eeworm.com/read/405569/11460349

vhd clkspeedup.vhd

-- Module clkSPEEDup -- Generated by Xilinx Architecture Wizard -- VHDL -- Written for synthesis tool: XST library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; -- synopsys tra
www.eeworm.com/read/346994/11706828

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/258434/11864113

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/256481/11996947

cpp chapter11-31.cpp

//文件名:CHAPTER11-31.cpp #include #include #include #include #include using namespace std; typedef vector < int > IntArray; typedef ostream_
www.eeworm.com/read/341877/12056795

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