代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/230913/14269404
txt c6000优化经验.txt
C6XX优化经验总结
一、c6x的编译的常用选项
(一)c6x的编译程序为“cl6x.exe”使用的方法
Cl6x [options] [filenames]
Cl6x: 编译程序
Options: 编译选项
Filenames: C或汇编源文件
说明:
编译选项是一个字母或者两个字母,对大小写不敏感。
编译选项的前面需要有
www.eeworm.com/read/128628/14285725
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/126202/14438169
cgi profile.cgi
sub uinfo{
my $l_uid = shift;
my $l_uinfo=&readuserfile($l_uid);
($uid,$upass,$uname,$usex,$ucontact,$uclass,$ulevel,$ustats,$uxx22,$uxx23,$uxx24,$uxx25,$uxx26,$uxx27,$ut1,$ut2,$ut3,$ut4,$uend)= sp
www.eeworm.com/read/226770/14452892
sh print-ld.sh
ld="`head -1 conf-ld`"
systype="`cat systype`"
cat warn-auto.sh
echo 'main="$1"; shift'
echo exec "$ld" '-o "$main" "$main".o ${1+"$@"}'
www.eeworm.com/read/125977/14453348
cgi profile.cgi
sub uinfo{
my $l_uid = shift;
my $l_uinfo=&readuserfile($l_uid);
($uid,$upass,$uname,$usex,$ucontact,$uclass,$ulevel,$ustats,$uxx22,$uxx23,$uxx24,$uxx25,$uxx26,$uxx27,$ut1,$ut2,$ut3,$ut4,$uend)= sp
www.eeworm.com/read/226214/14486960
c ps2int.c
/****************************************************************************
* File:EINT1_LED.C
* 功能:使用外部中断1进行LED4的控制,每当有一次中断时,即取反LED4,
* 以便指示中断输入。
* 说明:将跳线器JP8_LED4短接。
******************
www.eeworm.com/read/125257/14503097
rc gvplang.rc
/* Copyright (C) 1993-2001, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distr
www.eeworm.com/read/225681/14525939
v debug.v
module tap( CLOCK_DR, CLOCK_IR, ENABLE, RESET, SELECT, SHIFT_DR, SHIFT_IR, TCK, TMS,
UPDATE_DR, UPDATE_IR, XTCK, XTRST );
output CLOCK_DR, CLOCK_IR, ENABLE, RESET, SELECT, SHIFT_DR,
www.eeworm.com/read/225618/14530080
h irq.h
#ifndef _ASMIRQ_H
#define _ASMIRQ_H
#define M8259EOI 0x20
#define M8259IMR 0x21
#define S8259EOI 0xa0
#define S8259IMR 0xa1
#define EOIVALUE 0x20
/* they can't be combined */
#define CLKIRQ 0x0
#
www.eeworm.com/read/124389/14570012
pas ye.pas
unit ye;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ComCtrls, Buttons;
type
Tf_ye = class(TForm)
Panel1: TPanel