代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/161839/10366076
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/425249/10367303
txt cur_state.txt
indata[0] = 3'b100 ; outdata[0] = 9'b000000001;
indata[1] = 3'b000 ; outdata[1] = 9'b000000001;
indata[2] = 3'b101 ; outdata[2] = 9'b000000001;
indata[3] = 3'b001 ; outdata[3] = 9'b000000010;
www.eeworm.com/read/353831/10414542
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/161357/10422847
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/161357/10422850
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/278961/10485246
png state_transition.png
www.eeworm.com/read/278961/10485367