代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/153105/12060298
vhd shifter.vhd
--****************************************************************************************************
-- Shifter for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 23.01.2003
--************
www.eeworm.com/read/255611/12068784
tdf cntrle.tdf
SUBDESIGN cntrle
( clk, rst, start : input;
count[1..0] : input;
in_sel[1..0], shift[1..0] : output;
state_out[2..0] : output;
done, clken, regclr : output;
)
VARIABLE
code : mach
www.eeworm.com/read/255541/12075975
c info.c
/*
* linux/kernel/info.c
*
* Copyright (C) 1992 Darren Senn
*/
/* This implements the sysinfo() system call */
#include
#include
#include
www.eeworm.com/read/253602/12210441
txt microsoft windows plug and play remote buffer overflow exploit (ms05-039).txt
##
# This file is part of the Metasploit Framework and may be redistributed
# according to the licenses defined in the Authors field below. In the
# case of an unknown or missing license, this file
www.eeworm.com/read/151305/12220442
vhd 43_test_register.vhd
--******************************************
-- Test Bench
-- Name : test_register.vhd
-- Purpose : test 4-bit register
-- Author : Liu Qinnan
-- Time : 1998,9,29
--*****************
www.eeworm.com/read/339051/12264674
v string.v
//
// Demonstrate how to display strings for a particular signal.
// This allows you to see a text string for a bus, which at times, might
// help out in debugging. This is not intended for synthe
www.eeworm.com/read/339051/12265693
v string.v
//
// Demonstrate how to display strings for a particular signal.
// This allows you to see a text string for a bus, which at times, might
// help out in debugging. This is not intended for synthe
www.eeworm.com/read/149030/12408010
cpp pgm08_03.cpp
//
// This file contains the C++ code from Program 8.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/149028/12408260
vhd 43_test_register.vhd
--******************************************
-- Test Bench
-- Name : test_register.vhd
-- Purpose : test 4-bit register
-- Author : Liu Qinnan
-- Time : 1998,9,29
--*****************
www.eeworm.com/read/148998/12409993
h initopengl.h
#ifndef HEAP_H_INCLUDED
#define HEAP_H_INCLUDED
void CreateRGBPalette(HDC hDC);
char ComponentFromIndex(int i, UINT nbits, UINT shift);
#endif