登录
首页 » Java » bp

bp

于 2010-08-29 发布 文件大小:82KB
0 124
下载积分: 1 下载次数: 0

代码说明:

说明:   时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上,运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的发展变化趋势,确定变量预测值 时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上,运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的发展变化趋势,确定变量预测值 (Time series forecasting method is a quantitative analysis method, which is variable in time series analysis based on the use of certain mathematical methods prediction model established so that the time trend extends out to forecast future market trends, determine the variable predict value of time series forecasting method is a quantitative analysis method, which is variable in time series based on the analysis, using certain mathematical methods prediction model established, to enable an extension of time trends outwards to forecast future market developments, trends, determine the variables predictive value)

文件列表:

bp
..\.classpath,302,2008-06-20
..\.project,378,2008-06-20
..\bin
..\...\Compressor
..\...\..........\BufferedFileAdapter$DoubleBuffer.class,583,2008-07-07
..\...\..........\BufferedFileAdapter.class,2948,2008-07-07
..\...\..........\FileAdapter.class,3835,2008-07-07
..\...\..........\MainUI$1.class,735,2008-07-07
..\...\..........\MainUI$2.class,735,2008-07-07
..\...\..........\MainUI$3.class,735,2008-07-07
..\...\..........\MainUI$4.class,735,2008-07-07
..\...\..........\MainUI$5.class,735,2008-07-07
..\...\..........\MainUI$6.class,735,2008-07-07
..\...\..........\MainUI$7.class,735,2008-07-07
..\...\..........\MainUI$8.class,735,2008-07-07
..\...\..........\MainUI$9.class,575,2008-07-07
..\...\..........\MainUI.class,11686,2008-07-07
..\...\..........\MainUI.form,18017,2008-06-20
..\...\..........\NeuralFileDecoder.class,3331,2008-07-07
..\...\..........\NeuralFileEncoder.class,8609,2008-07-07
..\...\..........\NeuralTrainer.class,7482,2008-07-07
..\...\..........\Swatch.class,2520,2008-07-07
..\...\..........\TrainerWithDiagram$1.class,1849,2008-07-07
..\...\..........\TrainerWithDiagram$2.class,1182,2008-07-07
..\...\..........\TrainerWithDiagram$3.class,1021,2008-07-07
..\...\..........\TrainerWithDiagram.class,3701,2008-07-07
..\...\MainClass.class,559,2008-07-07
..\...\myUtil
..\...\......\Diagram.class,3753,2008-07-07
..\...\......\Evaluate.class,3172,2008-07-07
..\...\......\Fetcher.class,2641,2008-07-07
..\...\......\MyRand.class,1547,2008-07-07
..\...\......\NumberBox.class,641,2008-07-07
..\...\neuralNetwork
..\...\.............\BackPropagation.class,5651,2008-07-07
..\...\.............\Dendrite.class,1319,2008-07-07
..\...\.............\InputNeuron.class,580,2008-07-07
..\...\.............\NetInformation.class,503,2008-07-07
..\...\.............\NeuralNetwork.class,7452,2008-07-07
..\...\.............\Neuron.class,3283,2008-07-07
..\...\.............\RandWeight.class,1092,2008-07-07
..\...\.............\Weight.class,350,2008-07-07
..\src
..\...\Compressor
..\...\..........\BufferedFileAdapter.java,4165,2008-06-20
..\...\..........\FileAdapter.java,6882,2008-06-20
..\...\..........\MainUI.form,18017,2008-06-20
..\...\..........\MainUI.java,20387,2008-06-20
..\...\..........\NeuralFileDecoder.java,3651,2008-06-20
..\...\..........\NeuralFileEncoder.java,9712,2008-06-20
..\...\..........\NeuralTrainer.java,14521,2008-06-20
..\...\..........\TrainerWithDiagram.java,3464,2008-06-20
..\...\MainClass.java,592,2008-06-20
..\...\myUtil
..\...\......\Diagram.java,5217,2008-06-20
..\...\......\Evaluate.java,3888,2008-06-20
..\...\......\Fetcher.java,4120,2008-06-20
..\...\......\MyRand.java,1749,2008-06-20
..\...\......\NumberBox.java,752,2008-06-20
..\...\neuralNetwork
..\...\.............\BackPropagation.java,10774,2008-06-20
..\...\.............\Dendrite.java,873,2008-06-20
..\...\.............\InputNeuron.java,632,2008-06-20
..\...\.............\NetInformation.java,636,2008-06-20
..\...\.............\NeuralNetwork.java,9469,2008-06-20
..\...\.............\Neuron.java,3590,2008-06-20
..\...\.............\RandWeight.java,1114,2008-06-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • graphics
    实验一:类与对象实验: 几何图形类的设计 实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。 实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。 ④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。 Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法 设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle 对象数目。 (test one)
    2014-05-05 08:37:25下载
    积分:1
  • AbsoluteLayout_LayoutParamsTest
    Test Target Class Source Code for Andriod.
    2013-10-04 10:16:34下载
    积分:1
  • Fourth_Assignment
    清华大学计算机系Java小学期第四次作业——正则表达式。包含题目与源代码。(Department of Computer Science Java primary period of the fourth job- regular expressions. Includes topics related to the source code.)
    2013-10-19 21:19:18下载
    积分:1
  • Socket
    java socket编程比较好的学习资料ppt,能够帮助初学者迅速了解socket编程,包含这多个实例。(Socket ppt programming a good learning materials Java, can help beginners quickly understand the socket programming, including the many examples. )
    2016-12-11 11:36:20下载
    积分:1
  • 酒店客房管理系统
    说明:  Java酒店客房管理系统,包含数据库文件,可以直接导入运行,还包含一系列文档包括论文等。(Java hotel room management system, including database files, can be directly imported to run, also contains a series of documents including papers and so on.)
    2021-04-04 07:39:04下载
    积分:1
  • aiKeyboard
    一个使用JAVA编写的类似按键精灵的程序,支持脚本文件的按键控制程序... (use Java to prepare a similar procedure Wizard button in support of the script file button control procedures ...)
    2007-04-28 01:45:28下载
    积分:1
  • JavaRegularExpressions
    Java 正则表达式,对于想深入学习java的朋友很有帮助(Java regular expression, who want to study in depth java helpful friend)
    2010-05-28 17:30:47下载
    积分:1
  • webmining
    本程序用JAVA编制,通过读取有关天气的XML文件的数据对象,然后绘制出相关的curv曲线图。(this procedure using JAVA, read on the weather data XML document object, and then mapping out the curv curves.)
    2005-07-09 00:27:36下载
    积分:1
  • Pindlebot
    说明:  暗黑2 专门 kpbot,早期版本,能用(Diablo 2 special kpbot, early version, can be used)
    2020-06-18 17:20:01下载
    积分:1
  • SpringTest
    说明:  spring框架集的简单小应用,实现了一些基本的功能(A simple and small application of the spring framework, which implements some basic functions)
    2020-06-19 20:38:53下载
    积分:1
  • 696518资源总数
  • 104921会员总数
  • 16今日下载