代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/304723/13788199
smsg test.map.smsg
Warning (10268): Verilog HDL information at shift_reg.v(26): Always Construct contains both blocking and non-blocking assignments
www.eeworm.com/read/303558/13812502
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/302183/13840100
c remote.c
/*\\file: audio.c
Date. 2005.12.10 Ipman Robbin
Desp. ir decode.
Last update: 2006.08.10
Common: use icp decode ir
*/
//#include "system.h"
#include "remote.h"
void RemoteInit(void);
www.eeworm.com/read/301588/13855688
m exa112.m
%exa112_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])
www.eeworm.com/read/301198/13863731
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/300969/13875192
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/300969/13876711
c rawfs.c
/* rawfs.c - Raw Minix file system support. Author: Kees J. Bot
* 23 Dec 1991
* Based on readfs by Paul Polderman
*/
#define nil 0
#define _POSIX_SOURCE 1
#define _MINIX 1
#
www.eeworm.com/read/238485/13882249
sh make-makelib.sh
echo 'main="$1"; shift'
echo 'rm -f "$main"'
echo 'ar cr "$main" ${1+"$@"}'
case "$1" in
sunos-5.*) ;;
unix_sv*) ;;
irix64-*) ;;
irix-*) ;;
dgux-*) ;;
hp-ux-*) ;;
sco*) ;;
*)
echo 'ranlib "$main"'
www.eeworm.com/read/152843/5661669
h cx88-reg.h
/*
cx88x-hw.h - CX2388x register offsets
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
2001 Michael Eskin
2002 Yurij Sysoev
2003 Gerd Knor
www.eeworm.com/read/152843/5665169
h map.h
/*
* linux/include/asm-arm/map.h
*
* Copyright (C) 1999-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi