菜单
  

                    g.DrawLine(pen, new Point((int)ad[h - 1].x, (int)ad[h - 1].y), new Point((int)pd.x, (int)pd.y));
     
    图 5-5 gdr路由模拟
    5.6    CR路由模拟模块功能
    Cr路由模拟模块功能选择模拟路径并且显示出来。代码如下:
    while (juli(ps, pd) > 30)
                    {
                        j = 0;
                        for (int i = 0; i < 32; i++)
                        {
                            if (ps.x == aa[i].x && ps.y == aa[i].y)
                                continue;
                            if (juli(ps, aa[i]) < 30.0)
                                ac[j++] = aa[i]; }
    double max = jiaodu(ac[0], ps, pd);
                        ps1 = ac[0];
    for (int i = 1; i < j; i++)
                            if (jiaodu(ac[i], ps, pd) > max)
                            {
                                ps1 = ac[i];
                                max = jiaodu(ac[i], ps, pd);
                            }
                         jl[1] += juli(ps, ps1);
                         nl[1] += (juli(ps, ps1) * juli(ps, ps1));
                        ps = ps1;
                        ad[h++] = ps;
                    }
                    jl[1] += juli(ad[h - 1], pd);
                    nl[1] += (juli(ad[h - 1], pd) * juli(ad[h - 1], pd));
                    ts[1] = h+1;
                    Graphics g = this.CreateGraphics();
                    Pen pen = new Pen(Color.Blue, 2);
                    g.DrawLine(pen, new Point((int)ps2.x, (int)ps2.y), new Point((int)ad[0].x, (int)ad[0].y));
  1. 上一篇:MATLAB的带噪声语音信号处理+滤波器设计
  2. 下一篇:MATLAB铁路监控视频的超分辨率技术研究
  1. 基于多指标决策的通信网...

  2. 时延广义网络控制系统的建模与分析

  3. MATLAB中继选择方案设计与仿真

  4. Matlab非线性时延网络控制...

  5. Stegblocks网络流块数据组合...

  6. Matlab离散时间网络化控制系统故障检测策略

  7. 大规模MIMO异构蜂窝网络中...

  8. 中国传统元素在游戏角色...

  9. g-C3N4光催化剂的制备和光催化性能研究

  10. 江苏省某高中学生体质现状的调查研究

  11. NFC协议物理层的软件实现+文献综述

  12. 巴金《激流三部曲》高觉新的悲剧命运

  13. 浅析中国古代宗法制度

  14. 高警觉工作人群的元情绪...

  15. 上市公司股权结构对经营绩效的影响研究

  16. C++最短路径算法研究和程序设计

  17. 现代简约美式风格在室内家装中的运用

  

About

优尔论文网手机版...

主页:http://www.youerw.com

关闭返回