代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/454843/7382348
paf motor_control_2812.paf
www.eeworm.com/read/454843/7382349
map motor_control_2812.map
******************************************************************************
TMS320C2000 COFF Linker PC v4.1.3
*******************************************************
www.eeworm.com/read/454843/7382358
pjt motor_control_2812.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="aci_time"
ProjectDir="D:\motor_control_2812_example\cIQmath\build\"
ProjectType=Exec
www.eeworm.com/read/454843/7382369
out motor_control_2812.out
www.eeworm.com/read/454843/7382370
sbl motor_control_2812.sbl
www.eeworm.com/read/454843/7382402
h motor_control_2812.h
#ifndef ACI_TIME_H
#define ACI_TIME_H
/*-------------------------------------------------------------------------------
Next, Include project specific include files.
--------------------------
www.eeworm.com/read/454843/7382422
c motor_control_2812.c
#include "IQmathLib.h" /* Include header for IQmath library */
#include "DSP28_Device.h"
#include "motor_control_2812.h"
#include "parameter.h"
//#include "SCI2812_scia.h"
// Prototyp
www.eeworm.com/read/454130/7397718
control_files demo02.control_files
LOAD DATA
INFILE *
INTO TABLE DEPT
REPLACE
FIELDS TERMINATED BY WHITESPACE
(DEPTNO, DNAME, LOC)
BEGINDATA
10 Sales Virginia
LOAD DATA
INFILE *
INTO TABLE DEPT
REPLACE
FIELDS TERMINATED
www.eeworm.com/read/454130/7397719
control_files demo04.control_files
LOAD DATA
INFILE demo.dat "str X'7C0A'"
INTO TABLE DEPT
REPLACE
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
TRAILING NULLCOLS
(DEPTNO,
DNAME "upper(:dname)",
LOC "u
www.eeworm.com/read/453315/7422560