搜索资源列表
四级上机练习程序原代码
- 这是一个关于计算机等级考试的上机预测的练习题目的原代码,文件中有相关的说明,是一系列个关于文件,数字和字符串处理的好例子!-This is a computer grade examination on the previous forecast of practice for the original topic code, a document related to the note of a series of 000 documents, digital, and the string
wavelet02
- 小波变换应用:一种基于预测分类的小波图像编码-wavelet transform applications : a classification based on the forecast of wavelet image coding
ANN-yucechengxu9
- 9个关于BP预测的原程序 很好的适合学习Bp预测的!有标记注释!-nine of the original forecast of BP procedures for good learning Bp forecast! Marked Notes!
asm_javasrc
- 在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中 股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。 反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的 计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整 ,并且通过一种被称为遗传算法的方法产生创新能力。总之,ASM是一个电脑中不断进化的虚拟股票市场! 通
niheyuce
- 拟合预测的matlab源程序! 适用于初学者-fitting forecast of Matlab source! Apply to beginners
gushimoni
- 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整,并且通过一种被称为遗传算法的方
基于力电耦合冲击矿压电磁辐射预测法的研究
- 笔者首先提出了煤岩变形破裂过程电磁辐射与应力耦合的概念,然后在实验研究、理论分析和数值模拟的基础上从力电耦合的角度研究了煤岩冲击矿压预测的电磁辐射法(EME)。研究结果表明:FLAC3D方法能对矿山巷道掘进过程煤岩内部应力场进行有效的数值模拟 电磁辐射信号主要来源于应力集中区,在场点监测到的电磁辐射信号主要是应力集中区煤岩变形破裂过程产生的 EME信号呈现出与煤岩内部应力变化相同的规律 利用力电耦合方法研究煤岩冲击矿压电磁辐射预测法是可行的。笔者最后还对未来煤岩冲击矿压电磁辐射预测法的研究进行了
pso_gray.rar
- 粒子群优化算法结合灰色模型进行电力市场的预测,自己编写的源代码,使用标准粒子群算法,Particle swarm optimization algorithm combined with a gray model forecast of the electricity market, I have written the source code, using the standard particle swarm optimization
WeatherReport
- 这是我自己做得一个天气预报的小软件,可以在线查询未来三天内中外几十个国家以及一百多个省的天气情况!-This is done my own forecast of a small software, online inquiries within the next three days dozens of foreign countries, as well as more than 100 Province of weather conditions!
thedevelopmentalforecastmodelofmaximumuseablefrequ
- 台湾国立中央大学太空科学研究所的一篇硕士论文,只要研究了电离层的最大可用频率的预报,文中提出了这种最大频率的预测模式,并将结果与proplab的预测结果相比较,效果比较满意.对研究电离层的同志没是很好的参考资料.-Taiwan National Central University Space Science Institute, a master' s thesis to study the ionosphere as long as the maximum usable frequen
yuce
- 一个BP网络的MATLAB源代码,通过训练学习,进而对目标的预测-A BP network of MATLAB source code to learn through training and then on the target forecast
NNapply1
- 利用线性神经网络对某一正弦信号进行线性预测。利用函数newlind设计线性神经网络, 在已知正弦信号过去5个值得情况下,预测其将来值。 定义需要的信号,共持续5s,采样频率40Hz-Using linear neural network to a sinusoidal signal for linear prediction. Newlind design using a linear function of neural networks, known sinusoidal
forecast
- 河道浅滩演变预测的MATLAB实现,在改视线中采用了BP网络的演变预测。-Forecast the evolution of the river bank MATLAB to achieve, in the line of sight to the BP network used in the evolution of the forecast.
ANN_andGA_in_the_Multi-sediment_Flood_Forecasting.
- 作者采用具有高度非线性识别能力的人工神经网络与遗传算法相结合的方法,探讨了建立智能预报模型的基本方法,进一步对如何提高预报精度的问题进行了研究,并结合黄河洪水预报实例检验了神经网络模型的可行性。-The author used to identify the capacity of highly non-linear artificial neural network combining with genetic algorithm approach to explore the establi
9854125413
- 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
IDSS
- 上智能决策支持系统课的作业,是一个成本预测决策支持系统,通过输入物品单价及个数预测成本。-Intelligent decision support system on the operation of classes is a cost-forecast decision support system, by entering the number of items priced and cost projections.
xxcz
- 对于f(x)=1/(1+x^2) (-5<= x <=5) 要求选取11个等距插值节点,分别采用拉格朗日插值和分段线性插值,计算x为0.5, 4.5处的函数值并将结果与精确值进行比较。 输入:区间长度,n(即n+1个节点),预测点 输出:预测点的近似函数值,精确值,及误差 -For f (x) = 1/(1+ x ^ 2) (-5 < = x < = 5) asked to select 11 equidistant interpolation nodes,
forecast-of-procedures
- 基于卡尔曼方法的预测短时交通流量的程序实现-To achieve based on the the short-time traffic flow of the the the forecast of the Kalman method procedures
The-forecast-of-the-Android
- Android手机天气预报源代码.zip-The forecast of the Android source code
Gray Forecast Model
- 灰色预测是通过鉴别系统因素之间发展趋势的相异程度,即进行关联分析,并对原始数据进行生成处理来寻找系统变动的规律,生成有较强规律性的数据序列,然后建立相应的微分方程模型,从而预测事物未来发展趋势的状况。灰色预测是一种对含有不确定因素的系统进行预测的方法。(Grey prediction is dissimilarity between the development trend by identifying system factors, namely, correlation analysis,