代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/364899/9888934

txt 4-10.txt

class fillRectangle extends Rectangle { public fillRectangle(int w,int num) { super(w,h); //调用父类Rectangle的构造方法 } private String makeString(char ch,int num) //生成一字符串 { St
www.eeworm.com/read/168455/9912303

m example6_1.m

%首先装载一原始信号 load nearbrk; s=nearbrk; %=========================== %画出该信号的波形图 subplot(4,2,1); plot(s); Ylabel('s'); title('原始信号s和信号的近似a、细节d'); %=========================== %用小波
www.eeworm.com/read/364103/9921968

m modifiedmusic.m

%修正的Music算法,前向空间平滑技术 %多源,未知源个数,信号源相干 %产生信号源 clear; clc; N=7;%信号源个数为N %我们这样设计信号源,频率分别为f0,2f0,…,(N-1)f0,相位为随机初始相位 f0=1000; fs=10000;%采样频率 t=0:1/fs:0.1-1/fs; L=length(t); for ii=1:5 s(ii,
www.eeworm.com/read/168303/9922737

txt database.txt

可以独立运行1.5 文件系统: nkshop.cgi 代购首页代码(第一页) productlist.cgi 产品列表信息(分类列表,关系列表) productinfo.cgi 产品详细信息介绍 order.cgi 定单程序(购物车,定单生成,定单修改) member.cgi 会员服务(注册,更改资料等会员服务) nsadmin.cgi 后台管理(定单处理部分
www.eeworm.com/read/364058/9922918

c project1.c

#include /*head file*/ #include clock_t start, stop; double TotalTime, duration, ticks; void menu()/*the menu will be show at the beginning of the operation*/ { printf("\n\
www.eeworm.com/read/168218/9931932

cpp avgdata.cpp

#include #include void main(void) { int a[1000], step = 10; int num[19] = {10000, 10000, 10000, 5000, 5000, 5000, 2000, 2000, 1000, 1000, 1000, 50
www.eeworm.com/read/363904/9932295

rpt code.fit.rpt

Fitter report for code Fri Oct 10 10:20:09 2008 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fit
www.eeworm.com/read/167987/9942512

sc7 nawk.sc7

BEGIN{largest=0} {maximum=max($5)} function max ( num ) { if ( num > largest){ largest=num } return largest } END{ print "The maximum is " maximum "."}
www.eeworm.com/read/363515/9948915

txt landmine.txt

/*5.3.4 源程序*/ #include #include #include #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define MOUSEMOVE 0xff08 struct { int nu
www.eeworm.com/read/167781/9952817

m program_11_2.m

% Program 11_2 % Spectral Analysis of a Sum of Two Sinusoids % Using the DFT % clf; colordef black; N = input('Signal length = '); R = input('DFT length = '); fr = input('Type in the sinusoid