代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/431224/8696919
m write.m
function idx = write(a,fid,buslist)
% write synchronous machine data
global Bus Settings
idx = [];
if ~a.n, return, end
% filter machines using bus list
idx = [];
for i = 1:a.n
jdx = find(buslis
www.eeworm.com/read/384940/8830571
m write.m
function idx = write(a,fid,buslist)
% write synchronous machine data
global Bus Settings
idx = [];
if ~a.n, return, end
% filter machines using bus list
idx = [];
for i = 1:a.n
jdx = find(buslis
www.eeworm.com/read/282829/9056983
v generic_dpram.v
//synopsys translate_off
`include "timescale.v"
//synopsys translate_on
`define VENDOR_FPGA
//`define VENDOR_XILINX
//`define VENDOR_ALTERA
module generic_dpram(
// Generic synchronous d
www.eeworm.com/read/351504/10645211
v generic_dpram.v
//synopsys translate_off
`include "timescale.v"
//synopsys translate_on
`define VENDOR_FPGA
//`define VENDOR_XILINX
//`define VENDOR_ALTERA
module generic_dpram(
// Generic synchronous d
www.eeworm.com/read/443859/7621622
v generic_dpram.v
//synopsys translate_off
`include "timescale.v"
//synopsys translate_on
`define VENDOR_FPGA
//`define VENDOR_XILINX
//`define VENDOR_ALTERA
module generic_dpram(
// Generic synchronous d
www.eeworm.com/read/398865/7914379
v generic_dpram.v
//synopsys translate_off
`include "timescale.v"
//synopsys translate_on
`define VENDOR_FPGA
//`define VENDOR_XILINX
//`define VENDOR_ALTERA
module generic_dpram(
// Generic synchronous d
www.eeworm.com/read/136608/13369911
lst telecrd2.lst
MPASM 01.02 Released TELECRD2.ASM 9-16-1994 10:19:25 PAGE 1
ISO 7816 Synchronous Memory Card Emulator
LOC OBJECT CODE LINE SOURCE TEXT
VALUE
00
www.eeworm.com/read/136608/13369926
lst telecrd1.lst
MPASM 01.02 Released TELECRD1.ASM 9-16-1994 10:19:21 PAGE 1
ISO 7816 Synchronous Memory Card Emulator
LOC OBJECT CODE LINE SOURCE TEXT
VALUE
00
www.eeworm.com/read/136812/5860543
h syncstat.h
/* @(#)syncstat.h 1.1 92/07/30 SMI; from UCB 4.34 83/06/13 */
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Statistics for synchronous serial lines Each structure must be kept un
www.eeworm.com/read/131315/5939809
c callproc.c
/* Synchronous subprocess invocation for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988, 1990 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can r