代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/471796/6882066
vhd list_ch_app_a10.vhd
--*********************************************
-- Listing A.10
--*********************************************
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity bin_co
www.eeworm.com/read/471796/6882070
vhd list_ch_app_a03.vhd
--*********************************************
-- Listing A.3
--*********************************************
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity arith_d
www.eeworm.com/read/284875/8885873
sql 2-transactiondetails.sql
CREATE TABLE TransactionDetails.Transactions
(TransactionId bigint IDENTITY(1,1) NOT NULL,
CustomerId bigint NOT NULL,
TransactionType int NOT NULL,
DateEntered datetime NOT NULL,
Amount numeric(
www.eeworm.com/read/182370/9205919
hpp sampling.hpp
#ifndef ULAPACK_SAMPLING_HPP_
#define ULAPACK_SAMPLING_HPP_
namespace ulapack {
namespace ublas = boost::numeric::ublas;
class GaussLikelihood {
public:
GaussLikelihood(const Vector &
www.eeworm.com/read/177850/9430713
java numericconverter.java
/**
* A class to conver the integer number to the binary
* and octal.
* @author Ruixiao Wu
* @version 1.0 24/05/2006
*/
public class NumericConverter {
public int number;
public Numeric
www.eeworm.com/read/159920/10589744
c scanfrac.c
/* function scanfrac - scan an input string for a numeric value.
**
** Written in ANSI C and contributed to the public domain by
** Thad Smith III, Boulder, CO. August 5, 1991
*/
/*********
www.eeworm.com/read/349902/10786176
m mainver.m
function mv = mainver
% mainver - get matlab main version
%
% FORMAT: mv = mainver
%
% Output Fields:
%
% mv numeric main version number
%
% See also ver, version
% V
www.eeworm.com/read/275831/10794414
rb 10 - metaprogramming with string evaluations.rb
class Numeric
[['add', '+'], ['subtract', '-'],
['multiply', '*',], ['divide', '/']].each do |method, operator|
define_method("#{method}_2") do
method(operator).call(2)
end
end
end
www.eeworm.com/read/419693/10844878
cpp chainwithiterator.cpp
// test the iterator for chain
#include
#include // has accumulate
#include "linearList.h"
#include "chainWithIterator.h"
using namespace std;
int main()
{
// cre
www.eeworm.com/read/272848/10941349
cpp chainwithiterator.cpp
// test the iterator for chain
#include
#include // has accumulate
#include "linearList.h"
#include "chainWithIterator.h"
using namespace std;
int main()
{
// cre