代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/115813/15000395
frm shift.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "转换成BASE64编码"
ClientHeight = 2940
ClientLeft = 60
ClientTop = 345
ClientWidth = 3960
LinkTopic
www.eeworm.com/read/115813/15000404
frm shift.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1710
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/211803/15173476
10 bcd shift
www.eeworm.com/read/208551/15244599
vhd shift.vhd
-- WARNING: Do NOT edit the input and output ports in this file in a text
-- editor if you plan to continue editing the block that represents it in
-- the Block Editor! File corruption is VERY likel
www.eeworm.com/read/208476/15246713
m shift.m
function out_vector = shift(in_vector, new_element)
% Shifts all elements of a vector and inserts a new value
% in the first element. The last element is lost.
%
% Inputs: in_vector : Vector
www.eeworm.com/read/5582/48311
bmp shift.bmp
www.eeworm.com/read/5582/49925
bmp shift.bmp
www.eeworm.com/read/9694/175983
v shift.v
module shift(data_out,data_in,rst_,clk);
output[3:0]data_out;
input data_in;
input rst_;
input clk;
reg[3:0]data_out;
always@(posedge clk or negedge rst_)
if(!rst_)
www.eeworm.com/read/16793/691463
def shift.def
This file is shift.def, from which is created shift.c.
It implements the builtin "shift" in Bash.
Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Aga
www.eeworm.com/read/18539/793340
a51 shift.a51
;;-----------------------------------------------------------------------------
;; Fast JTAG serial bit output for usbjtag
;;---------------------------------------------------------------------------