代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/137597/13310199
vhd rd_mux.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : rd_mux.vhd
-- USED IN : rw_cntl.vhd (Read/Write Contr
www.eeworm.com/read/137597/13310206
vhd ir_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : ir_reg.vhd
-- USED IN : int_ltch.vhd (Interrupt Latch
www.eeworm.com/read/137597/13310229
vhd vect_mux.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : vect_mux.vhd
-- USED IN : int_seq.vhd (Interrupt Sequ
www.eeworm.com/read/137597/13310244
vhd ocw3_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : ocw3_reg.vhd
-- USED IN : rw_cntl.vhd (Read/Write Con
www.eeworm.com/read/137597/13310271
vhd pri_res.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : pri_res.vhd
-- USED IN : int_ltch.vhd (Interrupt Latc
www.eeworm.com/read/137597/13310302
vhd ocw2_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : ocw2_reg.vhd
-- USED IN : rw_cntl.vhd (Read/Write Con
www.eeworm.com/read/315311/13546649
html synchronization.html
Xlib Programming Manual: Enabling or Disabling Synchronization
11.8.1 Enabling or Disabling Synchronization
When debugging X applica
www.eeworm.com/read/311774/13626091
c fileflags.c
#include "apue.h"
#include
int
main(int argc, char *argv[])
{
int val;
if (argc != 2)
err_quit("usage: a.out ");
if ((val = fcntl(atoi(argv[1]), F_GETFL, 0)) < 0)
err