代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.lnp
"single.obj"
TO "3-3"
RAMSIZE(256)
3-3.plg
礦ision2 Build Log
Project:
D:\电子竞赛WorkSpace\工程文件夹\ADCO\3-3\3-3.uv2
Project File Date: 08/06/2007
Output:
Build target 'Target 1'
compiling si
3-3.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
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.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
3_3.plg
Build Log
--------------------Configuration: 3_3 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
3_3.cpp
#include
#include
#include
#include
int main()
{
int alpha(int n);
int k,stime;
char m,ch;
stime=time(NULL);//取得时间
srand(stime);//产生随机数种子