代码搜索结果
找到约 10,000 项符合
Control System 的代码
speed_control.c
#include "CGJ.H" // 包含项目头文件
#include // 包含算术运算头文件
#include "control.h" // 包含控制任务所共有的头文件
#include "DataBuffer.h"
#define TEST FALSE /
force_control.lst
ARM COMPILER V2.53, force_control 16/12/06 08:05:01 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE force_control
OBJECT MODULE PL
power_control.c
#include "CGJ.H" // 包含项目头文件
#include "control.h" // 包含控制任务所共有的头文件
#include "DataBuffer.h" // 包含数据缓冲头文件
/****************************************************
power_control.lst
ARM COMPILER V2.53, power_control 16/12/06 08:05:01 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE power_control
OBJECT MODULE PL
control_interface.vhd
--###########################################################################
--
-- LOGIC CORE: Control Interface - Top level module
-- MODULE NAME: control_interface()
-
control_rom.v
/*
* control_rom generated by KCAsm at Sat May 26 15:39:05 EDT 2007
*/
module control_rom(address, instruction, clk);
input [9:0] address;
output [17:0] instruction;
input clk;
RAMB16_S18 ram_1024_
control.pyc_dis
#! /usr/bin/env python
# emacs-mode: -*- python-*-
import logging
import cgi
import string
import urllib
import cStringIO
import time
import urlparse
from zope.interface import implements