代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/441287/7672122
vhd t_procmem_init.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
-------------------------------------------------------------------------------
EN
www.eeworm.com/read/441245/7673374
m genlab.m
%GENLAB Generate labels for classes
%
% LABELS = GENLAB(N,LABLIST)
%
% INPUT
% N Number of labels to be generated
% LABLIST Label names (optional; default: numeric labels 1,2,3,...)
%
www.eeworm.com/read/438909/7724662
m constants.m
function Constants
% This M-file defines global constants for the numeric values in
% the GPS communication protocols. These values have been tested with
% Garmin brand GPS systems (specifically, t
www.eeworm.com/read/197875/7964745
c alg0.c
#include
#include
#include
#include
/*
* output:
* accumulate()
* operating on values {1,2,3,4}
* result with default addition: 10
* result
www.eeworm.com/read/396882/8085517
c alg0.c
#include
#include
#include
#include
/*
* output:
* accumulate()
* operating on values {1,2,3,4}
* result with default addition: 10
* result
www.eeworm.com/read/396170/8121168
c alg0.c
#include
#include
#include
#include
/*
* output:
* accumulate()
* operating on values {1,2,3,4}
* result with default addition: 10
* result
www.eeworm.com/read/146126/12668852
cpp sumstl.cpp
// sum n numbers using the STL algorithm accumulate
#include
// #include
#include // has accumulate
using namespace std;
template
T sum(T a[],
www.eeworm.com/read/333254/12693350
cpp num_test.cpp
// num_test.cpp -- use numeric test in for loop
#include
int main()
{
using namespace std;
cout > limit;
www.eeworm.com/read/245201/12810904
c alg0.c
#include
#include
#include
#include
/*
* output:
* accumulate()
* operating on values {1,2,3,4}
* result with default addition: 10
* result
www.eeworm.com/read/331439/12828965
m char.m
function str = char(q)
% CHAR Create character array (string).
% (Quaternion overloading of standard Matlab function.)
% Note: the Matlab char function converts arrays of numeric values into
% charac