代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/431471/8675599
c 7290.c
/********************************************************************
//注意:
//1假设时钟频率为8MHz,指令周期为1/8us
********************************************************************/
#include
www.eeworm.com/read/386855/8723297
v seq_div.v
module seq_div(clk, rst, load, dividend, divisor, overflow,
done, quotient, remainder);
parameter WidthDividend = 11, // 被除数位宽
WidthDivisor = 6, // 除数位宽
WidthCount = 3;
input clk,
www.eeworm.com/read/430756/8729220
c base64.c
/*
* base64.c -- Base64 Mime encoding
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirement
www.eeworm.com/read/386569/8737980
asm 24c02.asm
;24c02的开机计数器,系统复位一次数码管加1
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.5
www.eeworm.com/read/385990/8772895
c encode_rs_av.c
/* Fast Reed-Solomon encoder for (255,223) CCSDS code on PowerPC G4/G5 using Altivec instructions
* Copyright 2004, Phil Karn KA9Q
* May be used under the terms of the GNU Lesser General Public Lice
www.eeworm.com/read/286242/8780793
v cordic3.v
// -*- verilog -*-
//
// USRP - Universal Software Radio Peripheral
//
// Copyright (C) 2003 Matt Ettus
//
// This program is free software; you can redistribute it and/or modify
// it unde
www.eeworm.com/read/385764/8790524
asv gold.asv
%Gold code generation
% Generate 2 m -sequences x, y: Length N = 2^m -1; m=no.of shift registers
% m = length of the shift register which is always 8 to generate sequences of
%length 255
funct
www.eeworm.com/read/385764/8790529
m gold.m
%Gold code generation
% Generate 2 m -sequences x, y: Length N = 2^m -1; m=no.of shift registers
% m = length of the shift register which is always 8 to generate sequences of
%length 255
funct
www.eeworm.com/read/285976/8796424
pl computer.pl
package StoreItem;
my $_sales_tax = 8.5; # 8.5% added to all components's post rebate price
sub new {
my ($pkg, $name, $price, $rebate) = @_;
bless {
_name => $name, _price =
www.eeworm.com/read/385221/8813556
cpp poly.cpp
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p