代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/100800/15864238

num sys_pap.num

www.eeworm.com/read/100800/15864255

num lw_tele.num

www.eeworm.com/read/100800/15864259

num near_cal.num

www.eeworm.com/read/100451/15873550

h big_num.h

/* NN.H - header file for NN.C */ /* Type definitions. typedef UINT4 NN_DIGIT; typedef UINT2 NN_HALF_DIGIT; */ /* Constants. Note: MAX_NN_DIGITS is long enough to hold any RSA modulus, plus
www.eeworm.com/read/100451/15873552

c big_num.c

/* * NN.C - natural numbers routines */ #include "rsaref.h" #include "big_num.h" static NN_DIGIT NN_AddDigitMult PROTO_LIST ((NN_DIGIT *, NN_DIGIT *, NN_DIGIT, NN_DIGIT *, unsigned int)); stati
www.eeworm.com/read/100354/15876311

sh complex_num.sh

#! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can als
www.eeworm.com/read/100203/15880997

c gen_num.c

/* * $Id: gen_num.c,v 1.4 1994/02/06 23:44:16 mintha Exp $ * * Set of general routines for use in C programs. * These routines provide numeric conversion, etc. routines. * * $Log: gen_num.c,v $
www.eeworm.com/read/392084/8363302

txt num_word6.txt

www.eeworm.com/read/392084/8363387

txt num_word4.txt

www.eeworm.com/read/390322/8471200

m num2bin.m

function b=num2bin(x,split) t=dec2bin(0:15); h=num2hex(x); b=t(hex2dec(h')+1,:)'; b=b(:)'; if nargin>=2 & split switch length(b) case 32 b=[b(1),' ',b(2:9),' ',b(10:32)]; case