仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率
上传时间: 2014-01-20
上传用户:独孤求源
(1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(s)和最迟开始时间l(s).若某条弧满足条件e(s)=l(s),则为关键活动.
上传时间: 2014-11-28
上传用户:fredguo
这是一个转为i/o卡开发得驱动程序,配接得是俄华通得组态软件
标签: 驱动程序
上传时间: 2013-12-30
上传用户:zhuimenghuadie
线性表元素删除运算,删除线性表L中第i个位置上的元素
上传时间: 2015-03-19
上传用户:宋桃子
I2C控制核设计,由VHDL语言编写,使普通I/O端口实现I2C性能
上传时间: 2013-12-13
上传用户:kiklkook
Java I/O API之性能分析 IO API的可伸缩性对Web应用有着极其重要的意义。Java 1.4版以前的API中,阻塞I/O令许多人失望。从J2SE 1.4版本开始,Java终于有了可伸缩的I/O API。本文分析并计算了新旧I/O API在可伸缩性方面的差异。
上传时间: 2014-09-04
上传用户:zxc23456789
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.
标签: introduce Overview Borland Builder
上传时间: 2014-01-04
上传用户:小鹏
通过I/O模同步串口与74HC595进行连接,控制74HC595驱动LED数管显示
上传时间: 2014-01-21
上传用户:qilin
I=8,Fs=25KHz时的8个调幅(AM)信号的信道化发射机仿真结果,8路信道化软件无线电发射机MATLAB具体程序如下!
标签:
上传时间: 2015-03-23
上传用户:hasan2015
文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。
上传时间: 2013-12-11
上传用户:熊少锋