代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/400198/11581275
js show_state.js
var CK= new Array();
var b='';
function ShowState(gamount){
b+=''+
''+
'
www.eeworm.com/read/400198/11581388
css men_state.css
p{ FONT-SIZE: 13px; FONT-FAMILY: "Arial"; word-break: break-all; }
td{ font-size: 13px; FONT-FAMILY: "Arial"; word-break: break-all; }
.table1 { background-color:003060; color:#ffffff; widt
www.eeworm.com/read/400198/11581482
php show_state.php
www.eeworm.com/read/400005/11586228
vhd state_graph.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state_graph is
port(
st:in std_logic;
--连接到外部输入信号,st=‘1’表示命令开始运算
clk:in std_logic;
--连接时钟输入信号
overflow:out std_logic;
--
www.eeworm.com/read/158684/11592644
m bin_state.m
function bin_state = bin_state( int_state, m )
% Copyright Matt C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% converts an vector of integer into a matrix; the i-th row is the binary
www.eeworm.com/read/158684/11592646
m int_state.m
function int_state = int_state( state )
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech.
% for academic use only
% converts a row vector of m bits into a integer (base 10)
[dummy, m] =
www.eeworm.com/read/158520/11603706
m bin_state.m
function bin_state = bin_state( int_state, m )
% Copyright Matt C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% converts an vector of integer into a matrix; the i-th row is the binary