代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
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
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
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
logic.c
#include
#include
//#include
//#include
#include "logic.h"
#define DATAIN PINA
#define DATADIR DDRA
#define DATAOUT PORTA
#defi
logic.hex
:100000000C9437000C9452000C9452000C94520043
:100010000C9452000C9452000C9452000C94520018
:100020000C9452000C9452000C9452000C94520008
:100030000C9452000C9452000C9452000C945200F8
:100040000C9452000C9
logic.c
/* logic -- synthetize logic functions with 4 inputs
*
* Copyright (C) 2003-2004 fatih89r
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
logic.java
//Logic.java
//This programe is about the Logic Computing
public class Logic{
public static void main(String[] args){
int x = 5;
int y = 7;
boolean b1,b2,b3,b4;
logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=