搜索结果

找到约 4,139 项符合 control class 的查询结果

按分类筛选

显示更多分类

微处理器开发 this doc willl show you how to control GLCD of nokia6610 to display your imagine using microcontroll

this doc willl show you how to control GLCD of nokia6610 to display your imagine using microcontroller
https://www.eeworm.com/dl/655/469195.html
下载: 23
查看: 1088

文件格式 MPEG2_TS_flow_embeded_control_data_design.doc格式的有verilog程序!

MPEG2_TS_flow_embeded_control_data_design.doc格式的有verilog程序!
https://www.eeworm.com/dl/639/485480.html
下载: 99
查看: 1033

技术资料 电机驱动控制 Electrical Machine Drives Control 完整版pdf电子书下载

Electrical Machine Drives ControlA basic study of electrical drives is fundamental to an electrical engineering curriculum, and, today, gaining a better academic understanding of the theory and application of controlledvelocity electrical drive technologies is increasingly important. Electrical driv ...
https://www.eeworm.com/dl/845647.html
下载: 9
查看: 3260

技术资料 [非线性预测控制理论与实践].Non-Linear.Predictive.Control.Theory.&.Practice

·[非线性预测控制理论与实践].Non-Linear.Predictive.Control.Theory.&.Practice
https://www.eeworm.com/dl/884116.html
下载: 4
查看: 6682

技术资料 基于VC的煤矿监控软件开发Design of Colliery Monitoring and Control Software Based on VC

This monitoring and control system is designed for colliery of small and medium. The industrial c
https://www.eeworm.com/dl/916958.html
下载: 1
查看: 1181

技术资料 基于LonWorks 总线温室控制系统Green-house Control Network System Based on LonWorks

本文在LonWorks 总线技术的基础上,设计了基于主机AT89C51WD 单片机的高性能网络节点,对温室参数进行控制。文中给出了系统的组成结构,并详细介绍了主要电路的工作。该系统运行稳
https://www.eeworm.com/dl/917688.html
下载: 6
查看: 9092

技术资料 Book-Fundamental Limitations in Filtering and Control

·Book-Fundamental Limitations in Filtering and Control
https://www.eeworm.com/dl/939377.html
下载: 2
查看: 8595

Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void

java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void main(String[] args) { //开始method JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息 System.exit(0) // 结束程序 } //结束method } //结束class ...
https://www.eeworm.com/dl/634/154367.html
下载: 123
查看: 1124

数据结构 参照栈类模板的例子编写一个队列类模板class <T> Queue

参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数 ...
https://www.eeworm.com/dl/654/172542.html
下载: 168
查看: 1296

其他 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC

支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type
https://www.eeworm.com/dl/534/213803.html
下载: 64
查看: 1249