代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/100926/6264300
pm ghsworkspacecreator.pm
package GHSWorkspaceCreator;
# ************************************************************
# Description : An incomplete GHS Workspace creator
# Author : Chad Elliott
# Create Date :
www.eeworm.com/read/100926/6264302
pm gnuworkspacecreator.pm
package GNUWorkspaceCreator;
# ************************************************************
# Description : A GNU Workspace (Makefile) creator
# Author : Chad Elliott
# Create Date :
www.eeworm.com/read/100926/6264319
pm parser.pm
package Parser;
# ************************************************************
# Description : A basic parser that requires a parse_line override
# Author : Chad Elliott
# Create Date
www.eeworm.com/read/100419/6269753
getcert
#!/usr/bin/perl
## Get the User Certificate
## (c) 1998 by Massimiliano Pala - Ver 2.1
## All Rights Reserved
## Version Information
$VER = '2.1.01';
$PRG = 'Certificates Send over HTTP';
## Let's
www.eeworm.com/read/273303/6281589
scan
#! /usr/bin/perl
# Scan a file for a 32-bit word with a particular value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
my $filename = shift @ARGV;
my $word_value = shift @ARGV;
((d
www.eeworm.com/read/273303/6281594
mkuprog
#! /usr/bin/perl
# From a binary image containing a user program, generate
# C code initializing a User_Program struct.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@AR
www.eeworm.com/read/364336/6284011
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/431462/6287822
c 7290.c
/********************************************************************
//注意:
//1假设时钟频率为8MHz,指令周期为1/8us
********************************************************************/
#include
www.eeworm.com/read/422527/6330876
s lcd_left.s
.module lcd_left.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\lcd_left.c
.dbfunc s lcd_shift _lcd_shift fI
; i -> R20
; j -> R22
; p -> R
www.eeworm.com/read/200606/6339801
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (