代码搜索结果

找到约 10,000 项符合 State Machine 的代码

answering_machine.c

/* A Linux-based Telephone Answering Machine * Copyright: Bob Smith, 2005 * Warranty: No warranty expressed or implied. USE AT YOUR OWN RISK! * License: GNU General Public License, v

msi_machine.pas

{*******************************************************} { MiTeC System Information Component Suite } { Machine Detection Part } { versi

msi_machine.pas

{*******************************************************} { MiTeC System Information Component Suite } { Machine Detection Part } { versi

machine.v.bak

module machine(clk,reset,in,out); input clk,reset,in; output out; reg out; parameter set0=0,hold=1,set1=2; reg [1:0] state; always@(posedge clk or negedge reset) begin

machine-constraints.html

Using the GNU Compiler Collection (GCC)

bs_machine.pas

unit Bs_machine; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, baseformtree, dxExEdtr, ActnList, ImgList, DB, ADODB, StdCtrls, DBCtr