代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/457360/7326926
afl automatic fib levels v.2.afl
//------------------------------------------------------------------------------
//
// Formula Name: Automatic Fib Levels V.2
// Author/Uploader: Aron Pipa
// E-mail:
// Date/Ti
www.eeworm.com/read/457152/7333536
c ps2test.c
/*********************************************************/
/* REncoder - R8822 INT2 Example by */
/* Lima Endustriyel Bilgisayar, March 2004 - Cem Celik */
/* Counts Pulses G
www.eeworm.com/read/457150/7333541
c ps2lcd1602.c
#include
#include
#include "code.h"
#define uchar unsigned char
#define uint unsigned int
#define comm 0
#define dat 1
sbit LCM_RW=P2^1; //定义LCD引脚
sbit LCM_RS=P2^0;
www.eeworm.com/read/456568/7345259
h tms320.h
/***********************************************************/
/* Version 2.30.00 */
/***********************************************************/
#ifndef _TM
www.eeworm.com/read/456354/7351459
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to th
www.eeworm.com/read/454475/7389229
pas mryzyxgmm.pas
unit MRYZYXGMM;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TFRM_YZYXGMM = class(TForm)
Label1: TL
www.eeworm.com/read/228530/7413714
m swt1d_recon.m
function s = swt1d_recon(a,d,n,h,g)
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
% Preserve initial size.
l = length(a(:,1));
max_n = size(a,2);
pow = 2^n;
www.eeworm.com/read/451786/7455583
pas messagebox.pas
unit messageBox;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,MMSystem, ExtCtrls;
type
TMsgBox = class(TForm)
Pane
www.eeworm.com/read/451644/7458951
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;