代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/492005/6429655
v jc2_top.v
module jc2_top (left, right, stop, clk, q) ;
//Inputs
input left ; //Active-low switch #3 (left)
input right ; //Active-low switch #0 (right)
input stop ; //Active-low switch #2
input clk ; //GCK1 on
www.eeworm.com/read/491632/6432026
pm mplayer.pm
package MPlayer;
use strict;
use IPC::Open3 'open3';
use threads;
use threads::shared;
my $tv_thread_run : shared = 1;
my @moutput : shared = 1;
BEGIN {
use vars qw ($VERSION @error
$mout $
www.eeworm.com/read/484763/6573992
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/103953/6582264
edf dff.edf
(edif dff
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timeStamp 2004 4 9 19 59 42)
(author "Synplicity, Inc.")
(program "Syn
www.eeworm.com/read/483785/6595426
h main.h
//---------------------------------------------------------------------------
#ifndef MainH
#define MainH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/481878/6632043
m normalise.m
function im2 = normalise(im)
% linear shift + scale
% to fit from 0 to 1
im2 = im - min(min(min(im)));
if (max(max(max(im2))) ~= 0)
im2 = im2 / max(max(max(im2)));
end
www.eeworm.com/read/481542/6642924
c ts_bm.c
/*
* lib/ts_bm.c Boyer-Moore text search implementation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pu
www.eeworm.com/read/481550/6643087
ex2 graphics.ex2
GRAPHICS─例子
在要打印图形屏幕之前,输入以下命令:
? c:\dos\graphics
在显示出要打印的信息后,按SHIFT+PRINT SCREEN。MS-DOS扫描屏幕上显示的
信息并送到打印机输出。
~w
www.eeworm.com/read/478819/6703935
h tms320.h
#ifndef _TMS320
#define _TMS320
typedef unsigned int uint;
typedef unsigned short ushort;
#define PASS -1
typedef short DATA;
typedef long LDATA;
#define ABSVAL abs
#define
www.eeworm.com/read/477250/6740981
cpp mainform.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "MainForm.h"
//---------------------------------------------------------