代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/388541/8602823
jpg num2_211.jpg
www.eeworm.com/read/187582/8622689
c_sym num_led.c_sym
www.eeworm.com/read/187582/8622690
prj num_led_iar.prj
www.eeworm.com/read/187582/8622693
aps num_ied_cof.aps
num_ied_cof23-Sep-2004 18:29:5223-Sep-2004 18:30:32Object.bmp1
www.eeworm.com/read/187582/8622700
dp2 num_led.dp2
num_led.o: C:/ICC/include/iom128.h C:/ICC/include/iom128v.h C:/ICC/include/macros.h
www.eeworm.com/read/187582/8622701
dtp num_led_iar.dtp
www.eeworm.com/read/287304/8695625
m ibm2num.m
function x=ibm2num(b)
% ibm2num : convert IBM 32 bit floating point format to doubles
% x=num2ibm(b)
% b is a matrix of uint32
% x is a corresponding matrix of doubles
%
%
% See also num2ibm
%
%
www.eeworm.com/read/287304/8695638
m num2ibm.m
function b=num2ibm(x)
% num2ibm : convert IEEE 754 doubles to IBM 32 bit floating point format
% b=num2ibm(x)
% x is a matrix of doubles
% b is a corresponding matrix of uint32
%
% The representati
www.eeworm.com/read/431114/8709075
cpp rand_num_generator.cpp
#include "rand_num_generator.hpp"
const t_uint RandNumGenerator::m_DEFAULT_SEED = 2006;
RandNumGenerator::RandNumGenerator()
{
setSeed(m_DEFAULT_SEED);
}
www.eeworm.com/read/431114/8709089
hpp rand_num_generator.hpp
#ifndef RAND_NUM_GENERATOR_H
#define RAND_NUM_GENERATOR_H
#include
using namespace std;
#include
#include
#include
#