代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/455289/7374671
cpp main.cpp
#include
#include
#include
using namespace std;
void print(int x){
cout
www.eeworm.com/read/455289/7374705
cpp main.cpp
#include
#include
#include
using namespace std;
void print(int x){
cout
www.eeworm.com/read/453468/7419204
cpp numericengine.cpp
#include "stdafx.h"
#include
#include "NumericEngine.h"
#include "GameServer.h"
NumericEngine::NumericEngine()
{
m_pParameterEngine = NULL;
m_pStatusEngin
www.eeworm.com/read/441245/7672975
m setnlab.m
%SETNLAB Set label indices (numeric labels) directly
%
% A = SETNLAB(A,NLAB,J)
%
% Resets the values of A.NLAB(J,N) to NLAB, in which N points
% to the current label list for A. Note that NLAB give
www.eeworm.com/read/199451/7850570
cpp p4-191.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
//利用类模板生成类实例
typedef vector < int > IntArray;
typedef list
www.eeworm.com/read/143457/12874479
cpp p4-191.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
//利用类模板生成类实例
typedef vector < int > IntArray;
typedef list
www.eeworm.com/read/141594/12996686
arff cpu.arff
%
% As used by Kilpatrick, D. & Cameron-Jones, M. (1998). Numeric prediction
% using instance-based learning with encoding length selection. In Progress
% in Connectionist-Based Information Systems
www.eeworm.com/read/241790/13120451
cpp 6-9.cpp
#include
#include
#include
#include
using namespace std;
string concatinate(const vector& name)
{
string s;
return accumulate(name.begin(),name.e
www.eeworm.com/read/238825/13322339
m derivative.m
function [deriv,dy] = derivative(x,y,order,last)
% derivative : Derivative approximation
%Syntax: [deriv, dif_table] = derivative(x,y,{order=1,mode='silent'}) or derivative(y)
%
% Computes the numeric