代码搜索:连续波
找到约 10,000 项符合「连续波」的源代码
代码结果 10,000
www.eeworm.com/read/295460/8160869
cpp 连续蚁群算法4.cpp
#include
#include
#include
#include
#include
#include
#include
#define NCMAX 1000
#define MAXANT 100
#de
www.eeworm.com/read/295460/8160870
opt 连续蚁群算法4.opt
www.eeworm.com/read/295460/8160873
dsw 连续蚁群算法4.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "连续蚁群算法4"=".\连续蚁群算法4
www.eeworm.com/read/295460/8160875
dsp 连续蚁群算法4.dsp
# Microsoft Developer Studio Project File - Name="连续蚁群算法4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/295460/8160877
ncb 连续蚁群算法4.ncb
www.eeworm.com/read/295460/8160878
plg 连续蚁群算法4.plg
Build Log
--------------------Configuration: 连续蚁群算法4 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/300587/13904370
cpp 1231 最大连续子序列.cpp
/*
1231 最大连续子序列
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K
GUN C++
*/
#include
#include
using namespace std;
const int kMax=10000;
int in[kMax]
www.eeworm.com/read/237869/13924770
vi 实用函数单缓存连续输出.vi
www.eeworm.com/read/432936/8561712
m sawtooth.m
function f=sawtooth(t,To)
% 生成锯齿波信号,周期为To,时间采样点向量为t
f=10*rem(t,To)/To;
% 在间断处平均数据
f(f==0|f==10)=5;
www.eeworm.com/read/350382/10746083
m 3-4.m
%例程3-4 产生锯齿波形
Fs=1000;
t=0:1/Fs:3;
x=sawtooth(2*pi*t);
y=sawtooth(2*pi*t,0.5);
z=sawtooth(2*pi*t,1);
subplot(3,1,1);
plot(t,x);
subplot(3,1,2);
plot(t,y);
subplot(3,1,3);
plo