代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/259565/11782796
m mfilter_t2d.m
function [filters,cc_max,shift,scale]=mfilter_t2d(s1,s2,wl,wnoise,increment,lambda,scm)
% Function computes filters "filters" which convert a single trace s1 into the
% columns of s2. If s1, s2 repre
www.eeworm.com/read/156653/11786480
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 = o
www.eeworm.com/read/345654/11797740
txt 例4.6.txt
【例4.6】 按照图4.17在窗体上画两个命令按钮和一个文本框。当按下键盘的某个键时,在窗体上显示所按键的码值,包括按下Alt、Ctrl、<mark>Shift</mark>键或这些键的组合键的码值。单击“清除”按钮时,可清除窗体上显示的文字。
窗体的KeyDown事件的程序如下:
Private Sub Form_KeyDown(KeyCode As Integer, <mark>Shift</mark> As Integer) ...
www.eeworm.com/read/156459/11801567
cpp d13r4.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r4
//driver for routine ttest
int npts = 1024, nshft = 10;
int i,j,mpts = 512;
dou
www.eeworm.com/read/155822/11844849
rpt i2c_read.rpt
Project Information d:\vhdl\i2c\i2c_read.rpt
MAX+plus II Compiler Report File
Version 9.5 2/8/2000
Compiled: 05/10/2003 12:13:12
Copyright (C) 1988-2000 Alter
www.eeworm.com/read/155822/11845115
rpt i2c_write.rpt
Project Information e:\电路系统设计\第11讲-i2c讲稿\i2c\i2c_write.rpt
MAX+plus II Compiler Report File
Version 9.5 2/8/2000
Compiled: 05/12/2003 16:42:56
Copyright (C) 1988-2000 Altera Corporat
www.eeworm.com/read/344684/11868137
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/155317/11885153
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/344171/11904096
model lj.model
tailco shift
.true. .false.
eps sig mass r.c
1. 1. 1. 2.5
www.eeworm.com/read/343159/11968382
c key.c
#define KEY
#include "includes.h"
void KeyBufIn(unsigned char kcode)
{
EA=0;
if(KeyNRead < KEY_BUF_SIZE)
{
KeyNRead++;
KeyBuf[KeyBufInIx++] = kcod