代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
mlp_control.h
#ifndef __MLP_CONTROL_INCLUDE
#define __MLP_CONTROL_INCLUDE
#include
#include
#include
#include "cell.h"
#define DIFF_RANGE (double)0.01 //误差范围
//控
mlp_control.cpp
#include "Formula.h"
#include "mlp_control.h"
#include
/*class CControl*/
CMlp_control::CMlp_control()
{
run_status = LEARN_STATUS;
db_output_diff = 0.0;
srand( (unsigned
dc_control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PROG : origin = 44h , length = 07700h /* PROGRAM */
DATA : origin =
dc_control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PROG : origin = 44h , length = 07700h /* PROGRAM */
DATA : origin =
dc_control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PROG : origin = 44h , length = 07700h /* PROGRAM */
DATA : origin =
dc_control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PROG : origin = 44h , length = 07700h /* PROGRAM */
DATA : origin =
control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;