代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.m
%例程3-3 产生方波波形
t=0:0.1*pi:4*pi;
x=square(t);
y=square(t,30);
subplot(2,1,1);
plot(t,x);
axis([0 5*pi -1.5 1.5]);
subplot(2,1,2);
plot(t,y);
axis([0 5*pi -1.5 1.5]);
3-3.cpp
#include
#include
#include
#include
using std::cin; using std::cout;
using std::endl; using std::string;
using std::sort; using std::vector;
int main(
3-3.html
文字大小
3-3.m
%例程3-3 产生方波波形
t=0:0.1*pi:4*pi;
x=square(t);
y=square(t,30);
subplot(2,1,1);
plot(t,x);
axis([0 5*pi -1.5 1.5]);
subplot(2,1,2);
plot(t,y);
axis([0 5*pi -1.5 1.5]);
3_3.lst
C51 COMPILER V6.12 3_3 10/02/2007 21:43:25 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE 3_3
OBJECT MODULE PLACED IN .\3
3_3.c
/*******************************************************************/
/* TX-1C单片机实验板实验例程 */
/* 2007年8月第二期培训班课后习题详解 */
/* 作者:郭天祥 */
/* 邮箱:txmcu@163.com