代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
logic.java
package oebb;
/**
* Logic.java: Logic for OEBB project.
*
* Author: Martin Schoeberl (martin.schoeberl@chello.at)
*
* Changelog:
*
*/
import util.*;
import joprt.*;
import ejip.*;
public class Lo
logic.c
/* Test mpz_com, mpz_and, mpz_ior, and mpz_xor.
Copyright 1993, 1994, 1996, 1997, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; y
logic.c
logic (a, b)
int *a, b;
{
if (*a & 123)
b = 1;
if (*a & ~222)
b = 2;
if (124 & *a)
b = 3;
if (~111 & *a)
b = 4;
if (~*a & 23)
b = 1;
if (~*a & ~22)
b = 2;
i
logic.c
/** Tests the basic logical operations.
type: char, int, long
storage: static,
attr: volatile
values: 5, 350, 31734
*/
#include
static {type}
alwaysTrue(void)
{
ret
logic.cc
/*
* Simulator of microcontrollers (logic.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is pa
logic.pl
#: parser.pl
package main;
our $RD_TRACE = undef; # default off
our $RD_VERBOSE = undef; # default off
package X;
our ($str, $pos, $level);
package Parser;
use strict;
use warnin
logic.grammar
root: expression eof { $item[1] ? 'T' : 'F' }
eof: /^\Z/
expression: and_expr 'OR' expression
{ $item[1] || $item[3] }
| and_expr
and_expr: not_expr 'AND' and_expr
logic.c
logic (a, b)
int *a, b;
{
if (*a & 123)
b = 1;
if (*a & ~222)
b = 2;
if (124 & *a)
b = 3;
if (~111 & *a)
b = 4;
if (~*a & 23)
b = 1;
if (~*a & ~22)
b = 2;
i
logic.c
logic (a, b)
int *a, b;
{
if (*a & 123)
b = 1;
if (*a & ~222)
b = 2;
if (124 & *a)
b = 3;
if (~111 & *a)
b = 4;
if (~*a & 23)
b = 1;
if (~*a & ~22)
b = 2;
i