代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.c
#include "DSP28_Device.h"
#include "comm.h"
#include "mcbsp.h"
#include "gui_string.h"
#include "motor.h"
#define DATATYPE 0 /* 0代表edit菜单;1代表选项菜单*/
unsigned int i,j;
unsigned int send_flag;
motor.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Motor", "Motor\Motor.vcproj", "{00D3817A-D949-495D-A716-2565BD
motor.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
motor.cpp
// Motor.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Motor.h"
#include "MotorDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMotor
motor.h
// Motor.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#ifdef STANDARDSH