搜索资源列表
crzy
- 此程序用来求离散时间序列的自相关函数,希望能有所帮助-the procedure used for discrete-time sequence of the autocorrelation function, hope can be helped
ping
- 首先建立通道,然后发送包,对方接受后返回信息,包括以下内容,发送的时间,包的内容,对方的ip地址和自己的地址,以及序列数 回送的时候包括双方地址,以及时间等.
ping.rar
- ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。,ping is to first establish the principle of access, and then send packets, the other party accepted the retur
ping
- ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。 -ping is to first establish the principle of access, and then send packets, the other party accepted the re
wlanhandover
- 简单功能的带时间戳和序列号的UDP Socket发送程序-simply udp socket program with timestamp and serial number
haha
- 模拟实现磁盘调度算法:扫描(SCAN)算法和最短寻道时间优先算法(SSTF)。对给出的任意的磁盘请求序列、计算平均寻道长度。要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Analog disk scheduling algorithm: scan (SCAN) algorithm and the shortest seek time first algorithm (SSTF). On any given disk request sequence, calculate the av
cc
- 为了研究时间序列的变化趋势,现在有一种较为前沿的方法就是建立复杂网络,这里给出了建立复杂网络的延迟时间和相空间维度的方法及cc算方法 -To study the change of time series trend, there is a frontier approach is to build a complex network。Here gives the author the method of determining delay time and phase space dime
3389crack
- 用于测试3389,密码是否正确 提供 4个参数调用 .参数 index, 整数型, , 1-100之间 序列号应该是独一无二的 .参数 ip, 文本型, , ip 可以被改变 .参数 user, 文本型, , 用户名 可以被改变 .参数 pass, 文本型, , 密码 可以被改变 .参数 超时时间, 整数型, , 超时时间 10秒到20秒之间最好 -3389 for testing, whether the correct password Offer
queue
- .银行业务队列模拟:假设某银行某网点有A和B两个业务窗口,其中A办理业务的速度是B的2倍。给定到达银行的顾客序列,请按业务完成的顺序输出顾客序列。(假定不考虑顾客先后到达的时间间隔,并且当不同窗口同时处理完2个顾客时,A窗口顾客优先输出。) a. 输入说明:输入为一行正整数,其中第1个数字N(N<=1000)为顾客总数,后面跟着N位顾客的编号。编号为奇数的顾客需要到A窗口办理业务,为偶数的顾客则去B窗口。数字间以空格分隔。 b.输出说明:按业务处理完成的顺序输出顾客的编号。数字间以
arimafinal
- 用ARMA模型对时间序列进行预测,预测效果相对于移动平均预测较好,能进行有效预测。-Using the ARMA model to forecast the time sequence, better prediction effect relative to the moving average forecast, can effectively forecast.
FunctionChaosPredict
- 利用一阶局域加权法进行混沌时间序列的预测。-Using a weighted-rank local-region method of forecasting chaotic time series.
v_timeline
- HTML5+CSS3响应式垂直时间轴,使用了HTML5标签<section>,时间轴中所有的内容包括标题、简介、时间和图像都放在.cd-timeline-block的DIV中,多个DIV形成一个序列,并把这些DIV放在<section>中。-HTML5+ CSS3 Responsive Vertical Timeline, use the HTML5 tag <section>, Timeline all content including title, de
M-K检验
- matlab中的M-K检验,对时间序列的数据进行突变检验(Read the data from the EXECL, to ensure good M-K test in MATLAB, on the time series data of mutation test)
multi_resolution__analysis
- 实现时间序列信号的多尺度分解,小波模极大值分析。(multiresolution analysis with the time sequence data,)
sliding_correlection
- 不同时间序列信号的滑动相关性分析,matlab实现,成图。(different time series data analysis with sliding correlection method.)
mexFGS_wx1
- 该方法是基于加权最小二乘法(WLS)提出的,首先将D-维空间域转化为一系列一维子序列,通过求解一维子序列来逼近D-维线性系统的解,接着运用一维求解序列逐维分离,通过分离算法采用线性时间三角矩阵迭代求解三点拉普拉斯矩阵。(guided filter code propose an efficient technique for performing spatially inhomogeneous edge-preserving image smoothing)
elmen网络代码
- ELMAN神经网络模型预测精度高于BP神经网络,可以用于非线性时间序列的预测。(The prediction accuracy of ELMAN neural network model is higher than that of BP neural network, and it can be used to predict nonlinear time series.)
LSTM-for-time-series-prediction
- 本代码是使用lstm进行时间序列预测,能够很清晰的说明如何使用lstm(Time series prediction using LSTM)