代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
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.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=
and_logic.v
//
// Module AND_LOGIC
//
// Description : 4-input AND gate
//
// Device : Virtex-II Family
//
//-----------------------------------------------------------------------------------
//
modul
logic.h
// *********************************************************************************** //
//
// Filename : Logic.c
// Title : TowerBuilder Logic File
// Author : Fung Tin Ching
/