代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/138860/13207207
m fbrec.m
function x = fbrec(y0, y1, h0, h1, type1, type2, extmod)
% FBREC Two-channel 2D Filterbank Reconstruction
%
% x = fbrec(y0, y1, h0, h1, type1, type2, [extmod])
%
% Input:
% y0, y1: two input s
www.eeworm.com/read/324350/13270752
cpp pgm08_03.cpp
//
// This file contains the C++ code from Program 8.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/317093/13510539
txt vim 常用命令.txt
个人常用的VIM命令列表
移动光标
上:k nk:向上移动n行 9999k或gg可以移到第一行 G移到最后一行
下:j nj:向下移动n行
左:h nh:向左移动n列
右:l nl:向右移动n列
w:光标以单词向前移动 nw:光标向前移动n个单词 光标到单词的第一个字母上
b:与w相反
e: 光标以单词向前移动 ne:光标向前移动n个单词 光标到单词的最后一个字母上
g ...
www.eeworm.com/read/314474/13566689
align-with-tags
#!/bin/sh
#
# align-with-tags --
# align reference transcript with tags to hypothesized
# transcripts, merging the tags into the latter
#
# $Header: /home/srilm/devel/utils/src/RCS/align-with-tags,v
www.eeworm.com/read/311483/13630138
vhd cornaa.vhd
library ieee;
use ieee.std_logic_1164.all;
entity cornaa is
port(clk,k1,k0,clr,load,lc:in std_logic; --k1,k0分别为代表1和0的按键开关
lt:inout std_logic; --load为设置密
www.eeworm.com/read/311447/13630903
m fbdec.m
function [y0, y1] = fbdec(x, h0, h1, type1, type2, extmod)
% FBDEC Two-channel 2D Filterbank Decomposition双通道二维filterbank分解
%
% [y0, y1] = fbdec(x, h0, h1, type1, type2, [extmod])
%
% Input:
%
www.eeworm.com/read/311447/13630945
m fbrec.m
function x = fbrec(y0, y1, h0, h1, type1, type2, extmod)
% FBREC Two-channel 2D Filterbank Reconstruction
%
% x = fbrec(y0, y1, h0, h1, type1, type2, [extmod])
%
% Input:
% y0, y1: two input s
www.eeworm.com/read/307145/13727850
c ieee754.c
/**************************************/
/* */
/* Code from the book C Unleashed */
/* Macmillan, 2000 */
/* Chapter 6: Data Files
www.eeworm.com/read/305381/13772549
cpp ipaddress.cpp
/* The following is the Simplified BSD License
*
* Copyright (c) 2008, Warren Kurt vonRoeschlaub
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/303438/13816205
tex introrg.tex
% This is part of the TFTB Reference Manual.
% Copyright (C) 1996 CNRS (France) and Rice University (US).
% See the file refguide.tex for copying conditions.
\begin{center}
{\bf \huge Reference Guid