代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/233017/14172944
m dwindow.m
function Dh=dwindow(h);
%DWINDOW Derive a window.
% DH=DWINDOW(H) derives a window H.
%
% Example :
% plot(dwindow(tftb_window(210,'hanning')))
%
% See also WINDOW.
% F. Auger, August 1994, July 19
www.eeworm.com/read/230351/14292032
asm rf.asm
;/*
; RF.asm
;
; Jan Ornter
;
; DATE: 11-9-2005
; VER.: 1.0
;
; This class provides access to the optionally RF-Interface.
; It will transmit a header (see below) and pulse with modulated dat
www.eeworm.com/read/128527/14292132
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the
www.eeworm.com/read/127933/14328067
bat stepc.bat
c51 step.c debug
c51 out.c debug
c51 delay.c debug
l51 step.obj,out.obj,delay.obj
www.eeworm.com/read/127933/14328122
bat stepa.bat
a51 step.asm debug
a51 out.a51 debug
a51 delay.a51 debug
l51 step.obj,out.obj,delay.obj
ohs51 step
copy step.lst+out.lst+delay.lst+step.m51
www.eeworm.com/read/228533/14380234
c dblline.c
/*
Symmetric Double Step Line Algorithm
by Brian Wyvill
from "Graphics Gems", Academic Press, 1990
user provides "setpixel()" function for output.
*/
#define swap(a,b) {a^=b; b^=a; a^=b;}