代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/141545/13001123

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/141260/13027259

c int_fft.c

/* fix_fft.c - Fixed-point Fast Fourier Transform */ /* fix_fft() perform FFT or inverse FFT window() applies a Hanning window to the (time) input fix_loud()
www.eeworm.com/read/242302/13077154

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/242302/13079563

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/140352/13086466

v code.v

// 可综合模块 // 此模块将signal.v 中产生的indata信号进行编码: // 1 编码成为31位的+M序列;0 编码为-M 序列。 // 其中包括了一个5级的移位寄存器用于产生M序列。 `timescale 1ns/1ns module coder( clk_1, //数据输入时钟 clk_31,
www.eeworm.com/read/140230/13095521

pas enter_form1.pas

unit Enter_Form1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XPMenu, StdCtrls,DB,ADODB; type TEnter_F1 = class(TForm) Lab
www.eeworm.com/read/326893/13110124

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/241408/13146702

c keypad.c

#include /*键盘扫描函数,没有键按下返回0x7f*/ /*如果shift按下,返回值最高位为1*/ extern void delay_ms(unsigned int time); unsigned char scan_key(void) { unsigned char i,temp; unsigned shift=0;
www.eeworm.com/read/139439/13156314

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/138751/13217808

s rominit.s

/* romInit.s - Zhongxing 860fuc ROM initialization module */ /* Copyright 1984-1996 Wind River Systems, Inc. */ .data .globl copyright_wind_river .long copyright_wind_river /* modification his