一个实现计算斐波那契数的汇编程序 含asm文件,课程作业只用
上传时间: 2016-05-28
上传用户:xinyuzhiqiwuwu
I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, just makes the object more easy to use. * // 2.Uses structure array instead of Datastore * // 3.Calc width of menuitem at runtime(MEASUREITEM) * // 4.Draw disabled status
标签: Encapsulates userobjet changed object
上传时间: 2014-01-14
上传用户:lx9076
汇编语言编译的asm文件,单片机通过PS2口接收pc键盘输入数据,实现接口作用。
上传时间: 2014-01-05
上传用户:l254587896
汇编语言编译的asm文件,实现51单片机通过红外接收数据。实现接口作用。
上传时间: 2013-12-23
上传用户:星仔
Keil C51语言编译的asm文件,实现51单片机通过红外接收数据。实现接口作用。 红外接收电路:接受端与单片机的P1.2连接。
上传时间: 2013-12-10
上传用户:x4587
sonix 松翰 asm b0bset
上传时间: 2014-12-05
上传用户:songyue1991
RC500读卡芯片的驱动源码(C51+ASM),在上传的压缩包中以Keil工程的形式提供,源码功能已在开发板上完美验证。
上传时间: 2013-11-30
上传用户:chongcongying
Oracle database 10g (Oracle certified professional - OCP) certification all in one exam guide handbook
标签: Oracle certification professional certified
上传时间: 2016-06-10
上传用户:xymbian
This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The point to point communication is realized.
标签: code CodevisionAVR application included
上传时间: 2016-06-11
上传用户:
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b)
上传时间: 2014-10-27
上传用户:Yukiseop