代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/382156/9044644
c ad7710.c
/*
* ad7710.c
*
* AD数据采集
*
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "link.h"
#in
www.eeworm.com/read/282699/9072590
h afsk.h
void afsk_ctrl(unsigned char ctrl);
void ask_com(unsigned short int speed,unsigned short int dat,unsigned short int in);
void fsk_com(unsigned short int speed,unsigned short int dat,unsigned short i
www.eeworm.com/read/282611/9080216
txt 电脑实用小技巧.txt
又实用又炫的10个电脑小技巧
电脑的小技巧,跟大家分享的:
1.关机、重启只要1秒钟
如果你想让Windows XP瞬间关机,那么可以按下<mark>CTRL</mark>+ALT+DEL,接着在弹出的任务管理器中点击“关机”→“关
机”,与此同时按住<mark>CTRL</mark>,不到1秒钟你会发现系统已经关闭啦,简直就在眨眼之间。同样道理,如果在“关机”菜单中
选择“重启”,即可快速重启。
2.批量文件重命名
Window ...
www.eeworm.com/read/380807/9127613
c~ 频率发生器.c~
#include
#include
#include
#include
#include
#include
#include
#define nil 0
#include "Config.h"
#include "L
www.eeworm.com/read/379858/9173920
m burst_g.m
function tx_burst = burst_g(tx_data, TRAINING)
%
% burst_g: This function generates a bit sequence representing
% a general GSM information burst. Included are tail
% and ctrl b
www.eeworm.com/read/378285/9238194
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/181745/9239122
lst ad7710.lst
C51 COMPILER V3.20, SN-0 AD7710 07/11/02 14:13:06 PAGE 1
DOS C51 COMPILER V3.20, COMPILATION OF MODULE AD7710
OBJECT MODULE PLACE
www.eeworm.com/read/181745/9239127
c ad7710.c
/*
* ad7710.c
*
* AD数据采集
*
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "link.h"
#in
www.eeworm.com/read/181590/9244827
conf plaintext.conf
# Plaintext (no encryption) network
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example open network"
key_mgmt=NONE
}
www.eeworm.com/read/378183/9246273
dat funtc104b.dat
#include
#include
#define ABORT 0
int c_break(void)
{
printf("Control-Break pressed. Program aborting ...
");
return (ABORT);
}
int main(void)
{
ctrlbrk(c_brea