-
迪兰RX560D战神(海力士)原版Bios
迪兰RX560D战神(海力士)BiosBaffin.rom
- 2020-12-08下载
- 积分:1
-
nec 78F0413的例子程序,里面有LCD,RTL和PORT的操作,学NEC的朋友可以使用...
nec 78F0413的例子程序,里面有LCD,RTL和PORT的操作,学NEC的朋友可以使用-nec 78F0413 demo,it has the lcd,rtl and port driver, it will help you who need to learn the nec
- 2022-06-30 22:58:51下载
- 积分:1
-
AD7746,我做过,已经成功,欢迎下载!
AD7746,我做过,已经成功,欢迎下载!-AD7746, I have done has been successful, welcome to download!
- 2022-02-06 18:19:15下载
- 积分:1
-
IVI_GSG_LabVIEW_May_6_09[1]
教你如何用LabView写IVI驱动,以实现某个测量任务。(Getting Started with IVI Drivers,Your Guide to Using IVI with LabVIEW)
- 2010-09-19 21:25:37下载
- 积分:1
-
BLDC
说明: stm32实现无刷直流电机双闭环控制,非常优秀(STM32 realizes double closed-loop control of Brushless DC motor, which is excellent)
- 2019-02-19 21:28:24下载
- 积分:1
-
Suitable for engineers and students to enhance their own circuit design on the l...
适合工程师和学生提升自身对电路设计的认识和水平所进行学习。-Suitable for engineers and students to enhance their own circuit design on the level of awareness and learning.
- 2022-04-25 04:12:20下载
- 积分: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
-
shape parameterization mothods
多学科优化参数化建模MATLAB程序,对翼型进行参数化建模(MATLAB Program for Parametric Modeling of Multidisciplinary Optimization)
- 2021-01-15 00:18:46下载
- 积分:1
-
shoot
试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
- 2018-02-10 23:16:34下载
- 积分:1
-
zigbee与stm32通信例子
zigbee基础讲解与实战stm32通信例子(ZigBee basic explanation and actual combat STM32 communication example)
- 2021-04-23 10:18:48下载
- 积分:1