代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/170239/5406195
h 8390.h
/*
* This file is part of Donald Becker's 8390 drivers, and is distributed
* under the same license.
*
* Modified by Thomas E. Arvanitis for micromonitor driver usage
* Deleted Linux specific
www.eeworm.com/read/169956/5408229
c osd.c
/*
osd.c
Copyright (C) Christian Wolff for convergence integrated media.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General P
www.eeworm.com/read/168968/5429176
bld alu1.bld
Release 7.1.04i ngdbuild H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -p xc2v250-5fg456 -modular module -active shift -uc
../../Top1/Initial/alu1.ucf ../../
www.eeworm.com/read/168968/5429275
lst netlist.lst
C:\cases\xapp290\difference_based\alu_shift\alu_shift.ngc 1068231406
OK
www.eeworm.com/read/168763/5437328
c assabet.c
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* 2004 (c) MontaVista Software, Inc.
*
* See file CREDITS for list of people wh
www.eeworm.com/read/168085/5448391
c pit_lib.c
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on
www.eeworm.com/read/168081/5448749
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/168081/5448764
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/168081/5449194
txt d11r5.txt
implementation
//PROGRAM D11R5
//Driver for routine AVEVAR
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 1000; EPS = 0.1;
var
F:Te
www.eeworm.com/read/165926/5476290
svn-base spike_parser.pm.svn-base
#: spike_parser.pm
#: simple parser for BNF
#: 2006-05-25 2006-05-28
package Spike::Parser;
use strict;
use warnings;
use Parse::RecDescent;
my $Grammar =