登录
首页 » Java » bp

bp

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

  • Java
    说明:  设计模式一(单子、工厂、策略模式)练习 1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise 1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
    2020-07-01 06:40:02下载
    积分:1
  • cffxq
    说明:  一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!(Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!)
    2008-12-08 22:35:22下载
    积分:1
  • spring300_CN
    说明:  realy i dot konw speak
    2019-12-17 22:49:54下载
    积分:1
  • Test_lstore_3
    Test_lstore_3 extends Dx Test Case for Andriod.
    2013-11-12 11:48:46下载
    积分:1
  • DisplayLinesPoints
    用java3d写得一个小程序,有缩放、旋转、平移等功能(A small program written by java3d, zoom, rotate, pan, etc.)
    2013-12-08 10:23:49下载
    积分:1
  • 问道1.60登录器+网关带注册充值
    这是个游戏登录器和充值连接网关充值确实真实好用(This is a game login device and recharge connection gateway recharge really true and easy to use.)
    2021-03-12 21:49:25下载
    积分:1
  • ASC-DOCUMENTATION
    About Automated Sports Club
    2014-09-30 11:04:41下载
    积分:1
  • 会员积分消费管理系统
    【实例简介】 内含源码、数据库文件、项目日志和项目报告 会员积分消费管理系统是一个数据库应用系统,会员所有信息都是保存在数据库中。本系统将主要实现以下功能:注册会员、查询会员、会员、查询消费记录功能、会员管理、今日消费统计。
    2021-11-16 00:44:03下载
    积分:1
  • MyPowerSys
    FrameWork,通用权限管理系统,可自动生成代码,快速开发。(FrameWork, universal rights management system that can automatically generate code, rapid development.)
    2014-05-18 01:53:48下载
    积分:1
  • JavaAPI
    ①阅读Java API文档,掌握借助API编程的方法。 ②掌握String类的常用方法 ③掌握Date类以及Calendar类的常用方法; (① read the Java API documentation, to master the method with API programming. ② master the String class to grasp the common method ③ Date and Calendar classes class common method )
    2010-11-03 11:38:48下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载