代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/155348/11883997
bat 通信检测系统.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"d:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "工程1.DDF"
www.eeworm.com/read/155270/11886906
txt windows xp的几个使用技巧.txt
Windows XP的几个使用技巧
2002-02-19 作者:bFan
一、快速缩放网页字体
笔者无意中将书压在了<mark>Ctrl</mark>键上,再用鼠标滚轮滚动网页时,发现网页并没有上下滚动,取而代之的是网页字体的缩放。按住<mark>Ctrl</mark>键后,向上滚动滚轮字体缩小,向下滚动放大。这个技巧只对网页上的文字有效,对图片无效。
二、屏幕键盘
用鼠 ...
www.eeworm.com/read/343896/11920244
set im_robot.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
EnableFunctionView=1
BodyName=SPL162001
[SetLink]
ExeFile=1
Outp
www.eeworm.com/read/343876/11920587
set i2c_test.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPL162001
[SetLink]
ExeFile=1
Output=.\Debug\I2C_Test.s
www.eeworm.com/read/154838/11924030
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/154838/11924124
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel
www.eeworm.com/read/154835/11924246
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/343751/11930482
m ftp6.m
function [f, J] = ftp6(x, ctrl)
%Call: [f J]=ftp6(x,ctrl)
%Evaluate the residuals corresponding
%to the objective in a nonlinear lsq problem.
%If ctrl>0 the Jacobian J is computed analytically.
%
www.eeworm.com/read/343458/11946441
c server.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/154482/11951266
c i2c-velleman.c
/* ------------------------------------------------------------------------- */
/* i2c-velleman.c i2c-hw access for Velleman K8000 adapters */
/* ------------------------------------------------