登录
首页 » Java » bp

bp

于 2010-08-29 发布 文件大小:82KB
0 201
下载积分: 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 个回复

  • Instant-messaging-system
    即时通信系统(Java实现源代码),测试可行。(Instant messaging system (Java source code), the test is feasible.)
    2014-02-15 21:30:43下载
    积分:1
  • complex
    说明:  编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。(Write a complex class, which can add and subtract complex numbers. Write a class (application) containing the main method to test the complex class. The complex class is required to include at least one parametric construction method and one parametric construction method; the data members include the real and imaginary parts of the complex, which are of double type; and two methods are included to realize the addition and subtraction operations of the complex respectively.)
    2019-04-13 20:31:45下载
    积分:1
  • ez160
    hai还是可以用的,用于电脑的最新的文件生成,常用的话是最好的(hai can still use)
    2010-06-19 15:26:18下载
    积分:1
  • CodeAttribute_info
    IAttribute Collection get Attributes Source Code for Andriod.
    2014-01-13 12:13:49下载
    积分:1
  • Rtreejava
    java实现R树空间索引,包含3个测试文件(rtree is completed by java)
    2020-12-01 19:19:27下载
    积分:1
  • 226CAD图形
    s7-200模块图 300的PLC模块和cup的电气图纸设计图库(S7-200 module diagram)
    2020-06-25 10:00:01下载
    积分:1
  • PruebaJScrollPane
    Esto es un ejemplo de como usar el JScrollPane
    2015-09-17 22:01:20下载
    积分:1
  • Transfer Money.seq.violet
    说明:  example seq diagram for java dev
    2019-02-12 08:48:44下载
    积分:1
  • 01
    说明:  这是一个java编写的用户登录系统,主要功能是检测用户是否合法(This is a java written user login system, the main function is to detect whether the user is legitimate)
    2013-11-30 19:57:26下载
    积分:1
  • Bubbles
    Java 开发的弹跳球小游戏代码. 便于理解OO的概念.(Bubbles Game, developed in Java, easy to understand OO design in Java)
    2009-03-22 08:11:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载