代码搜索:机器人程序

找到约 10,000 项符合「机器人程序」的源代码

代码结果 10,000
www.eeworm.com/read/187128/8854298

doc 程序.doc

www.eeworm.com/read/285079/8870774

doc 程序.doc

www.eeworm.com/read/284772/8900007

c 程序.c

#include #include #define uint unsigned int #define uchar unsigned char #define ADCMEM ((int*)0x0140) uchar key; uchar total[9],a[6]; unsigned long int Q,sum=0,Lclm=0,Hc
www.eeworm.com/read/428007/8905491

c 程序.c

#include #define led P0 //段选和位选口 unsigned char code tab[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90};//段码 unsigned char code tab1[]={0x01,0x02,0x04,0x08};//位选 sbit duan=P2^0;
www.eeworm.com/read/428007/8905492

opt 程序.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/428007/8905496

plg 程序.plg

礦ision2 Build Log Project: D:\桌面7\开发板例程\ds1302+数码管\程序.uv2 Project File Date: 01/12/2009 Output:
www.eeworm.com/read/428007/8905498

hex 程序.hex

:10039E00C0F9A4B0999282F8809001020408000C72 :0C03DA0001120C01110001150C011400AF :100304007FC81203151203151203151203151203E5 :0103140015D3 :10031500E4FEEEC39F5009E4FD0DBD32FC0E80F2F4 :0103250022B5
www.eeworm.com/read/428007/8905499

obj 程序.obj

www.eeworm.com/read/428007/8905506

lst 程序.lst

C51 COMPILER V7.06 _蘝
www.eeworm.com/read/427349/8950327

txt 程序.txt

clear L=input('请输入信号样本个数L='); N=input('请输入滤波器的阶数N='); %产生一个W1(n)均值零方差1-a^2的均匀分布的白噪声 a=0.95, p=1-a^2; u=rand(1,L); u=u-mean(u); d=var(u); power_u=sqrt(1/d*p); Wl=u*power_u; figure;