代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/193967/8202980
arff cpu.with.vendor.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. S
www.eeworm.com/read/368342/9700607
h datadefine.h
#ifndef DATA_DEFINE_H_
#define DATA_DEFINE_H_
//using namespace std;
#include
#include
#include
#include
#include
#include "math.h"
www.eeworm.com/read/367281/9762625
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. S
www.eeworm.com/read/367281/9762635
arff cpu.with.vendor.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. S
www.eeworm.com/read/415313/11076914
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. S
www.eeworm.com/read/148451/12465729
vhd test.vhd
library ieee; -- Load the ieee 1164 library
use ieee.std_logic_1164.all; -- Make the package 'visible'
use ieee.numeric_std.all;
entity alutest is
end alutest;
architecture stimulus o
www.eeworm.com/read/147311/12567825
html getnumericfunctions.html
Listing the Numeric Functions Supported by a Database
(Java Developers Almanac Example)
www.eeworm.com/read/133018/14060779
sql labmis_zlgl.sql
create table dbo.labmis_zlgl
(zlbh char(4) not null,
zlmc nvarchar(60) null,
dj numeric(12,2) null,
gmrq datetime null,
zksl int null,
cbdw nvarchar(60)
www.eeworm.com/read/200886/15420730
m mat2celldefault.m
function y = mat2cellDefault(x)
%% uses the built-in mat2cell, but instead of having
%% to specify all the row lengths, and all the column lengths,
%% this assumes that x stores only one numeric
www.eeworm.com/read/101997/15795460
c fmt2.c
/*
** fmt2.c -- text formatter part 2
*/
/*
** getval -- evaluate optional numeric argument
*/
getval(buf, argtyp) char buf[]; int *argtyp; {
int i;
i=0;
while((buf[i]!=' ')&(buf[i]!=