代码搜索:Synchronous

找到约 1,924 项符合「Synchronous」的源代码

代码结果 1,924
www.eeworm.com/read/350854/3114782

java readmessages.java

// ReadMessages.java - Sample application. // // This application shows you the basic procedure needed for reading // SMS messages from your GSM modem, in synchronous mode. // // Operation descri
www.eeworm.com/read/350854/3114814

java readmessages.java

// ReadMessages.java - Sample application. // // This application shows you the basic procedure needed for reading // SMS messages from your GSM modem, in synchronous mode. // // Operation descri
www.eeworm.com/read/350657/3122692

c comx.c

/* * Device driver framework for the COMX line of synchronous serial boards * * for Linux kernel 2.2.X * * Original authors: Arpad Bakay , * Peter B
www.eeworm.com/read/264095/4296070

c comx.c

/* * Device driver framework for the COMX line of synchronous serial boards * * for Linux kernel 2.2.X * * Original authors: Arpad Bakay , * Peter B
www.eeworm.com/read/263677/4300802

java readmessages.java

// ReadMessages.java - Sample application. // // This application shows you the basic procedure needed for reading // SMS messages from your GSM modem, in synchronous mode. // // Operation descri
www.eeworm.com/read/370579/9595083

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/112546/15483161

c blockdev.c

/* Functions for doing synchronous read, write and ioctl on a device. Copyright (C) 1999-2002 Bo Brant閚. This program is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/433021/8551809

vhd binary_upcounter.vhd

--Generated Binary Up Counter --The first design entity is a T-type flip-flop. The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce regular
www.eeworm.com/read/431224/8696154

m ddclass.m

function a = DDclass(varargin) % constructor of the class Direct Drive Synchronous Generator % == DDSG == global Settings switch nargin case 0 a.con = []; a.n = 0; a.bus = []; a.vbus = [];
www.eeworm.com/read/431224/8696949

m syclass.m

function a = SYclass(varargin) % constructor of the class Syn % == SYNCHRONOUS MACHINES == global Settings switch nargin case 0 a.con = []; a.n = 0; a.bus = []; a.vbus = []; a.Id = [];