代码搜索:JOP
找到约 240 项符合「JOP」的源代码
代码结果 240
www.eeworm.com/read/204713/5029928
java jop_old.java
public class Jop {
public static int add(int a, int b) {
return a+b;
}
public static void main( String s[] ) {
/******** uart echo *********
int ch;
while ((JopSys.status()&1)==0); J
www.eeworm.com/read/204713/5029573
java jop2dat.java
/**
* jop2dat.java
*
* Convert file.jop to memory initialization for VHDL simulation.
*
*/
package com.jopdesign.tools;
import java.io.*;
import java.util.*;
import com.jopdesign.sys.*;
public cla
www.eeworm.com/read/419130/10884916
lin wave.lin
F:\5000\JOP\洗车计费\C\2\MAIN.OBJ
TO F:\5000\JOP\洗车计费\C\2\ID_FK
RS(256)
www.eeworm.com/read/281401/9157280
c mach3.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define RCSID3 "$Header: mach3.c,v 3
www.eeworm.com/read/281401/9157674
c mach3.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define RCSID3 "$Header: mach3.c,v 3
www.eeworm.com/read/281401/9158053
c mach3.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define RCSID3 "$Header: mach3.c,v 3
www.eeworm.com/read/419130/10884907
lst temp.lst
C51 COMPILER V6.02 - SN: Eval Version
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 1999
*** WARNING C182 IN LINE 252 OF F:\5000\JOP\洗车计费\C\2\MAIN.C: pointer to different objects
*** WARNING C182 IN LINE
www.eeworm.com/read/235248/14080162
h opcodes.h
// OPCODES.H
#ifndef __OPCODES_H
#define __OPCODES_H
#define TOK(t)
#define TNAME(t)
#define OP0(t) t,
#define OP1(t) t,
#define JOP(t) t,
enum Opcodes {
END_OP,
#include "ops.h"