代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/466324/7033599

java exercise3_7.java

// Exercise3_5.java: Find total and average of input values import javax.swing.JOptionPane; public class Exercise3_7 { public static void main(String[] args) { int countPositive=0, countNe
www.eeworm.com/read/466212/7041104

m ip_07_11.m

% MATLAB script for Illustrative Problem 11, Chapter 7 echo on num=[0.01 1]; den=[1 1.01 1]; [a,b,c,d]=tf2ss(num,den); dt=0.01; u=ones(1,2000); x=zeros(2,2001); for i=1:2000 x(:,i+1)=x(:,i)
www.eeworm.com/read/464910/7062355

cpp zp1136_m_bfs_template.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop //--------------------------------------------------------------------------- #
www.eeworm.com/read/464910/7062361

cpp zp1914_slow.cpp

#include #include #include struct cr_type { int x,y; } cr[500]; struct msty { int v1,v2,num; } rp[125000]; int cmp(const void *a,const void *b) {
www.eeworm.com/read/464910/7062550

cpp zp1159.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop //--------------------------------------------------------------------------- #
www.eeworm.com/read/254517/7072428

m chebpoly.m

% CHEBPOLY Evaluate Chebyshev polynomial % % [Y]=CHEBPOLY(N, X) Evaluates the Nth Chebyshev polynomial at X function Y = chebpoly(N,X) X = X(:).'; T(1,:) = X; T(2,:) =
www.eeworm.com/read/242081/7073136

cpp 1526.cpp

/*1526*/ #include #include int print(int n) { int i,j; long num[n],nm[n]; double sum; for(i=0;i
www.eeworm.com/read/242081/7073140

cpp 1382.cpp

#include int main() { int i,d,num[10],m[10][2],o,p,mid; scanf("%d",&d); for(i=0;i
www.eeworm.com/read/242081/7073148

cpp 1383.cpp

#include int print(int d) { int num[d][20],nu[d],i,b,j,sum,temp[d],count[d],w; for(i=0;i
www.eeworm.com/read/242081/7073154

cpp 1152.cpp

#include int print(int w,int q) { int n,m,j,a,b,i=0,num[10000][2],count[10000],h,sum,res; for(j=0;j