-
Self organising data mining
说明: Self organising data mining (GMBH Technique) and application in forecasting
- 2019-01-02 02:07:56下载
- 积分:1
-
simulinkl and Python
基于simulink的ABS神经网络控制、爬虫(Controling ABS by neural network that base on simulink and reptile.)
- 2020-07-01 20:20:01下载
- 积分:1
-
Archive 3
潜在特征 机器学习 数据挖掘 数据分析 代码(latent feature ml data mining data analyst code)
- 2020-06-21 16:00:01下载
- 积分:1
-
ATCommandTesterV56-Standard
AT command tester for SIM modul
- 2019-05-23 15:37:23下载
- 积分:1
-
LMI02_ekolab
information very interesting
- 2013-05-17 03:50:53下载
- 积分:1
-
K近邻互信息计算程序
matlab用于计算K近邻互信息量程序,多变量相关性(K nearest neighbor mutual information computing program)
- 2020-11-17 19:29:40下载
- 积分:1
-
vb编写的格斗游戏,具备过关格斗游戏的基本要素。是学习游戏编写的好例子...
vb编写的格斗游戏,具备过关格斗游戏的基本要素。是学习游戏编写的好例子-vb prepared fighting games, with clearance of the basic elements of fighting games. Prepared to learn the game a good example of
- 2022-04-27 09:55:55下载
- 积分:1
-
PCB
... 超全的AD库 包含了比较全的一些常用库文件,常用51单片机以及C8051F系列,还有一些常用的IC(...(Ultra-wide AD library contains more full of some commonly used libraries, common C8051F series microcontrollers and 51, there are some common IC))
- 2019-02-23 09:40:28下载
- 积分: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
-
VC-clock-source
多功能时刻钟,整点报时,还有闹钟的功能,还有些功能没有完善。(Multi-time clock, the whole point of time, as well as alarm clock function, and some feature is not perfect.)
- 2011-10-06 11:55:04下载
- 积分:1