代码搜索结果
找到约 10,000 项符合
Control System 的代码
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
control_t.h
//
// File = control_T.h
//
#ifndef _CONTROL_T_H_
#define _CONTROL_T_H_
#include "genctl.h"
#include
#include
template< class T >
class Control : public GenericCon
control_t.cpp
//
// File = control_T.cpp
//
#include
#include
#include
#include
#include "control_T.h"
#include "typedefs.h"
#include "complex_io.h"
#ifdef _D
key_control.h
void menu_main_one_control()
{
switch(key)
{
case nokey:
clr_fullscreen();
menu_main_one();
break;
onetouch_control.c
+
+
/*
* Trivial control program to get information and turn the device off/onn
*/
#include
#include
#include
#include
#include
#include
echo_control.c
//Echo_control.c Echo using two interrupts for read and write
//3 sliders to control effects: buffer size, amplitude, fading
short input, output;
short bufferlength = 1000; //initial buffer
echo_control.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Echo_control"
ProjectDir="C:\ti\myprojects\Echo_control\"
ProjectType=Executable
CP