代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/100285/6271160

c numutils.c

/*------------------------------------------------------------------------- * * numutils.c * utility functions for I/O of built-in numeric types. * * integer: itoa, ltoa * floating point:
www.eeworm.com/read/229812/4744609

c isalnum.c

#include #include void main() { if( isalnum( getchar() ) ) { printf( "is alpha-numeric\n" ); } }
www.eeworm.com/read/168845/5434089

rst bool_.rst

.. Data Types/Numeric//bool_ |10 bool\_ ====== Synopsis -------- .. parsed-literal:: template< bool C > struct bool\_ { // |unspecified|
www.eeworm.com/read/168845/5434189

rst long_.rst

.. Data Types/Numeric//long_ |30 long\_ ====== Synopsis -------- .. parsed-literal:: template< long N > struct long\_ { // |unspecified|
www.eeworm.com/read/168845/5434247

rst int_.rst

.. Data Types/Numeric//int_ |20 int\_ ===== Synopsis -------- .. parsed-literal:: template< int N > struct int\_ { // |unspecified|
www.eeworm.com/read/273525/4205283

class code.class

/* code Class for managing "code"s -- variables with sequential discrete values that have a name/string associated with the numeric code. Usually an
www.eeworm.com/read/273525/4208886

mata _equilc.mata

*! version 1.0.0 10nov2004 version 9.0 mata: void _equilc(numeric matrix A, c) { A = A:*(c=colscalefactors(A)) } end
www.eeworm.com/read/273525/4209114

mata _equilr.mata

*! version 1.0.0 10nov2004 version 9.0 mata: void _equilr(numeric matrix A, r) { A = (r=rowscalefactors(A)):*A } end
www.eeworm.com/read/446555/1711775

svn-base stl-list.cc.svn-base

// Filename: STL-list.cc #include #include //list container #include //for accumulate using namespace std;
www.eeworm.com/read/132649/5914495

lib makefile.dbapi_driver.lib

# $Id: Makefile.dbapi_driver.lib,v 1000.0 2003/10/29 20:26:36 gouriano Exp $ SRC = handle_stack numeric_convert parameters \ exception interfaces public types \ memory_store pointer_pot d