代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/466273/7041688
mak lcdt.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/465827/7046646
cpp filetranssvrview.cpp
// FileTransSvrView.cpp : implementation of the CFileTransSvrView class
//
#include "stdafx.h"
#include "FileTransSvr.h"
#include "FileTransSvrDoc.h"
#include "FileTransSvrView.h"
#ifdef _
www.eeworm.com/read/465880/7048035
txt prc病毒解决方法.txt
病毒解决方法,关注呀!!!!
发帖时间:2003-08-13 11:01:54
功能:[收藏] [违规举报] 【复制地址】 [点30/回0]
分页:第一页 [1-50] 下一页 尾页 [新开阅读] [只看楼主] [刷新本帖]
-------------------------------------------------------------------------------
www.eeworm.com/read/465317/7053062
m examp10_16.m
tic, xmM=[-ones(4,1),ones(4,1)]*1000;
[a,b,c,d]=gaopt(xmM,'c10mga3',[],[],[],'maxGenTerm',2000);
a(1:4), dd=[c(1:100:end,:); c(end,:)], toc
x=ga(@c10mga3a,4)
ff=gaoptimset; ff.Generations=2000
www.eeworm.com/read/464825/7060449
m ex_06_03_4.m
% ex_06_03_4.m : 习题 6.3
clear;
fp=[300 400];
fs=[200 500];
rp=3;
rs=40;
Fs=2000;
wp=2*fp/Fs;ws=2*fs/Fs;
[n,wn]=cheb1ord(wp,ws,rp,rs);
[b,a]=cheby1(n,rp,wp)
[h,w]=freqz(b,a,256,Fs);
h=20
www.eeworm.com/read/464825/7060450
m ex_06_03_3.m
% ex_06_03_3.m : 习题 6.3
clear;
fp=[300 400];
fs=[200 500];
rp=3;
rs=40;
Fs=2000;
wp=2*fp/Fs;ws=2*fs/Fs;
[n,wn]=buttord(wp,ws,rp,rs);
[b,a]=butter(n,wp)
[h,w]=freqz(b,a,256,Fs);
h=20*log
www.eeworm.com/read/171498/7074377
bat build.bat
REM ****************************************************************************
REM H I T A C H I P R O P R I E T A R Y
REM COPYRIGHT (c) 2001 BY Semiconductor & Integrated Circuits,Hitachi,Lt
www.eeworm.com/read/171498/7074380
bat buildofhew.bat
REM ****************************************************************************
REM H I T A C H I P R O P R I E T A R Y
REM COPYRIGHT (c) 2001 BY Semiconductor & Integrated Circuits,Hitachi,Lt
www.eeworm.com/read/172061/7074750
m jm99a1.m
%99年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
clear;opt=inf;
for n=[10 20 30]
for m=[200 300 400]
[x0,op]=fmins('jm99afun',[n m]);
if op(8)