代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/451644/7459678
txt d11r6a.txt
implementation
//PROGRAM D11R6A
//Driver for routine TUTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 5000; MPTS = 1000; NSHFT = 10;
www.eeworm.com/read/451329/7466962
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/450639/7479797
doip
#!/usr/local/bin/perl
@l=(
0, 1, 2, 3, 4, 5, 6, 7,
8, 9,10,11,12,13,14,15,
16,17,18,19,20,21,22,23,
24,25,26,27,28,29,30,31
);
@r=(
32,33,34,35,36,37,38,39,
40,41,42,43,44,45,46,47
www.eeworm.com/read/450639/7479810
dopc1
#!/usr/local/bin/perl
@l=(
0, 1, 2, 3, 4, 5, 6, 7,
8, 9,10,11,12,13,14,15,
16,17,18,19,20,21,22,23,
24,25,26,27,28,29,30,31
);
@r=(
32,33,34,35,36,37,38,39,
40,41,42,43,44,45,46,47
www.eeworm.com/read/450470/7483157
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/450040/7491425
tdf dffpipe_pe9.tdf
--dffpipe DELAY=1 WIDTH=11 clock clrn d q ALTERA_INTERNAL_OPTIONS=AUTO_SHIFT_REGISTER_RECOGNITION=OFF
--VERSION_BEGIN 8.0 cbx_mgl 2008:04:11:273944 cbx_stratixii 2008:02:23:252825 cbx_util_mgl 2008:0
www.eeworm.com/read/450040/7491598
tdf dffpipe_qe9.tdf
--dffpipe DELAY=1 WIDTH=11 clock clrn d q ALTERA_INTERNAL_OPTIONS=AUTO_SHIFT_REGISTER_RECOGNITION=OFF
--VERSION_BEGIN 8.0 cbx_mgl 2008:04:11:273944 cbx_stratixii 2008:02:23:252825 cbx_util_mgl 2008:0
www.eeworm.com/read/449972/7492840
asm pcf8563.asm
;=============================================================
;
; 使用时钟芯片pcf8563的时分秒程序
;
;==================================================================
; 硬件连线说明:开发板(第二版)
; pcf8563
www.eeworm.com/read/449530/7501165
c pe15-7.c
#include
#include
#include
#define ID_MASK 0xFF
#define SIZE_MASK 0x7F00
#define LEFT 0x00000
#define CENTER 0x08000
#define RIGHT 0x10000
#d
www.eeworm.com/read/448259/7535832
m exa1_12.m
% exa1-12_shift_unit_pulse_d.m for example 1-12
% shifted unit pulse sequence
clear all;
N=64;
k=20;
x=zeros(1,N);
x(k)=1;
xn=0:N-1;
stem(xn,x)
axis([-1 65 0 1.1])