代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/242153/13091737
c example_281xadcseq_ovdtest.c
// TI File $Revision: /main/2 $
// Checkin $Date: April 28, 2005 15:18:06 $
//###########################################################################
//
// FILE: Example_281xAdcSeq_ovdTest
www.eeworm.com/read/140230/13095492
pas enter_form.pas
unit Enter_Form;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, XPMenu, StdCtrls,DB,ADODB, jpeg, ExtCtrls;
type
TEnter_F = class(T
www.eeworm.com/read/139983/13115765
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, jpeg, shellapi ;
type
TFrm_about = class(TForm)
www.eeworm.com/read/139630/13145728
asm 24c08.asm
sclk24 bit p3.0
sda24 bit p3.1
count1 equ 20h
count2 equ 21h
org 0000h
ljmp i2c_start
org 0030h
i2c_start:
start:
mov r1,#50h
mov count1,#6
mov count2,#0
;lcall i2c_w
lcall i2
www.eeworm.com/read/241132/13166920
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/241050/13173291
c c2188.c
/*******************************************************************************
Filename: c2188.c
Description: Library routines for the Software Drivers for
NAND fl
www.eeworm.com/read/239982/13242164
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/324530/13259519
c dbfcat.c
/*
* Copyright (c) 1995 Frank Warmerdam
*
* This code is in the public domain.
*
* $Log: dbfcat.c,v $
* Revision 1.1 1999/05/26 02:56:31 candrsn
* updates to shpdxf, dbfinfo, port from Shapel
www.eeworm.com/read/323119/13351191
pl mtr_io.pl
# -*- cperl -*-
# This is a library file used by the Perl version of mysql-test-run,
# and is part of the translation of the Bourne shell script with the
# same name.
use strict;
sub mtr_get_pid_fr
www.eeworm.com/read/136879/13356165
cpp fig16_11.cpp
// Fig. 16.11: fig16_11.cpp
// Using the bitwise shift operators
#include
#include
void displayBits( unsigned );
int main()
{
unsigned number1 = 960;
cout