代码搜索:LOGIC
找到约 10,000 项符合「LOGIC」的源代码
代码结果 10,000
www.eeworm.com/read/163650/10151657
paf logic.paf
www.eeworm.com/read/163650/10151669
pjt logic.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="logic"
ProjectDir="F:\EVM_JXXY2\logic\"
ProjectType=Executable
CPUFamily=TMS320C54X
www.eeworm.com/read/356292/10232302
c logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=
www.eeworm.com/read/421976/10673143
c logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=
www.eeworm.com/read/350591/10729869
paf logic.paf
www.eeworm.com/read/350591/10729894
pjt logic.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="logic"
ProjectDir="F:\EVM_JXXY2\logic\"
ProjectType=Executable
CPUFamily=TMS320C54X
www.eeworm.com/read/350591/10729914
paf logic.paf
www.eeworm.com/read/350591/10729932
pjt logic.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="logic"
ProjectDir="F:\EVM-JXXY2\logic\"
ProjectType=Executable
CPUFamily=TMS320C54X
www.eeworm.com/read/421254/10746506
h logic.h
#define temp (*(volatile uint8_t *)(2))
#define trig (*(volatile uint8_t *)(3)) //触发位,0为低电平触发,1为高电平触发
#define trig_en (*(volatile uint8_t *)(4)) //触发忽略位,0为使能,1为忽略
#define fre_lo (*(vol
www.eeworm.com/read/421254/10746511
c logic.c
#include
#include
//#include
//#include
#include "logic.h"
#define DATAIN PINA
#define DATADIR DDRA
#define DATAOUT PORTA
#defi