代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/475809/1381485
cpp arcmak.cpp
#include
#include "nr.h"
using namespace std;
void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd,
arithcode &acode)
{
const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/470720/1444731
c bitfield6.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
#include
union U {
int i: 4096;
};
int main () {
if (sizeof (U) * std::numeric_limits::digits != 4096)
return
www.eeworm.com/read/470693/1456677
c bitfield6.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
#include
union U {
int i: 4096;
};
int main () {
if (sizeof (U) * std::numeric_limits::digits != 4096)
return
www.eeworm.com/read/455463/1614582
m logtype2las.m
function [mnem,name]=logtype2las(itype)
% [mnem,name]=logtype2las(itype)
%
% Convert a numeric logtype, as generated by LAS2LOGTYPE, to a 4 letter
% las mnemonic identifying a log.
% The master lis
www.eeworm.com/read/250585/4429000
props visualize.props
# Properties for visualization
# 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.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/250585/4429425
props visualize.props
# Properties for visualization
# 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.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/242657/4550241
exp ada-pred.exp
in word set boolean
in word set character
in word set constraint_error
in word set false
in word set float
in word set integer
in word set natural
in word set numeric_error
in word set positive
in wor
www.eeworm.com/read/242262/4555204
svn-base x264_gtk_rc.c.svn-base
#include
#include "x264_gtk_i18n.h"
#include "x264_gtk_private.h"
/* Callbacks */
static void _insert_numeric (GtkEditable *editable,
const gchar *text,
www.eeworm.com/read/240162/4579728
c bitfield6.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
#include
union U {
int i: 4096;
};
int main () {
if (sizeof (U) * std::numeric_limits::digits != 4096)
return