代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/346158/3189611
m num2letter.m
function l = num2letter(n)
% map 1:26 to a-z and 27:52 to A-Z
punct_code = [32:47 58:64 91:96 123:126];
digits_code = 48:57;
upper_code = 65:90;
lower_code = 97:122;
letters = [char(lower_code) char
www.eeworm.com/read/341021/3259948
4 mpe_num_colors.4
.TH MPE_Num_colors 4 "11/2/2007" " " "MPE"
.SH NAME
MPE_Num_colors \- Gets the number of available colors
.SH SYNOPSIS
.nf
#include "mpe.h"
int MPE_Num_colors( handle, nc )
MPE_XGraph handle;
int
www.eeworm.com/read/338438/3318055
m num2eng.m
function string=num2eng(x, varargin)
% function string = num2eng(x )
%
% Formats x in engineering notation, with proper suffix.
%
% If input argument sigfig is included, will format w
www.eeworm.com/read/333502/3385519
phpt mysqli_num_rows.phpt
--TEST--
mysqli_num_rows()
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385562
phpt mysqli_num_fields.phpt
--TEST--
mysqli_num_fields()
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385832
phpt mysqli_num_rows.phpt
--TEST--
mysqli_num_rows()
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385875
phpt mysqli_num_fields.phpt
--TEST--
mysqli_num_fields()
--SKIPIF--
--FILE--
www.eeworm.com/read/328357/3444841
pod bn_num_bytes.pod
=pod
=head1 NAME
BN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM size
=head1 SYNOPSIS
#include
int BN_num_bytes(const BIGNUM *a);
int BN_num_bits(const BIGNUM *a);
i
www.eeworm.com/read/325480/3483461
m get_num_cen.m
function num_cen=get_num_cen(rn)
% num_cen=rbf_net_base.get_num_cen(rn)
%
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights reserved
% THIS IS UNPUBLISHED PROPRIETARY SOUR