代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/273525/4210367
dlg irf_drop.dlg
/*
irf_drop.dlg
*! VERSION 1.1.1 20may2005
*/
VERSION 9.0
SYNCHRONOUS_ONLY
INCLUDE _std_small
INCLUDE header
HELP hlp1, view("help irf_drop")
RESET res1
DIALOG main, label("i
www.eeworm.com/read/147328/12564391
c du.c
/*
* DU-11 Synchronous interface driver
*/
#include "../h/param.h"
#include "../h/systm.h"
#include "../h/dir.h"
#include "../h/user.h"
#include "../h/buf.h"
#include "../h/uba.h"
/* device regist
www.eeworm.com/read/152187/12133541
abl reset22a.abl
module reset22a
title 'Demonstrates Asynchronous Reset and Synchronous Preset
Tim Charnley Data I/O Corp 9 Aug 1990'
reset22a device 'P22V10';
Clk,I1,I2,R,S,T Pin
www.eeworm.com/read/336516/12440383
abl reset22a.abl
module reset22a
title 'Demonstrates Asynchronous Reset and Synchronous Preset
Tim Charnley Data I/O Corp 9 Aug 1990'
reset22a device 'P22V10';
Clk,I1,I2,R,S,T Pin
www.eeworm.com/read/231721/14222832
h mx1_ssi.h
/*
* mx1_ssi.h
* Define the register set for Synchronous Serial Interface
* By : Jing Zhang
* Date : 2004/06/09
*/
#ifndef MX1_SSI_H
#define MX1_SSI_H
#include "mx1.h"
#ifdef MX1_S
www.eeworm.com/read/167185/5464113
cat
LPCSYNT(1-ESPS) ENTROPIC RESEARCH LAB
NNNNAAAAMMMMEEEE
lpcsynt - perform pitch-synchronous synthesis from FEA_ANA
files
SSSSYYYYNNNN
www.eeworm.com/read/471796/6882019
vhd list_ch11_02_x_ram_1p_sync.vhd
-- Listing 11.1
-- Single-port RAM with synchronous read
-- Modified from XST 8.1i rams_07
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity xilinx_one_port_ram_sync is
www.eeworm.com/read/471796/6882020
vhd list_ch11_01_x_ram_1p_async.vhd
-- Listing 11.1
-- Single-port RAM with synchronous read
-- Modified from XST 8.1i rams_07
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity xilinx_one_port_ram_sync is
www.eeworm.com/read/471796/6882021
vhd list_ch11_04_x_ram_2p_sync.vhd
-- Listing 11.4
-- Dual-port RAM with synchronous read
-- Modified from XST 8.1i rams_11
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity xilinx_dual_port_ram_sync is
www.eeworm.com/read/429159/8816186
txt linux网络编程一步一步学-同步聊天程序(14).txt
Linux网络编程一步一步学-同步聊天程序
关键词: Linux synchronous socket accept chat
服务器端源代码如下:
#include
#include
#include
#inc