代码搜索:State Machine

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

代码结果 10,000
www.eeworm.com/read/180363/9311013

bsf ad_s_machine.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/180363/9311019

vhd ad_s_machine.vhd

library ieee; use ieee.std_logic_1164.all; entity ad_s_machine is port (clk : in std_logic; eoc : in std_logic; data : in std_logic_vector(7 downto 0); ale : out std
www.eeworm.com/read/180363/9311025

qws ad_s_machine.qws

[ProjectWorkspace] ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1 ptn_Child3=Document-2 pt
www.eeworm.com/read/180363/9311031

qpf ad_s_machine.qpf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/176377/9500641

java check_for_machine_test.java

package snmp_lcd_default_set; import org.snmp4j.*; import org.snmp4j.mp.*; import org.snmp4j.smi.*; import org.snmp4j.transport.*; import org.snmp4j.event.ResponseEvent; import javax.swing.*;
www.eeworm.com/read/363788/9935864

uv2 machine_control.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 File 1,1,
www.eeworm.com/read/363788/9935888

uv2 machine_control.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 File 1,1,
www.eeworm.com/read/275831/10794375

rb 12 - pinging a machine.rb

require 'ping' Ping::pingecho('oreilly.com') # => true Ping::pingecho('localhost') # => true Ping::pingecho('127.0.0.1') # =>
www.eeworm.com/read/418199/10959340

vbs create a virtual machine.vbs

On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") errReturn = objVS.CreateVirtualMachine("Scripted Machine", _ "C:\Scripts\Shared Virtual Machines\Scripted")