代码搜索:dec
找到约 10,000 项符合「dec」的源代码
代码结果 10,000
www.eeworm.com/read/361539/10047491
dec log.dec
------------------------------------------------------------------------------------------
| Decoder statistics. This file is made first time, later runs are appended |
------------
www.eeworm.com/read/361386/10055246
java dec.java
package Absyn;
import Symbol.Symbol;
abstract public class Dec extends Absyn {}
www.eeworm.com/read/361386/10055257
class dec.class
www.eeworm.com/read/361074/10067148
v dec.v
module dec(cin,op,seg);
input op;
input [3:0] cin;
output [7:0] seg;
reg [7:0] seg;
always@(cin or op)
begin
if(op)
seg[7] = ~1'b0;
else
seg[7] = ~1'b1;
case(cin)
4'b0
www.eeworm.com/read/361074/10067157
bsf dec.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/357471/10208951
dec make.dec
# Makefile for ../nari_GPS directory
# syntax: "make sun" for SUN
# syntax: "make sco" for SCO
# syntax: "make dec" for DEC
# syntax: "make lnx" for LINUX
PROG = st_clock
PGM_BIN = ../../exe
www.eeworm.com/read/355313/10276722
pwi dec.pwi
www.eeworm.com/read/355313/10276762
dsn dec.dsn
www.eeworm.com/read/162188/10327541
dec system.dec
/*
** system.dec - Used by 32-bit version only.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Modify this number to reflect the largest number of elements allow
www.eeworm.com/read/162188/10327546
dec lncdfn.dec
/*
** lncdfn.dec - sets globals for lncdfn
**
** (C) Copyright 1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS,