代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/380940/9120304
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/183929/9130125
v controller.v
`define L_word 16
module Controller(Load_words,Shift1,Shift2,Add,Sub,Ready,BEC,Start,clock,reset);
output Load_words,Shift1,Shift2,Add,Sub,Ready;
input Start,clock,reset;
input [2:0]BEC;
reg
www.eeworm.com/read/183929/9130131
v booth_multiplier_stg.v
`define L_word 16
module Booth_Multiplier_STG(product,Ready,word1,word2,Start,clock,reset);
output [2*`L_word-1:0]product;
output Ready;
input [`L_word-1:0]word1,word2;
input Start,clock,rese
www.eeworm.com/read/281572/9149550
c parse.c
/****************************************************************************
* U N R E G I S T E R E D C O P Y
*
* You are on day 85 of your 30 day trial period.
*
* This
www.eeworm.com/read/281572/9149572
v parse.v
#############################################################################
# U N R E G I S T E R E D C O P Y
#
# You are on day 85 of your 30 day trial period.
#
# This
www.eeworm.com/read/281494/9152833
h fixednumber.h
#pragma once
// FixedNumber.h:
// a template class which support the operation of basic math of fixed point of data
// author: duan yan jun
// 2008.2
#define FIXED_NUMBER_VERSION "0.0.1"
//
www.eeworm.com/read/379432/9197878
lst sja1000.lst
C51 COMPILER V8.09 SJA1000 03/13/2008 06:00:58 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE SJA1000
OBJECT MODULE PLACED IN
www.eeworm.com/read/379432/9197885
c sja1000.c
#include
#include
#include "xkcan_defs.h"
#include "sja1000.h"
void SJAReset(void)
{
SJA1000_CS = 1;
SJA1000_RST = 0;
SJA1000_RST = 1;
}
void wbyte(ubyte addr
www.eeworm.com/read/379165/9205497
rpt abc.rpt
Project Information e:\jia\abc.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 11/20/2008 10:10:43
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/378952/9211988
add_role
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use DBI;
# Determine installation dir name
our $SELF_DIR = dirn