代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/164099/10129344

m c5ex10.m

% First part of problem num = [0 0 15 25 20]; den = [1 10 17 10 16]; [R, P, k] = residue(num, den) % Second part of problem D1 = [1 0 1]; D2 = [0 1 2]; D3 = [0 1 8]; den = conv(D1, conv(D2,D3))
www.eeworm.com/read/164050/10134153

m exm0861_4.m

%exm0861_4.m CEM={'cos','sin','tan'}; for k=1:3 theta=pi*k/12; y(1,k)=eval([CEM{1},'(',num2str(theta),')']); end y
www.eeworm.com/read/359581/10135054

c intconv.c

/* intconv.c -- some mismatched integer conversions */ #include #define PAGES 336 #define WORDS 65618 int main(void) { short num = PAGES; short mnum = -PAGES; printf("n
www.eeworm.com/read/359581/10135356

c summing.c

/* summing.c -- sums integers entered interactively */ #include int main(void) { long num; long sum = 0L; /* initialize sum to zero */ int status; printf("Ple
www.eeworm.com/read/163941/10138924

asv hexinyunsuanguocheng.asv

for i=1:6 for j=1:4 n(i,j)=str2num(get(a1(i,j),'string')); end end %i表示投资种类 %j表示投资年数 %定义第i种投资在4年里的总收益为b(i); for i=1:6 b(i)=0; for j=1:4 b(i)=b(i)+n(i,j);
www.eeworm.com/read/163941/10138934

m hexinyunsuanguocheng.m

global a1; for i=1:6 for j=1:4 a(i,j)=str2num(get(a1(i,j),'string')); end end %i表示投资种类 %j表示投资年数 %定义第i种投资在4年里的总收益为b(i); for i=1:6 b(i)=0; for j=1:4 b(i)=b(i)
www.eeworm.com/read/163819/10143353

h bits.h

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/163819/10143379

h bits.h

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/359462/10144614

cpp clustering.cpp

#include "stdafx.h" #include "Clustering.h" #include "stdio.h" #include "math.h" /****************************************************************************** /* Name: LBGCluster /* Functio
www.eeworm.com/read/163777/10145776

m program_6_4.m

% Program 6_4 % Gray-Markel Cascaded Lattice Structure % Development % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector % a