代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/385462/2589382
mk
# generated from XKB map mk
include common
map 0x42f
exclam 0x02 shift
at 0x03 shift
doublelowquotemark 0x03 shift altgr
numbersign 0x04 shift
leftdoublequotemark 0x04 shift altgr
dollar 0x05 shift
pe
www.eeworm.com/read/385462/2590338
mk
# generated from XKB map mk
include common
map 0x42f
exclam 0x02 shift
at 0x03 shift
doublelowquotemark 0x03 shift altgr
numbersign 0x04 shift
leftdoublequotemark 0x04 shift altgr
dollar 0x05 shift
pe
www.eeworm.com/read/395815/8151481
mk
# generated from XKB map mk
include common
map 0x42f
exclam 0x02 shift
at 0x03 shift
doublelowquotemark 0x03 shift altgr
numbersign 0x04 shift
leftdoublequotemark 0x04 shift altgr
dollar 0x05 shift
pe
www.eeworm.com/read/135656/13911984
mk
# generated from XKB map mk
include common
map 0x42f
exclam 0x02 shift
at 0x03 shift
doublelowquotemark 0x03 shift altgr
numbersign 0x04 shift
leftdoublequotemark 0x04 shift altgr
dollar 0x05 shift
pe
www.eeworm.com/read/192685/8361882
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/192685/8364932
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/391726/8386820
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/192256/8393584
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/391308/8410295
bs2 ex23 - 74hc595.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex23 - 74HC595.BS2
' Purpose... Expanded outputs with 74HC595
' Author.... Parallax
www.eeworm.com/read/291333/8424829
chf cvfillconvexpoly.chf
void cvFillConvexPoly(CvArr* img, CvPoint* pts, int npts, CvScalar color, int line_type, int shift) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvFillConvexPoly_chdl");
if(fptr == NULL)