代码搜索:安全模式
找到约 10,000 项符合「安全模式」的源代码
代码结果 10,000
www.eeworm.com/read/25215/846238
c 12-1-12.c
#include //头文件
#include
#include
void main(void) //主函数
{
char ch; //变量声明
unsigned long k;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x20;
www.eeworm.com/read/25215/846245
c 12-2-18.c
#include //头文件
#include
#include
void main(void) //主函数
{
static char str[50]="this is line 1 ";
int i;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x
www.eeworm.com/read/25215/846252
c 12-1-1.c
#include //头文件
#include
#include
void main(void) //主函数
{
unsigned char i; //变量声明
char *p;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x20;
www.eeworm.com/read/25215/846253
c 12-2-13.c
#include //头文件
#include
#include
void main(void) //主函数
{
static char str[50]="this is line 1 ";
int i;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x2
www.eeworm.com/read/25215/846260
c 12-1-6.c
#include //头文件
#include
#include
void main(void) //主函数
{
unsigned char i; //变量声明
char *p;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x20;
www.eeworm.com/read/25215/846262
c 12-1-8.c
#include //头文件
#include
#include
void main(void) //主函数
{
unsigned char i; //变量声明
char *p;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x20;
www.eeworm.com/read/25215/846264
c 12-1-13.c
#include //头文件
#include
#include
void main(void) //主函数
{
char ch; //变量声明
char ch_lower;
SCON=0x50; //串口模式1,允许接收
TMOD|=0x20;
www.eeworm.com/read/27857/868051
c delay.c
#include
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//使用SysTick的普通计数模式
www.eeworm.com/read/25032/942463
-
/*********************************************************************************************************
** 工程功能 :串口通信程序
** 驱动说明 :QC12864B这个型号的显示屏厂家把它的PSB直接用一个零欧电阻接到VDD上了。而串行模式需要把PSB接到低电平,
**
www.eeworm.com/read/26219/955891
c can初始化程序.c
#define BASE 0x7F; //定义寻址的基址,P2.7口,低电平有效
#define MODR BASE + 0x00; //PeliCAN模式
#define CMR BASE + 0x01; //设置命令寄存器
#define SR B