代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/351477/10647609
lst e93lc56.lst
文件:E93LC56.c 盛群编译器版本 2.86 页次1
; 30: {
30 0000 @READ .SECTION 'CODE'
30 0000 PUBLIC _READ
30 0000 _READ PROC
; 29: UC READ(UC EEADDR)
www.eeworm.com/read/277067/10670891
cpp fdct_mmx.cpp
#include "stdafx.h"
#include "HEnc.h"
#define INP eax // pointer to (INT16 *blk)
#define OUTC ecx // pointer to output (temporary store space qwTemp[])
#define TABLE ebx // pointer to tab_frw_
www.eeworm.com/read/351079/10682460
m autopeak.m
function [output] = autopeak(x,y)
% AUTO PEAK FINDER & ANALYSER
%
% Automatically finds major peaks, their locations, fwhms
% and area in a given signal y versus x. The output is
% a matrix wit
www.eeworm.com/read/350963/10692191
c kb.c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
#include "kb.h"
#include "scancodes.h"
#define BUFF_SIZE 64
unsigned
www.eeworm.com/read/421576/10728685
java item.java
package Syntax;
//每个项目
public class Item {
public int s_index=-1;//产生式索引
public int dot_at=0;//加点处
public boolean shift=true;//是否为移进项,为false则是规约项
}
www.eeworm.com/read/276339/10745745
h ckcasc.h
/*
File CKCASC.H
Mnemonics for ASCII control characters (and Space) for use with C-Kermit.
*/
/*
Author: Frank da Cruz (fdc@columbia.edu).
Columbia University Academic Information Systems, New
www.eeworm.com/read/275985/10778251
pas dm.pas
unit DM;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
Twnd_msicstest_Debug = class(TForm)
Box: TListBox;
www.eeworm.com/read/349581/10816013
h math_macro.h
#define TRUE 1
#define FALSE 0
#define MAX(x,y) ( ((x)>(y)) ? (x) : (y) )
#define MIN(x,y) ( ((x)0.0) ? (x) :-(x) )
#define ACOS(x) ( ((x)>1.0) ? (0
www.eeworm.com/read/349276/10838592
pas dm.pas
unit DM;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
Twnd_msicstest_Debug = class(TForm)
Box: TListBox;