代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/194440/8195066
m contents.m
% CREWES migration toolbox
%
% Migration routines
% FD15MIG: 15 degree finite-difference time migration
% FKMIG: Stolt's fk migration
% KIRK: simplified Kirchhoff time migration
% KIRK_MIG:
www.eeworm.com/read/394358/8228616
c nand_bbt.c
/*
* drivers/mtd/nand_bbt.c
*
* Overview:
* Bad block table support for the NAND driver
*
* Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de)
*
* $Id: nand_bbt.c,v 1.1.1.1 2007/09/0
www.eeworm.com/read/293625/8281723
lst m2-2.lst
Input Filename : M2-2.asm
Output Filename : M2-2.obj
1 0000 ORG 00H
2 0000 75 90 00 MOV P1,#00H
www.eeworm.com/read/393394/8290114
m cirshftt.m
function y = cirshftt(x,m,N)
% Circular shift of m samples wrt size N in sequence x: (time domain)
% -------------------------------------------------------------------
% [y] = cirshftt(x,m,N)
% y
www.eeworm.com/read/393157/8307772
ini 脚本设置.ini
[移动人物]
参数=坐标X|坐标Y|是否检查
功能=移动人物到指定坐标
注意=切换地图时第三个参数就设置为"否"
预设=123|456|是
[点击鼠标]
参数=左右键|坐标X|坐标Y
功能=用鼠标点击游戏窗口
注意=按<mark>Shift</mark>+Z取当前鼠标坐标(游戏窗口必须左上角对齐)
预设=左|123|456
[对话NPC]
参数=NPC名称
功能=与附近的NPC进行对话
注 ...
www.eeworm.com/read/392244/8356043
java rightshifttest.java
// operators/RightShiftTest.java
// TIJ4 Chapter Operators, Exercise 11, page 116
/* Start with a number that has a binary one in the most significant position
* (hint: Use a hexadecimal constant)
www.eeworm.com/read/370596/9593159
java rightshifttest.java
// operators/RightShiftTest.java
// TIJ4 Chapter Operators, Exercise 11, page 116
/* Start with a number that has a binary one in the most significant position
* (hint: Use a hexadecimal constant)
www.eeworm.com/read/172790/9690071
ctl yfframe.ctl
VERSION 5.00
Begin VB.UserControl YFFrame
BackColor = &H00FCBD6C&
ClientHeight = 2850
ClientLeft = 0
ClientTop = 0
ClientWidth = 3480
Contro
www.eeworm.com/read/172772/9691610
s div8u.s
;
; This subroutine divides the two register variables r16 (dividend) and
; r17 (divisor). The result is placed in r16. If mod is called the remainder
; is the result.
; Low registers used: 1 (r15,
www.eeworm.com/read/172473/9706173
m qr1.m
function D=qr1(A,epsilon)
%Input - A is a symmetric tridiagona nxn matrix
% - epsilon is the tolerance
%Output - D is the vector of eigenvalues
% NUMERICAL METHODS: Matlab Programs
% (c) 2004