代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/315699/13537850

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/315631/13539203

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/314474/13566701

make-batch-counts

#!/bin/sh # # make-batch-counts -- # generate n-gram counts in batches # # A list of data files is partitioned into batches, results from each of # which are deposited in a separate ngram-count file.
www.eeworm.com/read/313963/13577665

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
www.eeworm.com/read/313956/13578055

m tsttrans.m

function [ret,x0,str,ts,xts]=tsttrans(t,x,u,flag); %TSTTRANS is the M-file description of the SIMULINK system named TSTTRANS. % The block-diagram can be displayed by typing: TSTTRANS. %
www.eeworm.com/read/312545/13609806

rpt led.sim.rpt

Simulator report for led Thu Jun 28 16:19:48 2007 Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Not
www.eeworm.com/read/312545/13609811

rpt led.tan.rpt

Classic Timing Analyzer report for led Thu Jun 28 16:42:36 2007 Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/312545/13609816

summary led.tan.summary

-------------------------------------------------------------------------------------- Timing Analyzer Summary --------------------------------------------------------------------------------------
www.eeworm.com/read/312545/13609818

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/312545/13609819

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