Description: pashload是应用在linux下的网络带宽测试源程序精确度比较高
/////////////////////////////////////
Pathload is a tool for estimating the available bandwidth
of an end-to-end path from a host S (sender) to a host R (receiver).
The available bandwidth is the maximum IP-layer
throughput that a flow can get in the path from S to R,
without reducing the rate of the rest of the traffic in the path.
-is used in pashload under linux network bandwidth testing the accuracy of a relatively high source /////////////////////////////////////Pathload is a tool for estimating the available bandwidthof an end-to-end path from a host S (sender) to a host R (receiver). The available bandwidth is the maximum IP-layer throughput that a flow can get in the path from S to R, without reducing the rate of the rest of the traffic in the path. Platform: |
Size: 68608 |
Author:h |
Hits:
Description: 利用灰色系统进行预测的几篇好论文:
BP神经网络_灰色系统联合模型预测软基沉降量 非线性时间序列神经网络预测方法的研究及应用 股票投资价值灰色马尔可夫预测 股票投资价值灰色系统模型及应用 灰色关联神经网络模型在股指预测中的应用 灰色理论与模型及在车辆拥有量预测中的应用 灰色神经网络交通事故预测比较 灰色神经网络预测模型的应用 灰色-神经网络综合预测模型-Gray prediction system using a few good papers: BP neural network system _ a joint model gray soft ground settlement prediction of nonlinear time series prediction method of neural network research and application of the gray value of equity investments Markov prediction value of the equity investments of the gray system Application of gray relational model and neural network model in forecasting stock gray theory and model and prediction of vehicle ownership in the application of gray neural network traffic prediction compare gray neural network prediction model of the application of gray- the integrated neural network prediction model Platform: |
Size: 883712 |
Author:yujian |
Hits:
Description: matlab 仿真程序可用于kalman滤波应用。- INTRODUCTION
This example simulates distributed control of a DC-servo. The example
contains four computer nodes, each represented by a TrueTime kernel
block. A time-driven sensor node samples the process periodically and
sends the samples over the network to the controller node. The control
task in this node calculates the control signal and sends the result
to the actuator node, where it is subsequently actuated. The
simulation also involves an interfering node sending disturbing
traffic over the network, and a disturbing high-priority task
executing in the controller node Platform: |
Size: 21504 |
Author:zhangxiangbin |
Hits:
Description: 想知道交通方面的专业知识吗,想了解公路网的车辆调度问题的真想和策略吗?一切答案将在本书揭晓!-Would like to know the traffic aspects of professional knowledge, do, want to know the road network the vehicle scheduling problem that I wanted to, and strategy? All the answers will be revealed in this book! Platform: |
Size: 1289216 |
Author:郑耀 |
Hits:
Description: 用matlab开发交通带权图,在复杂网络中-Development of the traffic using matlab weighted graph, in a complex network Platform: |
Size: 474112 |
Author:左亮亮 |
Hits:
Description: 用分段IFS拟合离散序列的matlab程序
看过Hayes的一篇文章 “Using Iterated Function System to Model Discrete sequences”,我用文章中所用的分段IFS模型写了一段matlab程序以拟合一段网络流量(所用的网络流量是用txt文档保存的一维时间序列)。
程序有用分段IFS编码然后再解码合成数据的过程,还包括计算压缩比。 -IFS fitting with discrete sub-sequences of matlab program saw Hayes in an article " Using Iterated Function System to Model Discrete sequences" , I used the articles used in the IFS model of sub-wrote some matlab program to fit a network traffic (used in network traffic is used to save txt document of one-dimensional time-series). Sub-IFS program useful synthesis of the data encoding and then decoding process, and also includes the calculation compression ratio. Platform: |
Size: 940032 |
Author:虽说 |
Hits:
Description: 根据小波神经网络原理在MATLAB环境中编程实现基于小波神经网络的短时交通流量预测-According to the principle of wavelet neural network in MATLAB programming environment based on wavelet neural network traffic prediction of short Platform: |
Size: 4096 |
Author:si |
Hits:
Description: 本文件是是我们组参加2013全国大学生数学建模的比赛论文,荣获全国2等奖,不信可以百度下,包括所有论文程序的附件,完整版,程序包括matlab的程序,有神经网络的程序,基于小波分析的程序,也有基于vissim交通流的仿真程序包!相当给力!程序阅读和说明都在上面!-This document is our group to participate in the 2013 national college tournament mathematical modeling papers, won the two prize, do not believe you can Baidu, the program includes all papers attachments, full version, matlab procedures, including procedures, a neural network program, Based on wavelet analysis procedures, there are also based vissim traffic flow simulation program package! Quite a force! Read the instructions and procedures are in it! Platform: |
Size: 26846208 |
Author:llp |
Hits:
Description: 根据过去近20年的交通事故数据,运用BP神经网络预测未来几年的交通事故数据。-On the basis of traffic accident data of rencent twenty years, to use artifical neural network to forecast the traffic accident data in the future. Platform: |
Size: 38912 |
Author:葛丽娜 |
Hits:
Description: 小波神经网络算法的源代码和该算法在交通管制上的应用举例-Wavelet neural network algorithm source code and application of the algorithm in the traffic control Example Platform: |
Size: 4096 |
Author:刘大洋 |
Hits:
Description: 通过BP神经网络对某地交通流量进行预测。建立一个基本BP神经网络,输入数据通过学习让其可以根据前一时刻的输入进行下一时刻输出的预测。(A BP neural network is used to predict traffic flow in a certain place. A basic BP neural network is built, and input data can be predicted by the input at the next moment through learning.) Platform: |
Size: 1024 |
Author:噜噜噜123 |
Hits:
Description: 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易上手。是个不错的选题。(This project is a traffic sign recognition system based on Matlab bp neural network in haze weather. There are two steps. One is image defogging, and the dark channel method is used to obtain light transmittance to remove haze. After getting clear pictures, use color method to locate traffic signs. As we all know, traffic signs are basically composed of red, blue and yellow. According to different combinations of RGB, different colors can be located. Because there are errors, we need to use morphological knowledge to remove the error interference area, so as to achieve accurate positioning. After positioning, the color icon is segmented on the basis of the original image. The BP neural network method is used to train and identify the color icon, and the result is obtained. This design is equipped with a GUI visual interface, which is easy to operate. It's a good topic.) Platform: |
Size: 83507200 |
Author:可乐一生 |
Hits: