高概率找到正确解 基本思想:为了增加一个一致的P正确算法成功的概率,只需多次调用同一算法,然后选择出现次数最多的解
上传时间: 2016-01-20
上传用户:hfmm633
采用eigen value来模拟各种衰落信道的源码程序,可以仿真瑞利衰落和AWGN叠加等等的情况。有详细注释。
上传时间: 2016-01-24
上传用户:520
功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的
上传时间: 2016-01-24
上传用户:hjshhyy
通用云台球机矩阵控制协议,支持pelco-D pelco-P 等
上传时间: 2014-01-06
上传用户:问题问题
FREDERICK P.BROOKS,JR(IBM Stretch 和Harvest计算机体系结构师) 翻译:Adams Wang
标签: FREDERICK Harvest Stretch BROOKS
上传时间: 2014-01-17
上传用户:冇尾飞铊
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
标签: the decision clusters Cluster
上传时间: 2013-12-21
上传用户:gxmm
JWL炸药参数拟合-计算p M 是分析炸药的好帮手
上传时间: 2013-12-09
上传用户:xcy122677
// 移频选频原理 //Fvco=[(P*B)+A]*Frefin/R //P=32 //loop filter 100k----prescribe //R=12.8M/100K=128---Parameter1 //Fvco=频点*2+170280 -1400 //B=Fvco/32-----------Parameter2 //A=Fvco-32*B
标签: 100 prescribe Frefin filter
上传时间: 2013-12-26
上传用户:dancnc
if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口WindowListener的所有方法,用于处理发生在窗口上的事件 public void windowClosing(WindowEvent e)
标签: getActionCommand actionPerformed Window if
上传时间: 2016-02-27
上传用户:busterman
这个代码特点是由System V的IPC对象信号量和共享内存模拟了多进程间的同步手段--P,V操作,验证了进程间的同步互斥问题
上传时间: 2016-02-29
上传用户:han_zh