代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
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.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=
logic.cs
// Custom.cs created with MonoDevelop
// User: Estelle at 12:09 PM 5/11/2008
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
using System;
using System.Reflectio
logic.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=
logic.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=