-
demo
说明: springBoot hellow word base the version 2.1.3
- 2020-06-23 00:40:02下载
- 积分:1
-
0.96寸OLED显示屏驱动程序
STM32 外接 0.96寸OLED显示屏驱动程序(stm32 oled can use can you understand?)
- 2020-06-19 04:00:01下载
- 积分:1
-
MKPCA
保留变量的MKPCA降维方法,实现在工业上进行降维(The MKPCA dimension reduction method for retaining variables)
- 2021-03-26 11:39:13下载
- 积分:1
-
MKL-DR
MULTIPLE KERNEL LEARNING FOR DIMENSIONALITY REDUCTION
- 2021-04-02 17:29:07下载
- 积分: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
-
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会...
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会
-This is a game viewing, educational oh. Importation of four different figures, the system will give you suggest that the number of A and location are correct, B for the correct figures, but the position is wrong, 4A0B victory for a total of eight chance
- 2022-07-21 21:50:05下载
- 积分:1
-
LabVIEW_Fuzzy_Logic_control
说明: 基于LabVIEW的直流电机模糊控制系统设计(LabVIEW-based Fuzzy Control System Design of DC Motor)
- 2009-09-04 00:19:32下载
- 积分:1
-
多样式简洁的JS浮动提示窗口
多样式简洁的JS浮动提示窗口,具体来说是链接提示窗口,链接提示特效,鼠标放在链接文字上的时候,自动弹出来,支持自定义窗口标题和文字正文,鼠标移走后,浮动提示自动消失,基于CSS和JavaScript共同实现,如截图所示。
- 2022-02-11 21:46:57下载
- 积分:1
-
实验24 IIC实验
说明: STM32F429 AT24C02 IIC通信(STM32F429 AT24C02 IICconnect)
- 2020-06-18 09:40:01下载
- 积分:1
-
博弈论微电网规划程序
利用博弈论堆微电网规划,求出风光储能容量(Based on game theory, microgrid capacity planning is realized)
- 2021-03-26 01:39:14下载
- 积分:1