代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/174424/9587840
vhd shift_register.vhd
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
Entity shift_register is
port (
Data_in: in std_logic_vector(7 downto 0);
Data_out: out std_logic
www.eeworm.com/read/369849/9631295
swp .shift.s.swp
www.eeworm.com/read/368416/9696876
cfg shift_dll.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/368416/9696877
res shift_dll.res
www.eeworm.com/read/368416/9696879
dpr shift_dll.dpr
library SHIFT_DLL;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if y
www.eeworm.com/read/368416/9696880
~dpr shift_dll.~dpr
library SHIFT_DLL;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if y
www.eeworm.com/read/368416/9696884
dll shift_dll.dll
www.eeworm.com/read/368416/9696886
dof shift_dll.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/368137/9710105
cpp shift-prec.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that