代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/120487/6073512
out bit.out
--
-- BIT types
--
--
-- Build tables for testing
--
CREATE TABLE BIT_TABLE(b BIT(11));
INSERT INTO BIT_TABLE VALUES (B'10'); -- too short
ERROR: bit string length 2 does not match type bit(11)
INSER
www.eeworm.com/read/113399/6131814
c shifter.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: shifter.c,v 1.6 93/01
www.eeworm.com/read/108331/6183004
java gatherrule.java
// Copyright 2002 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
// FOR
www.eeworm.com/read/102935/6229364
h ax8390.h
/* Generic NS8390 register definitions. */
/* This file is part of Donald Becker's 8390 drivers, and is distributed
under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
Some of
www.eeworm.com/read/101082/6240653
s swap_lw_bytes.s
/************************************************************************
* *
* Copyright (c) 1990 by
www.eeworm.com/read/471137/6289223
vhd 67_pack.vhd
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
www.eeworm.com/read/422527/6330873
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
www.eeworm.com/read/490795/6442491
m get_gold.m
function [gold_seq]=get_gold(connections1,connections2)
sequence1=ss_mlsrs(connections1);
sequence2=ss_mlsrs(connections2);
% cyclically shift the second sequence and add it to the first one
L=2^l
www.eeworm.com/read/489079/6482560
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/488553/6489370
m backwardpeaktransform.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% 后向峰值变换 %%
%% %%
%%%%%