代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/251838/4414617
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/243567/4525928
sed opcd2num.sed
s/NOP/0/
s/DUMMY_6/6/
s/DUMMY_8/8/
s/IF_F=1_CLEAR_REMOTE_BUSY/9/
s/CLEAR_REMOTE_BUSY/1/
s/CONNECT_CONFIRM/3/
s/DISCONNECT_INDICATION/5/
s/CONNECT_INDICATION/2/
s/IF_DATA_FLAG_=0_THEN_DATA_FLAG:=1/55/
www.eeworm.com/read/240175/4578684
m get_cell_num.m
function Cell_Num=get_cell_num(Class_Id)
% GET_CELL_NUM Obtain the cell number of current class.
% Copyright (c) 1997-2000 Jiming Liu and Jianbing Wu
global CLASS Cell_Num_Pos Class_Matrix_Size;
www.eeworm.com/read/238768/4609626
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/222917/4816946
c num2long.c
/* num2long.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you
www.eeworm.com/read/222917/4816952
c num2str.c
/* num2str.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you c
www.eeworm.com/read/222917/4816954
c str2num.c
/* str2num.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you c
www.eeworm.com/read/222917/4816956
c int2num.c
/* int2num.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you c