代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/121154/14768335
v cm_parse.v
0 $accept : program $end
1 program : declaration_list
2 declaration_list : declaration_list declaration
3 | empty
4 declaration : var_declaration
www.eeworm.com/read/220447/14800215
txt d11r6a.txt
implementation
//PROGRAM D11R6A
//Driver for routine TUTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 5000; MPTS = 1000; NSHFT = 10;
www.eeworm.com/read/119982/14814667
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do
{
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/217397/14966410
m tsttrans.m
function [ret,x0,str,ts,xts]=tsttrans(t,x,u,flag);
%TSTTRANS is the M-file description of the SIMULINK system named TSTTRANS.
% The block-diagram can be displayed by typing: TSTTRANS.
%
www.eeworm.com/read/115675/15005064
tdf uart_rx.tdf
TITLE "Compact UART, Receiver Module";
-- Version 1.0, April 4th 1997
-- Copyright Rune Baeverrud
-- You may use or distribute this LPM function freely,
-- provided you do not remove this copyrig
www.eeworm.com/read/115675/15005128
tdf lfsr.tdf
%---------------------------------------------------------------------------
Description : Linear Feedback Shift Register
Project :
Edit history...
Date Engineer Rev Changes
www.eeworm.com/read/216263/15022445
m exa1_12.m
% exa1-12_shift_unit_pulse_d.m for example 1-12
% shifted unit pulse sequence
clear all;
N=64;
k=20;
x=zeros(1,N);
x(k)=1;
xn=0:N-1;
stem(xn,x)
axis([-1 65 0 1.1])
www.eeworm.com/read/216045/15028633
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/114602/15046290
doip
#!/usr/local/bin/perl
@l=(
0, 1, 2, 3, 4, 5, 6, 7,
8, 9,10,11,12,13,14,15,
16,17,18,19,20,21,22,23,
24,25,26,27,28,29,30,31
);
@r=(
32,33,34,35,36,37,38,39,
40,41,42,43,44,45,46,47
www.eeworm.com/read/114602/15046305
dopc1
#!/usr/local/bin/perl
@l=(
0, 1, 2, 3, 4, 5, 6, 7,
8, 9,10,11,12,13,14,15,
16,17,18,19,20,21,22,23,
24,25,26,27,28,29,30,31
);
@r=(
32,33,34,35,36,37,38,39,
40,41,42,43,44,45,46,47