代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8367119
m changefig.m
function changeFig(fontsize,linewidth,markersize)
% changeFig(fontsize,linewidth,markersize) Change the settings
% for all objects in the current figure window
% Handle the input arguments
parameters
www.eeworm.com/read/292214/8367120
asm he15.asm
;================== 硬件实验十五 继电器控制 ==========================
ORG 0F00H
LOP3: CLR P1.0
MOV R2,#30H
LCALL DELY
SETB P1.0
MOV R2,#30H
LCALL DELY
www.eeworm.com/read/192681/8367121
rar 20040730161833643.rar
www.eeworm.com/read/392021/8367122
pdf dstoolbox.pdf
www.eeworm.com/read/392021/8367123
m zinc.m
function mag = zinc(f,m,n)
% mag = zinc(f,m=64,n=1) Calculate the magnitude response
% of a cascade of n mth-order comb filters at frequencies f.
if nargin
www.eeworm.com/read/292214/8367124
asm p1zw.asm
;==================== P1口转弯灯实验 ====================
ORG 0C30H
PX00: MOV P1,#0FFH ;初始化
PX03: MOV A,P1
MOV B,A
ANL A,#03H
CJNE A,#01H,PX01 ;满足
www.eeworm.com/read/292214/8367125
asm play.asm
;============== 语音控制:放音 ====================
PlayCode equ 40h
org 0000h
mov sp,#60h
mov r7,#00h
acall zh_play
acall Play
mov r2,#3
www.eeworm.com/read/392021/8367126
m designhbf.m
function [f1_saved,f2_saved,info]=designHBF(fp,delta,debug)
%function [f1,f2,info]=designHBF(fp=0.2,delta=1e-5,debug=0)
%Design a half-band filter which can be realized without general multipliers.
%T
www.eeworm.com/read/292214/8367127
asm s2p.asm
;=========串并转换实验========
;
TIMER EQU 01H
org 0
ljmp 0f30h
org 000bh
ljmp int_t0
ORG 0F30h
LJMP JG4B6
ORG 04B6H
JG4B6: MOV S
www.eeworm.com/read/192680/8367128