里面有很多倒立摆的控制方法,如PID,根轨迹,bangbang,LQR,状态反馈,而且是Word版本可以copy的,呵呵
2019-12-21 22:23:40 1.39MB
1
总共 有13个实验,从面向过程到面向对象,是C++入门的较好代码资源,比较基础,易懂,基本知识点已全面涵盖,希望对你有所帮助!
2019-12-21 22:23:10 2.21MB C++ 入门 源代码
1
TEC-4实验指导书 计算机组成原理 TEC-4实验指导书
2019-12-21 22:22:06 959KB TEC-4 实验 指导书
1
基于51单片机的MLX90614红外测温仪实验指导书(含源代码) MLX90614 MLX90615 红外测温 51单片机 SMBus 这是经过本人实验测试得到的成果,再次将之分享给大家,希望对搞温度测量及控制的人有所帮助!
2019-12-21 22:14:19 156KB MLX90614 MLX90615 红外测温 51单片机
1
静态路由和RIP协议配置实验指导书,主要H3C
2019-12-21 22:13:28 587KB 路由
1
h3cne实验指导书电子版手册(详解)2014年最新版
2019-12-21 22:04:15 5.95MB H3C
1
实验七 Java多线程 一、实验目的: 熟悉利用Thread类建立多线程方法。 熟悉利用Thread接口建立多线程方法。 二、实验内容: 1. 阅读下列程序,分析并上机检验其功能。 class DelayThread exends Thread{ private static int count=0; private int no; private int delay; public DelayThread(){ count++; no=count; } public void run(){ try{ for (int i=0;i<10;i++){ delay=(int)(Math.random()*5000); sleep(delay); System.out.println(“Thread ”+no+” with a delay ”+delay); } }catch(InterruptedException e){}}} public class MyThread{ public static void main(String args[]){ DelayThread thread1=new DelayThread(); DelayThread thread2=new DelayThread(); thread1.start(); thread2.start(); try{ Thread.sleep(1000);}catch(InterruptedException e){ System.out.println(“Thread wrong”);}}} 2.讲上列程序利用Runnable接口改写,并上机检验。 3.利用多线程编写一个模拟时钟(AWT程序、Runnable接口),有时/分/秒针 编写一个应用程序,创建三个线程分别显示各自的时间。 三、实验要求: 1. 通过实验掌握Thread 、Runnable使用方法; 2. 程序必须能够实现多线程; 3. 程序必须能够完成题目要求; 4. 写出实验报告。 四、实验步骤: 首先分析程序功能,再通过上机运行验证自己的分析,从而掌握通过Thread类建立多线程的方法。 通过将扩展Thread类建立多线程的方法改为利用Runnable接口的方法,掌握通过Runnable接口建立多线程的方法。
2019-12-21 22:01:24 2KB JAVA
1
通信原理MATLAB仿真实验指导书V3.0最终版 内容很全的实验指导书
2019-12-21 21:59:42 3.22MB MATLAB
1
编译原理实验指导书 河北工业大学 实验指导 词法语法分析
2019-12-21 21:57:49 5.3MB 编译原理
1
uCore OS实验指导书和源码网址 (2017)
2019-12-21 21:54:53 1.55MB uCore 实验指导书
1