代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/114597/15046598
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/114100/15111064
txt 按钮的快捷方式能不能用功能键.txt
你 可 以 设 置 窗 体 的 KeyPreview为 True, 然 后 输 入 :
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyF1 Then Command1_Click
End Sub
www.eeworm.com/read/114100/15112408
txt 按钮的快捷方式能不能用功能键.txt
你 可 以 设 置 窗 体 的 KeyPreview为 True, 然 后 输 入 :
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyF1 Then Command1_Click
End Sub
www.eeworm.com/read/213940/15121999
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/213450/15134697
m ray_single.m
function r=ray_single
clear;
clc;
x=0;y=0;
t=0.001;
fc=10.^6; %Carrier frequency
wc=2*pi*fc;
v=10000/3600; %Receiver speed[km/h]
c=300*10.^6; %Light speed
wm=w
www.eeworm.com/read/211745/15174354
txt readme.txt
firfilter.vhd 三阶八位的FIR
firfilter1.vhd 改进的FIR
fir_lut查表法FIR
filter.vhd 读入数据和将串进数据变换为查表地址;
lut.vhd 按输入的查表地址读出相应的数据;
shift_add.vhd 将lut模块输出的数据进行移位相加,并输出最后结果;
control.vhd 将以上
www.eeworm.com/read/210161/15205724
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/209378/15220965
m get_gold.m
function [gold_seq]=get_gold(connections1,connections2)
sequence1=ss_mlsrs(connections1);
sequence2=ss_mlsrs(connections2);
% cyclically shift the second sequence and add it to the first one
L=2^l
www.eeworm.com/read/206867/15286639
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/169681/5416448
h mpc107meminit.h
/* mpc107MemInit.h - MPC107 Memory Controller register definitions */
/* Copyright 1984-2000 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,06jun00,bri written
*/
#ifn