代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/476907/6754264

m ss_mlsrs.m

function [seq]=ss_mlsrs(connections); % [seq]=ss_mlsrs(connections) % SS_MLSRS generates the maximal length shift-register sequence when the % shift-register connections are given as input to
www.eeworm.com/read/476355/6757738

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/410432/11287337

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/409272/11337304

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/263108/11375371

c parse.c

/**************************************************************************** * U N R E G I S T E R E D C O P Y * * You are on day 85 of your 30 day trial period. * * This
www.eeworm.com/read/263108/11375374

v parse.v

############################################################################# # U N R E G I S T E R E D C O P Y # # You are on day 85 of your 30 day trial period. # # This
www.eeworm.com/read/407190/11425432

c 38.c

程序三十九 PC键代码 /* 芯片: AT90S4434 频率: 8,000000 MHz 模式: Tiny */ #include #include "kb.h" #include #asm .equ __lcd_port=0x15 #endasm #include // 全局变量 void
www.eeworm.com/read/404153/11491016

c example 3-28.c

; Example 3 - 28. Autoscaling DIT Radix-4 FFT with C62x C Intrinsics int r4_fft(short n, int x[], const int w[]) { int n1, n2, ie, ia1, ia2, ia3, i0, i1, i2, i3, j, k; int t0, t1, t2; int
www.eeworm.com/read/402992/11525413

ndb ch3_4_1.ndb

NDB006 The number of symbol table entries is: 1 The length of the symbol table is: 13 Index Hierarchy Path ----- -------------- ! &null_hpath& The number of name info structs is : 12 InsO
www.eeworm.com/read/402842/11527075

m dwtc.m

function [a, d] = dwtc(x, LoF_D, HiF_D) % DWTC Same as DWT for column-wise. % Shift and Extension. dwtATTR = dwtmode('get'); shift = dwtATTR.shift1D; dwtEXTM = dwtATTR.extMode; % Compute