代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/375190/2735919
rst long_.rst
.. Data Types/Numeric//long_ |30
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy
www.eeworm.com/read/375190/2735977
rst int_.rst
.. Data Types/Numeric//int_ |20
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy
www.eeworm.com/read/375190/2739970
v2 jamfile.v2
# Boost.Numeric/Conversion
#
# Copyright (c) 2004-2007 Fernando Luis Cacciola Carballal
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/369609/2796641
props visualize.props
# Properties for visualization
#
# Version: $Revision: 1.9 $
# Maximum precision for numeric values
weka.gui.visualize.precision=10
# Colour for the axis in the 2D plot (can use R,G,B format)
weka.g
www.eeworm.com/read/351636/3101973
cxx vcl_limits.cxx
// This is vcl/emulation/vcl_limits.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//
// numeric_limits for STL versions that don't have them.
// Author: Andrew W. Fitzgibbo
www.eeworm.com/read/259602/4341748
sql update-a2billing-v1.2.0-to-v1.2.3-pgsql.sql
-- inital balance : it would be used by the cron in order to refill automatically each month
ALTER TABLE cc_card ADD COLUMN initialbalance numeric(15,5);
ALTER TABLE cc_card ALTER COLUMN initialbal
www.eeworm.com/read/154890/5631507
c numericsort.c
/*
* "$Id: numericsort.c,v 1.1.1.1 2003/08/07 21:18:41 jasonk Exp $"
*
* Numeric sorting routine for the Fast Light Tool Kit (FLTK).
*
* Copyright 1998-1999 by Bill Spitzak and others.
*
* This
www.eeworm.com/read/475959/6771443
cpp 10_41.cpp
#include
#include
#include
#include
using namespace std;
void main()
{ int iarray[]={1,2,3,4,5};
vector ivector(iarray,iarray+sizeof(iarray)/siz
www.eeworm.com/read/233441/6788069
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/294461/8224251
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the