代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/349646/10809317
m num2strcell.m
www.eeworm.com/read/349646/10809801
m cell2num.m
www.eeworm.com/read/275098/10835650
c trans_num_to_stack.c
#include"stdio.h"
#include"stdlib.h"
#define null 0
#define n 10
struct stack{
int *base;
int *top;
int stacksize;
};
void initstack(struct stack *s)
{
s->base=(int*)malloc(20*si
www.eeworm.com/read/417673/10980724
m num2bit.m
www.eeworm.com/read/417673/10980850
m bit2num.m
function num = bit2num(bit, range)
% BIT2NUM Conversion from bit string representations to decimal numbers.
% BIT2NUM(BIT, RANGE) converts a bit string representation BIT ( a 0-1
% vector) to a decima
www.eeworm.com/read/469688/6925288
m bit2num.m
function num = bit2num(bit, range)
integer = polyval(bit, 2);
num = integer*((range(2)-range(1))/(2^length(bit)-1)) + range(1);
www.eeworm.com/read/469416/6976160
m num2strcell.m
www.eeworm.com/read/469416/6976269
m cell2num.m
www.eeworm.com/read/467198/7019979
m num2bit.m
www.eeworm.com/read/467198/7020064
m bit2num.m
function num = bit2num(bit, range)
% BIT2NUM Conversion from bit string representations to decimal numbers.
% BIT2NUM(BIT, RANGE) converts a bit string representation BIT ( a 0-1
% vector) to a decima