代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/154101/5642056
vhd shift.vhd
-- File: shift.vhd
--
-- Author: Jennifer Jenkins
-- Philips Semiconductor
-- Purpose: Serial in/serial out 8-bit parallel load/out shift
-- register component definition.
www.eeworm.com/read/473491/6844387
lst shift.lst
C51 COMPILER V7.09 SHIFT 07/21/2006 22:52:00 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE SHIFT
OBJECT MODULE PLACED IN s
www.eeworm.com/read/473491/6844388
c shift.c
//---------------------------------
#include
#include
sbit sda=P0^2;
sbit scl=P0^3;
int a,number,b,fbit;
//code int led[16]={0x11,0xD7,0x32,0x92, /* 0 1 2 3 4 */
www.eeworm.com/read/473491/6844913
c shift.c
//-------------------------------------
sbit sda=P0^1;
sbit scl=P0^0;
code char led[16]={0x11,0xD7,0x32,0x92, /* 0 1 2 3 4 */
0xD4,0x98,0x18,0xD3,0x10,0x90, /* 5 6 7 8 9 */
www.eeworm.com/read/473219/6848852
m shift.m
function F = shift(F,shifttol)
% Author Johan L鰂berg
% $Id: shift.m,v 1.4 2005/02/04 10:10:27 johanl Exp $
for i = 1:size(F.clauses,2)
switch F.clauses{i}.type
case {1,9}
www.eeworm.com/read/395734/8155461
m shift.m
% Program 5-4
% shift.m
%
% Shift the contents of the register.
%
% Programmed by M.Okita and H.Harada
%
function [outregi] = shift(inregi,shiftr,shiftu)
% ********************************
www.eeworm.com/read/195390/8159526
m shift.m
% Program 5-4
% shift.m
%
% Shift the contents of the register.
%
% Programmed by M.Okita and H.Harada
%
function [outregi] = shift(inregi,shiftr,shiftu)
% ********************************
www.eeworm.com/read/195389/8159644
m shift.m
% Program 5-4
% shift.m
%
% Shift the contents of the register.
%
% Programmed by M.Okita and H.Harada
%
function [outregi] = shift(inregi,shiftr,shiftu)
% ********************************
www.eeworm.com/read/193277/8242187
m shift.m
function F = shift(F,shifttol)
% Author Johan L鰂berg
% $Id: shift.m,v 1.4 2005/02/04 10:10:27 johanl Exp $
for i = 1:size(F.clauses,2)
switch F.clauses{i}.type
case {1,9}