代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/385619/8796093
c judge_state.c
// 需要对“起动、怠速、中小负荷、全负荷、加速、减速”这6种发动机运行工况进行判断。
// 本函数的目的就是判别驾驶意图,并根据踏板值的变化,对变量 run_condition 进行赋值。
// 目前采用的是利用踏板的变化率来判定减速,如果能加入对转速变化的考虑,程序将更加完善。
#include "include.h"
#pragma CODE_SEG DEFAULT
voi ...
www.eeworm.com/read/385619/8796096
txt judge_state.txt
// 需要对“起动、怠速、中小负荷、全负荷、加速、减速”这6种发动机运行工况进行判断。
// 本函数的目的就是判别驾驶意图,并根据踏板值的变化,对变量 run_condition 进行赋值。
// 目前采用的是利用踏板的变化率来判定减速,如果能加入对转速变化的考虑,程序将更加完善。
#pragma CODE_SEG DEFAULT
static void judge_<mark>state</mark> ...
www.eeworm.com/read/429412/8809423
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/429412/8809426
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/384940/8830399
bmp eig_state.bmp
www.eeworm.com/read/428459/8866726