代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/447731/7546086
m get_gold.m
function [gold_seq]=get_gold(connections1,connections2)
sequence1=ss_mlsrs(connections1);
sequence2=ss_mlsrs(connections2);
% cyclically shift the second sequence and add it to the first one
L=2^l
www.eeworm.com/read/445950/7587423
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/445027/7601081
vhd 复件 code.vhd
Library IEEE;
USE IEEE.STD_logic_1164.all;
USE IEEE.STD_logic_unsigned.all;
ENTITY code IS
PORT(en:in std_logic;
d :in std_logic;
clk:in std_logic;
clr:in std_logic;
q :out std_logic;
www.eeworm.com/read/445027/7601091
vhd manqiesite.vhd
Library IEEE;
USE IEEE.STD_logic_1164.all;
USE IEEE.STD_logic_unsigned.all;
ENTITY code IS
PORT(en:in std_logic;
d :in std_logic;
clk:in std_logic;
clr:in std_logic;
q :out std_logic
www.eeworm.com/read/445027/7601092
vhd code.vhd
Library IEEE;
USE IEEE.STD_logic_1164.all;
USE IEEE.STD_logic_unsigned.all;
ENTITY code IS
PORT(en:in std_logic;
d :in std_logic;
clk:in std_logic;
clr:in std_logic;
q :out std_logic;
www.eeworm.com/read/444804/7605718
lst cs21-1.lst
C51 COMPILER V7.06 CS21_1 02/19/2007 16:42:57 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE CS21_1
OBJECT MODULE PLACED IN
www.eeworm.com/read/444804/7605719
c cs21-1.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar ACT[4]={0xfe,0xfd,0xf
www.eeworm.com/read/441855/7663717
c parse.c
/****************************************************************************
* U N R E G I S T E R E D C O P Y
*
* You are on day 49 of your 30 day trial period.
*
* This
www.eeworm.com/read/440144/7693447
vhd jc2_top.vhd
library IEEE;
use IEEE.std_logic_1164.all; -- defines std_logic types
entity jc2_top is
port (
LEFT : in STD_LOGIC; -- Active-low switch #3 (left)
RIGHT : in STD_LOGIC; -- Active-low sw
www.eeworm.com/read/439811/7701376
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