代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
logic.c
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for
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.java
package lyzn.logic;
import java.util.List;
public interface Logic {
List getPageData(int page);
}
logic.cpp
// logic.cpp : implementation file
//
#include "stdafx.h"
#include "pctest.h"
#include "logic.h"
#include "adc.h"
#include "address.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
logic.h
#if !defined(AFX_LOGIC_H__FD8221AC_4F57_11D4_88C3_930647F3705A__INCLUDED_)
#define AFX_LOGIC_H__FD8221AC_4F57_11D4_88C3_930647F3705A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
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.htm
YALMIP Example : Logic programming
logic.h
//
// ********************************************************************
// *
// * Author : Gerald Carter
// * File : logic.h
// * Created : 931001
// *
// * Descriptio
logic.c
# include
void main()
{
/* 定义一个整数类型的变量,用来存放后面算式的值 */
int logic;
int a = 1;
int b = 2;
int c = 3;
logic = a+b>c&&b=