代码搜索:quantities
找到约 255 项符合「quantities」的源代码
代码结果 255
www.eeworm.com/read/220509/14798332
h locale.h
/*
locale.h
Values appropriate for the formatting of monetary and other
numberic quantities.
*/
#ifndef _LOCALE_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _LOCALE_H_
#include "
www.eeworm.com/read/229511/4755000
h locale.h
/*
locale.h
Values appropriate for the formatting of monetary and other
numberic quantities.
*/
#ifndef _LOCALE_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _LOCALE_H_
#include "
www.eeworm.com/read/436051/1855147
h locale.h
/*
locale.h
Values appropriate for the formatting of monetary and other
numberic quantities.
*/
#ifndef _LOCALE_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _LOCALE_H_
#include "
www.eeworm.com/read/413713/2159799
rb japanese_factory_master.rb
class Fusioncharts::JapaneseFactoryMaster < ActiveRecord::Base
has_many :factory_output_quantities,
:order => 'date_pro asc',
:foreign_key=>"factory_master_id"
end
www.eeworm.com/read/413713/2159801
rb french_factory_master.rb
class Fusioncharts::FrenchFactoryMaster < ActiveRecord::Base
has_many :factory_output_quantities,
:order => 'date_pro asc',
:foreign_key=>"factory_master_id"
en
www.eeworm.com/read/381717/9076192
txt vpx.txt
VPX and VPX-REDI standards enables next-generation applications
Next-generation embedded applications need quantities of backplane I/O and bandwidth that is simply not available from traditional VM
www.eeworm.com/read/178768/9385750
c gammafns.c
/* Routines calculating quantities related to the gamma function */
#include
#define MAX(A,B) ((A)>(B)?(A):(B))
#define MIN(A,B) ((A)
www.eeworm.com/read/359900/10116875
m princomp.m
function P = princomp(X, q)
%PRINCOMP Obtain principal-component vectors and related quantities.
% P = PRINCOMP(X, Q) Computes the principal-component vectors of
% the vector population contain
www.eeworm.com/read/418342/10952792
m princomp.m
function P = princomp(X, q)
%PRINCOMP Obtain principal-component vectors and related quantities.
% P = PRINCOMP(X, Q) Computes the principal-component vectors of
% the vector population contain
www.eeworm.com/read/270992/11013621
m balls.m
%balls.m/created by PJNahin for "Duelling Idiots"(12/19/98)
%This m-file calculates two quantities; (1) the average number of
%drawings (with replacement) of numbered balls before a repetition
%occ