代码搜索结果
找到约 7,992 项符合
Motor 的代码
servo_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
ENTITY servo_control IS
PORT
(
clock_100khz, clock_10hz : IN STD_LOGIC;
l
side_beyond.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
[PATH_INFO]
dir_src=
dir_bin=
dir_tmp=
dir_sin=
dir_inc=
dir_lib=
dir_lkr=
[CAT_FILTERS]
filter_src=*.as;*.c
main.c
#include
#include "absacc.h"
//定义每分钟的最大和最小的转速
#define max_speed 240
#define min_speed 20
//按键对应的值
#define START 0xFE
#define STOP 0xFD
#define TURN 0xFC
#define UP 0xFB
#def
s4.m
function [ret,x0,str,ts,xts]=s4(t,x,u,flag);
%s4 is the M-file description of the SIMULINK system named s4.
% The block-diagram can be displayed by typing: s4.
%
% SYS=s4(T,X,U,FLAG) returns depen
sum_control.tan.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer " "Info: Running Quartus
s4.m
function [ret,x0,str,ts,xts]=s4(t,x,u,flag);
%s4 is the M-file description of the SIMULINK system named s4.
% The block-diagram can be displayed by typing: s4.
%
% SYS=s4(T,X,U,FLAG) returns depen
motordlg.cpp
// MotorDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Motor.h"
#include "MotorDlg.h"
#include "const.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
fun_ex.h
extern void CH452_Write(unsigned int);
extern unsigned char CH452_Read();
extern void initial(void);
/*extern int add2(int,int);
extern int add3(int,int,int);
extern void adisr(void);
ex
fun_ex.h.bak
extern void CH452_Write(unsigned int)
extern unsigned char CH452_Read()
/*extern int add2(int,int);
extern int add3(int,int,int);
extern void adisr(void);
extern void avr(void);
ext
sel.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
-------------------------------------------------------------------------------
-- Baud rate generator
--------------------