-
dataliink.c
计算机网络数据链路选择性重传实验。
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。(Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation programming environment there is no error duplex communication channel between the noisy environment the two sites. Channel model is 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, channel bit error rate, channel provides a byte stream transmission services, network layer packet length is fixed at 256 bytes.)
- 2013-11-26 19:19:51下载
- 积分:1
-
GM1_1.m
最原始的灰色预测,matlab程序,可直接使用(Most original gray forecast, matlab program, can be used directly)
- 2015-01-21 14:34:35下载
- 积分:1
-
examle
Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。(Matcom is mathTools Company introduced a document can M into the same functional C code tool. Compared Matlab's own compiler Compiler, with Matcom into code should be simple and more convenient. In this paper the author programming experience, and Matcom VC6.0 example, details on how to use Matcom VC and Matlab for the joint program.)
- 2005-04-13 01:59:30下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
uC-GUI_user
Specifications written in this manual are believed to be accurate, but are not guaran-
teed to be entirely free of error. Specifications in this manual may be changed for
functional or performance improvements without notice. Please make sure your man-
ual is the latest edition. While the information herein is assumed to be accurate,
Micrium Technologies Corporation (the distributor) assumes no responsibility for any(Specifications written in this manual are believed to be accurate, but are not guaran-teed to be entirely free of error. Specifications in this manual may be changed for functional or performance improvements without notice. Please make sure your man-ual is the latest edition . While the information herein is assumed to be accurate, Micrium Technologies Corporation (the distributor) assumes no responsibility for any)
- 2013-04-15 17:28:25下载
- 积分:1
-
test2
基于windows平台vs2010和opencv2.4.10和zbar的二维码识别程序。(Based on the Windows platform vs2010 and opencv2.4.10 and zbar qr code identification procedures.)
- 2021-04-02 15:59:08下载
- 积分:1
-
75448192saperate3
说明: 进行等时延分段,并对等间隔段的两个时延矩阵分别求取均值,采用类似联合近似对角化,估计出最优化的酉矩阵,(ing second-order statistics (different time-delay correlation matrix) of non-stationary and structural characteristics of the signal timing can roughly estimate that the instantaneous linear mixture of blind source signal. With the time delay increasing, only using a single delay covariance equalization and ignoring the time-varying characteristics of the signal, which difficult to ensure the performance of algorithm. Analysis of the average characteristics of ma)
- 2010-04-07 21:38:55下载
- 积分:1
-
2005.3.31VC调用M文件源代码
一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思(a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry)
- 2005-03-31 10:33:10下载
- 积分:1
-
Signal-Repeater
signal for PC software
- 2014-10-18 13:31:53下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1