-
双开关控制灯的亮灭
双开关控制,通过两个开关来控制走廊灯的亮起和熄灭。(Double switch control.)
- 2018-12-12 13:43:59下载
- 积分:1
-
pll
用c语言实现的pll锁相环。用于仿真信号锁相。(pll phase lock loop。)
- 2021-01-19 23:38:41下载
- 积分:1
-
labview的入门教材,让你在最短的时间内掌握labview的基础知识
labview的入门教材,让你在最短的时间内掌握labview的基础知识-LabVIEW entry materials, let you in the shortest possible time to master the basic knowledge of LabVIEW
- 2022-10-20 22:40:03下载
- 积分:1
-
biliweifenkongzhi
说明: 各比例微分系数下系统的单位阶跃响应,有扰动曲线,随着微分作用的加强,系统的超调量减小,稳定性极高。(The unit step response of the system with various proportional and differential coefficients has perturbation curve. With the enhancement of differential action, the overshoot of the system decreases and the stability is very high.)
- 2019-05-14 15:43:21下载
- 积分:1
-
虚拟仪器的232通讯程序,安装了Labview的直接可以用了
虚拟仪器的232通讯程序,安装了Labview的直接可以用了-Virtual instrument 232 the communication process, the installation of Labview can be used directly
- 2022-02-07 22:41:47下载
- 积分:1
-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1
-
运动控制系统(陈伯时)
运动控制系统,用于运动控制算法设计的基础书籍(Motion control system, a basic book for motion control algorithm design.)
- 2020-11-18 14:19:38下载
- 积分:1
-
BP
说明: 利用python实现的基础bp神经网络,未使用tensorflow,按照原理自主实现(The basic BP neural network implemented by python, without tensorflow, is implemented autonomously according to the principle)
- 2019-11-07 16:07:23下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
代码用Verilog可发现中值写作。用一个C++文件看…
A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-23 17:50:08下载
- 积分:1