搜索资源列表
sureshaodv
- Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0
matlabfun
- 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcm
particle_swarm
- 粒子群算法的matlab实现,由主函数swarm和6个辅助函数:fitness(适应度函数)、congstrict(约束函数)、getNeighborIndex、getNeighborIndexVector、getNeighborIndexWithBestFitness、randint组成。其中fitness由使用者自行编写。-SO algorithm matlab realize, from the main function of
randint
- matlab 关于matlab的运算符号-i want you
1
- 在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。 下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。 -Said signal in MATLAB conventional fo
Penalties-game
- 先说一下方向的设定。我的想法比较简单,就是左中右三个方向,用字符串来表示。射门或者扑救的时候,直接输入方向。所以这里我准备用raw_input。有同学是用1-8的数字来表示八个方向,每次输入一个数字,这也是可以的。不过这样守门员要扑住的概率可就小多了。 至于电脑随机挑选方向,如果你是用数字表示,就用我们之前讲过的randint来随机就行。不过我这次打算用random的另一个方法:choice。它的作用是从一个list中随机挑选
termproject
- rand, randn, randint.... you can understand my code
randint
- This the radiant code in matlab.-This is the radiant code in matlab.
randint
- 随机分类:划分定标、预测样品的一种方法。-Random Category: Fallen scaling, a method of forecasting sample.
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ ==
RandInt
- 生成自定义整数区间的自定义数目随机数,将结果以txt文件形式保存-creating a custom number of random numbers for a custom integer range and saving the results as a txt file
ReadTxt
- public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\ip端口数据.txt"); List list_Content = ne