代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/259112/11820353
tex introrg.tex
% This is part of the TFTB Reference Manual.
% Copyright (C) 1996 CNRS (France) and Rice University (US).
% See the file refguide.tex for copying conditions.
\begin{center}
{\bf \huge Reference Guid
www.eeworm.com/read/155822/11844985
vhd i2c1.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity i2c1 is
port(
clk: in std_logic;
nreset: in std_logic;
d:inout std_logic_vector(7 downto 0);
www.eeworm.com/read/155822/11845017
rpt i2c1.rpt
Project Information d:\vhdl\i2c\i2c1.rpt
MAX+plus II Compiler Report File
Version 9.5 2/8/2000
Compiled: 05/10/2003 13:11:16
Copyright (C) 1988-2000 Alter
www.eeworm.com/read/155822/11845106
vhd i2c_write.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity i2c_write is
port(
clk,
nreset: in std_logic;
d:in std_logic_vector(7 downto 0);
star
www.eeworm.com/read/258131/11882893
c ldpcencode.c
/* File: LdpcEncode.c
Description: Encodes a single LDPC codeword. Code must be an "eIRA-LDPC" type code,
such as the one in the DVB-S2 standard or WiMax standard.
The ca
www.eeworm.com/read/154940/11913051
~pas ywgl_shfw_tjform.~pas
unit YWGL_SHFW_TJFORM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, StdCtrls, Buttons, ExtCtrls, Mask, Db, ADODB, ComCtrls;
type
www.eeworm.com/read/154940/11913780
pas ywgl_shfw_tjform.pas
unit YWGL_SHFW_TJFORM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, StdCtrls, Buttons, ExtCtrls, Mask, Db, ADODB, ComCtrls;
type
www.eeworm.com/read/342934/11990589
c example_281xadcseq_ovdtest.c
// TI File $Revision: /main/3 $
// Checkin $Date: July 2, 2007 11:34:35 $
//###########################################################################
//
// FILE: Example_281xAdcSeq_ovdTest.c
www.eeworm.com/read/256510/11993395
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/153614/12020979
vhd 43_test_register.vhd
--******************************************
-- Test Bench
-- Name : test_register.vhd
-- Purpose : test 4-bit register
-- Author : Liu Qinnan
-- Time : 1998,9,29
--*****************