代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/364617/9903037
bak led.v.bak
module led(reset,clk_50mhz,led_out);
input reset,clk_50mhz;
output[17:0] led_out;
wire clk_5hz;
shift_led shift_led(clk_50mhz,reset,led_out);
divider_5hz divider_5hz(clk_50mhz,clk_5hz);
e
www.eeworm.com/read/364617/9903038
v led.v
module led(reset,clk_50mhz,led_out);
input reset,clk_50mhz;
output[17:0] led_out; //输入50 Mhz,时间是0。02 us 1/50
//被几位寄存器分频,50/8,10,12,16
wire cl
www.eeworm.com/read/364617/9903107
qmsg prev_cmp_led.tan.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/165767/10052037
bs2 ex23 - 74hc595.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex23 - 74HC595.BS2
' Purpose... Expanded outputs with 74HC595
' Author.... Parallax
www.eeworm.com/read/164767/10089683
h irq.h
#ifndef _ASMIRQ_H
#define _ASMIRQ_H
#define M8259EOI 0x20
#define M8259IMR 0x21
#define S8259EOI 0xa0
#define S8259IMR 0xa1
#define EOIVALUE 0x20
/* they can't be combined */
#define CLKIRQ 0x0
#
www.eeworm.com/read/164590/10100454
m balanced_gold_generator.m
function [balanced_gold_seq]=balanced_gold_generator(connections1,connections2)
% BALANCED_GOLD_GENERATOR generate the GOLD sequence
% the shift register connections1 and connections are given as in
www.eeworm.com/read/359751/10126082
h setup.h
/*
* Just a place holder. We don't want to have to test x86 before
* we include stuff
*/
#ifndef _i386_SETUP_H
#define _i386_SETUP_H
#define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT)
#define
www.eeworm.com/read/359581/10135100
c pe15-7.c
#include
#include
#include
#define ID_MASK 0xFF
#define SIZE_MASK 0x7F00
#define LEFT 0x00000
#define CENTER 0x08000
#define RIGHT 0x10000
#d
www.eeworm.com/read/359345/10154702
c 38.c
程序三十九 PC键代码
/*
芯片: AT90S4434
频率: 8,000000 MHz
模式: Tiny
*/
#include
#include "kb.h"
#include
#asm
.equ __lcd_port=0x15
#endasm
#include
// 全局变量
void
www.eeworm.com/read/359245/10159549
m exa1_12.m
% exa1-12_shift_unit_pulse_d.m for example 1-12
% shifted unit pulse sequence
clear all;
N=64;
k=20;
x=zeros(1,N);
x(k)=1;
xn=0:N-1;
stem(xn,x)
axis([-1 65 0 1.1])