代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/320759/13418898
dsn usart_scan.dsn
www.eeworm.com/read/320759/13418899
_c usart_scan._c
/******************************************/
//文件名:usart_scan.c
//功能: 扫描式串口通信的应用
//作者: young
//时间: 2006.11.16
//目标MCU:ATmega8
//晶振: 8MHZ
/******************************************/
//通信波
www.eeworm.com/read/320759/13418901
c usart_scan.c
/******************************************/
//文件名:usart_scan.c
//功能: 扫描式串口通信的应用
//作者: young
//时间: 2006.11.16
//目标MCU:ATmega8
//晶振: 8MHZ
/******************************************/
//通信波
www.eeworm.com/read/319472/13451224
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/318431/13479080
c headset_scan.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005
FILE NAME
headset_scan.c
DESCRIPTION
NOTES
*/
www.eeworm.com/read/318431/13479104
h headset_scan.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005
FILE NAME
headset_scan.h
DESCRIPTION
*/
#ifndef
www.eeworm.com/read/315699/13537884
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/313485/13586640
h key_scan.h
#include
#define KeyPort P2
#define uchar unsigned char
#define uint unsigned int
/*----------11.0592M 延时1ms---------*/
void delayms(int k)
{
int i,j;
for(i=0;i
www.eeworm.com/read/310741/13644695
vhd scan8.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
library work;
use work.my_package.all;
entity SCAN8 is
Port (RES