代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/444928/7602588
ttf shift.ttf
255,255, 98,255, 57, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
www.eeworm.com/read/444928/7602589
pin shift.pin
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/444928/7602590
sof shift.sof
www.eeworm.com/read/444928/7602591
ndb shift.ndb
www.eeworm.com/read/444928/7602592
pof shift.pof
www.eeworm.com/read/444928/7602593
vhd shift.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY SHIFT is
PORT(
CP,Rd,LD,DI:IN STD_LOGIC;
D:IN STD_LOGIC_VECTO
www.eeworm.com/read/439490/7707886
c shift.c
/*Phuong phap SHIFT tim tri rieng gan nhat voi 1 gia tri cho truoc */
#include
#include
#include
enum BOOLEAN { false = 0 , true };
void main()
{
int i , j ,
www.eeworm.com/read/437442/7747943
m shift.m
clear
M=getM;
A=[12 0;12 24;0 12;24 12];
B=[42 0;42 24;30 12;54 12];
C=[112 0;112 24;100 12;124 12];
D=[112 100;112 124;100 112;124 112];
E=[12 100;12 124;0 112; 24 112];
Object=[A;B;C;D;E];
I
www.eeworm.com/read/433514/7924800
asm shift.asm
;六字节线性移位寄存器仿真程序(按键接在P1.0)
RANDS EQU 40H ;六字节线性移位寄存器首址。
RND0 DATA 40H ;第一字节。
RND1 DATA 41H ;第二字节。
RND2 DATA 42H ;第三字节。
RND3 DATA 43H ;第四字节。
RND4 DATA 44H ;第五字节。
RND5 DATA 45H ;第六字节。
X1H DATA