代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/360519/10089335
h delay.h
/*
Delay class
Delay buffer. Shifts input by speceified number of samples.
Negative delay values means that stream is shifted backwards.
'time_shift' - value of time shift shoul
www.eeworm.com/read/359826/10122544
asm n24c02.asm
SDA24 EQU P3.7
SCLK24 EQU P3.6
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN:
CLR P3.7 ;打开写保护
MOV DPTR,#TAB
MOV A,#00H ;读地址
LCALL RD24
CJNE A,#10,TT
TT: JNC TT1
AJMP TT2
TT1: MOV A,
www.eeworm.com/read/359826/10122605
a51 24c02.a51
;***************************************************************************
;* Date : 2003.10.22 *
;* Support telephone: (51c51 test web) *
;* Create by :石学军, www.51c51.com 更多例程请登陆网站 *
;*******
www.eeworm.com/read/359826/10122664
asm 24c02.asm
;24c02的开机计数器,系统复位一次数码管加1
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.5
www.eeworm.com/read/163861/10142193
c example_281xadcseq_ovdtest.c
//###########################################################################
//
// FILE: Example_281xAdcSeq_ovdTest.c
//
// TITLE: DSP281x ADC Seq Override mode Test.
//
// ASSUMPTIONS:
//
www.eeworm.com/read/359370/10153246
txt intrspy.txt
(个人开发软件系列之动态系统剖析器 Intrspy 研制人:龙云亮)
INTRSPY 3.0 动态系统剖析分析器
一 性能分析
INTRSPY 本质上是一个由C语言和汇编语言写成的TSR.主要用于分析程序的内部结
构. 它接管中断多达十一个,并接管了DOS的大部分功能.尤其突出的是,它还具有了动态
www.eeworm.com/read/163510/10155787
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/359245/10159344
m exa2_5.m
% exa2-5_circle_shift.m, for example 2-5
% to test circle_shift.m
clear;
n=0:8;
x=[1,2,3,4,5,6,7,8,9];
y2=circshift(x,2,9);
y4=circshift(x,4,9);
y6=circshift(x,6,9);
y8=circshift(x,8,9);
y9
www.eeworm.com/read/355761/10244852
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/281140/10260289
ex2 graphics.ex2
GRAPHICS─例子
在要打印图形屏幕之前,输入以下命令:
? c:\dos\graphics
在显示出要打印的信息后,按SHIFT+PRINT SCREEN。MS-DOS扫描屏幕上显示的
信息并送到打印机输出。
~w