代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/145866/12699100
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/332895/12718426
m backwardpeaktransform.m
function [H] = backwardPeakTransform(orgF, peakMap)
N = length(orgF);
truePeaks = zeros(1, N);
numTruePeaks = 0;
truePeaks(1) = 1;
numTruePeaks = 1;
for k=1:N,
if(peakMap(k)>0
www.eeworm.com/read/245818/12779006
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/245400/12801363
vhd reset.vhd
----------------------------------------------------------------------------
--
-- PROJECT DDR-SDRAM Controller Core
--
-- AUTHOR Markus Lemke
-- markus@opencores
www.eeworm.com/read/244937/12830583
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/331297/12834253
c main8.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define staticdis 0x01
#define up 0x02
#define left 0x03
typedef struct typFNT_GB16
www.eeworm.com/read/331297/12834281
lst main6.lst
C51 COMPILER V7.06 MAIN6 05/20/2008 15:04:32 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN6
OBJECT MODULE PLACED IN m
www.eeworm.com/read/331297/12834290
lst main8.lst
C51 COMPILER V7.06 MAIN8 05/22/2008 21:14:08 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN8
OBJECT MODULE PLACED IN m
www.eeworm.com/read/143816/12839364
output fincyacc.output
State 95 contains 1 reduce/reduce conflict.
State 245 contains 1 shift/reduce conflict.
Grammar
rule 1 input -> /* empty */
rule 2 input -> input decl
rule 3 decl -> decl_struct
rule 4 d
www.eeworm.com/read/143528/12866934
s keyboard2.s
.module keyboard2.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\KEYBOARD\keyboard2.c
.dbfunc s main _main fI
; keyval -> R20
; i -> R22
.even
_main::
.d