-
loss_rmse
说明: 18个项目,通过前9天的数据,预测第10天PM2.5的含量,采用线性回归,损失函数为均方根误差(Through the data of the first nine days, the PM2.5 content of the 10th day was predicted for 18 projects, and linear regression was adopted, and the loss function was root mean square error.)
- 2020-06-10 00:06:05下载
- 积分:1
-
VC助手软件,帮助您快速编写VC程序!VC助手,用过都说好,就不用多介绍了!...
VC助手软件,帮助您快速编写VC程序!VC助手,用过都说好,就不用多介绍了!-VC assistant software that helps you to quickly process the preparation of VC! VC assistant, used that well, do not have to introduce a!
- 2022-03-13 13:05:26下载
- 积分:1
-
hollecto
C ++ under the garbage collector(C under the garbage collecto)
- 2018-08-05 19:58:38下载
- 积分:1
-
0.5秒投入使用版本
APF仿真,三相不平衡治理。0.5s时投入使用,能看负载波形变换。(APF simulation, three-phase imbalance management. When it is put into use at 0.5s, it can see the load waveform change.)
- 2018-06-27 11:06:04下载
- 积分:1
-
精通Java核心技术全书随书源码实例
精通Java核心技术全书随书源码实例,涉及到界面、数据库、算法、字符串、数组、加密等多方面的Java基础实例,是学习Java编程开发的入门参考范例,不多介绍了,需要的赶快下载。
- 2022-11-17 18:30:04下载
- 积分:1
-
可以满足一般的b/s数据录入功能,ajax构建的
可以满足一般的b/s数据录入功能,ajax构建的-meet general b/s data entry functions, the ajax Construction
- 2022-04-28 16:50:30下载
- 积分:1
-
model2_tcy
连续介质的初至旅行时正演。
支持任意地表,连续介质,内部有试验数据。(Modeling 2-method for near suface)
- 2010-07-01 15:16:42下载
- 积分:1
-
隧道水量计算器x
基于生态平衡的原理,计算隧道的平衡涌水量(Calculate the equilibrium water inflow of the tunnel)
- 2020-06-20 04:00:02下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
SNAHAN
很好玩的用C写的贪吃蛇,代码易懂,简明清晰,适合于初学者(is a lot of fun to write the C of the huge memory, code understandable, clear and concise, and suitable for beginners)
- 2007-06-10 22:23:58下载
- 积分:1