代码搜索结果
找到约 10,000 项符合
2 的代码
test2_2.m
clear
t=linspace(0,3*pi,100);
y=sin(t);
y1=y;
y1(find(y1sqrt(2)/2))=sqrt(2)/2;
plot(t,y,':k')
hold on
plot(t,y1,'-b')
legend('y=sin(t)','z=f(t)',0)
axis([0 10 -1 1])
14-2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
frame2.java~2~
package nestedlayouts;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.JPanel;
import java.awt.*;
import javax.swing.*;
/**
* T
ps2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
program2.rc2
//
// PROGRAM2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//
chapter2-2.cpp
//文件名:CHAPTER2-2.cpp
#include //因iomanip.h中包含有Iostream.h,所以该命令可省略
#include
void main()
{
int x=30, y=300, z=1024;
cout