代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/187633/8613312
conf ircd.conf
me
{
name "irc.ynnt.com";
info "ynnt Server";
numeric 1;
};
admin {
"SuKINg";
"King";
"info@ynnt.com";
};
class clients
{
pingfreq 90;
maxclients 500;
sendq 10000
www.eeworm.com/read/431675/8662427
m expandd.m
%EXPANDD Expand integer vector to matrix occurance table
%
% A = expandd(x,m)
%
% The vector x containing just integers > 0 (e.g. numeric labels
% obtained from renumlab) is expanded to a matrix A
www.eeworm.com/read/182370/9205899
hpp printmatrix.hpp
/* Pretty printing of a uBLAS matrix.
*
* Tim Bailey 2005.
*/
#include
namespace ulapack {
namespace ublas = boost::numeric::ublas;
template
void print_ma
www.eeworm.com/read/378440/9230824
h utility.h
#include //standard string operations
#include //standard iostream operations
#include //numeric limits
#include //mathematical functions
www.eeworm.com/read/376249/9323375
c textnum.c
#include \mc\stdio.h
/*
* Main program which processes all of its arguments, interpreting each
* one as a numeric value, and displaying that value as english text.
*
* Copyright 1990 Dave D
www.eeworm.com/read/372108/9521633
cpp 37-2.cpp
//
// More from ESTL Item 37
//
#include
#include
#include
#include
#include "ESTLUtil.h"
using namespace std;
string::size_type // see below
www.eeworm.com/read/372108/9521666
cpp 37-4.cpp
//
// Yet even more from ESTL Item 37
//
#include
#include
#include
#include
#include
#include
#include "ESTLUtil.h"
using namespace std
www.eeworm.com/read/277457/10637891
cpp accumulate.cpp
#include
#include
#include
using namespace std;
const int NUMBER_ELEMENTS = 4;
int main ()
{
int numbers[NUMBER_ELEMENTS] = {1, 2, 3, 4};
in
www.eeworm.com/read/419052/10888683
c mode.c
/*
* mode.c - a simple function that returns "kbits" or "kbytes" based on a
* numeric argument.
*/
#include
#include "options.h"
void dispmode(int mode, char *result)
{
if
www.eeworm.com/read/418695/10935721
m expandd.m
%EXPANDD Expand integer vector to matrix occurance table
%
% A = expandd(x,m)
%
% The vector x containing just integers > 0 (e.g. numeric labels
% obtained from renumlab) is expanded to a matrix A