Roadmap for QTR_Mar_2007
基于Q学习机场地面滑行路径动态规划
基于Q学习机场地面滑行路径动态规划沈建凯;董天罡【摘要】塔台管制员目前对场面飞机滑行路线分配主要依据航班序列、进离港类型以及目标终点等为参考.本文通过对管制员管制行为使用Q学习建模,并引入未来航班先验概率滑行路线加入待检测冲突集合,使管制员Agent具备预估未来时刻冲突能力,对常见滑行冲突得到最优滑行路径.本文首先讨论了Q学习对于地面冲突离散状态数量的有限性,接着对状态的动作序列和回报函数进行设计.实验环境对地面滑行道优先级进行了人工标注,生成随机航班时刻样本集用于训练.仿真结果中管制员Agent能有效解决冲突,体现了该方案的可行性和优越性.【期刊名称】《中国民航飞行学院学报》【年(卷),期】2018(029)003【总页数】5页(P5-9)【关键词】Q学习;路线动态规划;地面冲突解脱【作者】沈建凯;董天罡【作者单位】四川大学计算机学院四川成都610064;四川大学计算机学院四川成都610064【正文语种】中文随着航空业的持续发展,各大机场陆续扩建为多跑道机场,机场地面交通日趋繁忙。
目前塔台管制员对进离港飞机滑行路线分配遵循滑行路线冲突最少、进离港单向滑行的原则以及实际工作中经验分配滑行路线。
研究高水平管制员的管制行为,采用机器学习的方法辅助管制员分配滑行路线成为近年研究的热点。
在以前相关文献当中,有通过A*算法静态分配对滑行路线进行搜索和冲突解决;有通过混合整数法约束条件动态对滑行路线节点时间重新规划解决冲突;还有通过Petri网对滑行路线建模进行飞机滑行路线规划。
上述方案虽然给出滑行路线都是约束条件下的最优路线,生成的滑行路线效率很高,但是可能违反了机场细则,也没有进行历史滑行路径统计和经验学习。
在仿真过程中结合历史数据不断优化管制员Agent经验和知识库是提升管制员Agent能力重要环节。
本文提出单个管制员Agent的机器学习行为,采用强化学习对管制员行为建模。
结合历史滑行数据先验知识扩充滑行库,使管制员Agent能评估当前潜在冲突并进行处理,完善了以往对冲突情况只能输出唯一解的不足,提升了整个系统仿真的智能程度。
Klocwork培训手册K9.1
4.2 命令行分析 ........................................................................................................................... 11 4.3 KMC 分析步骤.......................................................................................................................12 4.4 TORNADO 程序分析 .................................................................................................................14
车道线识别系统算法设计及其FPGA实现
车道线识别系统算法设计及其FPGA实现靖固;宋振伟;王铮【摘要】针对车道线识别算法复杂、计算量大、软件处理慢等问题,将FPGA并行处理技术与数字图像处理技术相结合,完成车道线识别系统设计.整个系统分为中值滤波、二值化、骨架化、二次滤波拟合四大模块.创新性提出了“双对分最大类间方差滤波迭代算法”实现图像二值化阈值选取;另提出“基于行逼近的最小二乘曲线拟合算法”以完成次近景的车道线提取;并对直线识别算法进行改进以完成近景的车道线提取.仿真结果表明本算法识别准确,符合实际路况,且可满足系统实时性要求.【期刊名称】《哈尔滨理工大学学报》【年(卷),期】2013(018)006【总页数】6页(P74-79)【关键词】FPGA;车道线识别;并行阈值选取算法;曲线拟合算法【作者】靖固;宋振伟;王铮【作者单位】哈尔滨理工大学计算机科学与技术学院,黑龙江哈尔滨 150080;哈尔滨理工大学计算机科学与技术学院,黑龙江哈尔滨 150080;北京市呼家楼中学计算机教研室,北京 100026【正文语种】中文【中图分类】TP391.41随着汽车电子技术的不断创新,智能车已成为汽车行业新的发展方向.智能车具有自动识别道路、自动变速、自动驾驶等功能,然而其一切功能的支持点就是路径的识别,车道线识别是最简单有效的方法.因车道线具有符合真实路况信息,且与道路对比度高,易识别的特点,成为人们研究的重点[1].现场可编程阵列(field programmable gate array),即FPGA,是一种现场可编程逻辑阵列,用户可以改变配置信息定义其功能,以满足设计需求.FPGA技术因其具有集成度高、设计灵活、运行速度快、低功耗、可并行处理等特点,被广泛应用在航空航天、汽车电子等行业[2].车辆在行进过程中具有很高的行驶速度,为达到准确控制车辆的目的,对车道线识别系统的可靠性和实时性要求很高.然而车道线识别算法复杂,软件实现慢;传统电子器件由于其处理速度和本身功能特点的限制,处理速度并不理想[3].针对这些问题,本文选用FPGA技术,采用硬件算法实现,并结合数字图像处理技术,充分利用FPGA并行处理特点进行系统设计.设计过程中,在原有成熟图像二值化算法的基础上进行改进创新,提高系统识别精确度,并采用新型除法器进一步提高处理速度.在对车道线进行提取、处理过程时,将摄像原理与实际路况相结合,应用高质量的并行算法、数据压缩技术获取实时、准确的车道线信息.在实际路况中,由于光线、天气、道路本身及周围环境等种种因素的影响,使得摄像头取得的图像除我们所需要的车道线之外,还含有光斑、坑斑等很多噪声信息,使后面的图像处理变得复杂.本文在车道线识别过程中应用FPGA技术创新性地提出了双对分最大类间方差滤波迭代的并行阈值选取算法;在车道线拟合时创新性地提出了“基于行逼近的最小二乘直线拟合算法”,以满足系统准确性和实时性要求.通过中值滤波进行噪声过滤后,图像二值化是把灰度图像转化为仅具有黑白(0或1)图像,图像二值化后使图像的信息量大大降低,同时也使有用信息凸显出来.1.1.1 并行阈值选取算法的设计二值化阈值选取方法可分为固定阈值选取和自适应阈值选取,自适应阈值选取效果较好但算法复杂,时间消耗长.本文采用对传统最大类间方差法改进并与传统均值算法相结合进行阈值选取;为了满足系统实时性的要求,根据实际摄像头拍摄角度及采景范围,将采景图像分为3个部分(远景、次近景、近景)应用FPGA技术并行处理,以缩短处理时间,图像分割如图1所示.图1中远景部分多为景物特征,无关车道线信息,直接置为黑色.这样主要处理对象为次近景与近景部分.根据近景与次近景图像的复杂程度不同,近景部分干扰小,一般只包括路面信息,采用传统中值二值方法可以达到滤波效果且计算量小;次近景部分信息复杂,采用本文改进算法.在进行车道线二值化处理时三部分并行处理以降低处理时间,联合构成二值化图像.1.1.2 双对分最大类间方差滤波迭代算法最大类间方差法(大津算法)适合含有两个层次的图像,即背景和前景.然而实际路况图像中不仅仅含有两个层次,可能三个甚至更多.这种情况下,大津算法确定的阈值二值化后的处理结果可能将部分车道线以外的图像置为白色,淹没车道线[4].针对这种情况,本文提出一种双对分最大类间方差滤波迭代算法,其流程如图2所示.传统最大类间方差法是从1到255遍历灰度级,但实际中多数情况下要遍历多次不必要的灰度级.采用本文方法可缩小遍历范围,大大缩短每次大津算法的消耗时间、提高准确度,以保证在次近景复杂的层次中提取车道线.本方法虽局部略显繁琐,但准确率高;由于此算法仅限于处理的是次近景部分,数据量较小;整体图像并行数据处理速度及准确度都高于传统最大类间方差法.1.1.3 效果比较实验图像选取次近景部分的图像作为对比图像,效果图如图3所示.图3(b)为文[3]中处理效果[5],图3(c)为本文改进大津算法处理效果.在原图像中车道线分别在阳光下和阴影中,即图像分为三个层次,而前景分别淹没在两个相差较大的层次中.如果按照经典的最大类间方差法处理则会出现第二幅图的情况,即左侧一条车道线淹没在白色区域中;而按照本文改进的算法进行处理,则可以避免这种情况.由于本算法对分二值化阈值来综合实际路况的环境因素,在本实验中二值化阈值较传统算法计算的阈值有所提高,所以过滤掉了部分右侧车道线像素点,使车道线虚化,但并不影响车道线总体轮廓.1.1.4 双对分最大类间算法的FPGA实现将图2算法流程利用FPGA技术实现,如图4所示.设计分为3个主要模块,分别为总体均值确定模块、部分均值确定模块、方差遍历确定模块.其中将方差比较融合到方差遍历及确定模块中去,以减少占用空间.1)方差遍历及确定模块.为节省片内空间,本文利用类似冒泡法的思想,添加比较器比较每次计算出的方差与上一次的结果比较,取其中较大值放在一个寄存器名为FC-reg中,并将下一次结果赋值给次寄存器,依次类推最后寄存器中的值为最大类间方差.2)除法器设计.FPGA系统中自带除法器,速度慢、占用资源大[6],不能达到系统要求.本文采用一种基于位操作的循环除法器.原理如下:假设被除数A、除数B均为4位位宽.操作空间Temp位宽为2*Width=8.除数B的负值补码形式.把移位操作和除法运算压缩在同一个步骤里面.Diff是临时操作空间(求得即时结果),s是用来寄存除数B的负值(补码形式).首先初始化Temp空间和s空间.Temp空间的[Width-1:0]填入被除数A,然而s空间用于寄存除数B负值的补码形式.最后清零Diff空间.具体执行步骤如下:步骤1:在Diff空间先Temp[Width*2-1:Width-1]-B 或者 Temp[7:3]+s的即时结果.步骤2:然后判断Diff空间的“最高位”,亦即符号位,是逻辑1还是逻辑0.步骤3:如果是逻辑1,Temp空间左移一位,最低位补0.反之如果是逻辑0,Temp空间被赋予Diff的即时结果,并且左移一位,最低位补1.当经过Width次的循环操作后.Temp空间的[Width-1:0]是商,[Width*2-1:Width]是余数.除法器Modelsim仿真波形如图5所示.仿真结果显示了3次的除法操作,均消耗8个周期为500 ps的时钟,由此可以看出,运算时消耗时钟仅与数字的位宽有关,在运算较大数字时可大大提高速率.在此创新算法设计下对次近景处理时间即为系统二值化时间,为2.1 ms,比文[3]节省了近1 ms.图像骨架化指的是将原本“臃肿”的像素简化为单像素相连接的二值图像.本文将骨架化的方法运用到车道线识别系统中,除去大量的不必要的像素,而不会丢失图像原有的边缘信息.由于骨架化算法较为简单,本部分不在叙述.在其FPGA实现阶段需要同时对8个临近点进行判别,所以此处采用模板生成模块,把像素p(i-1,j-1)到p(i+1,j+1)(其中:i=2,…,319,j=2,…,239)同时输入进行条件判别.表1是对图3中图像二值化后次近景图像骨架化前后数据量的比较,效果显著.车道线识别系统的目的是识别车道线,根据车道线及车辆的位置关系确定车辆的控制策略.车导线识别的前提是确定车道线位置,从而进行准确拟合;而车道线位置必须经过感兴趣区域的提取.1.3.1 近景车道线提取算法设计近景部分距离车辆最近,其中的车道线可以视为直线.Gabor[7]滤波器具有很好的方向选择特性,通常用于直线识别,然而Gabor滤波器利用FPGA技术实现,占用资源过大,且实现较难.本文采用直线提取的经典算法Hough变换[8],然后再根据参数变换后的图像提取其中交集最多的点对应的直线.但此算法在图像中有文字或限速数字干扰时,会发生错误提取.1)改进的直线识别算法.在存在文字或限速数字干扰的图像中,传统Hough算法将会在参数坐标中显示出多个峰值点,很难确定哪一个峰值点对应的直线是车道线.将图2中a、b区域分别分为3×2的6个小矩形区域,确定合适的矩形大小以保证每个矩形区域内只含有车道线或文字、数字.本文矩形为50×50 cm,如图6所示,然后运用Hough变换识别每个小区域内图像.当其中之有一个峰值点的方格应为车道线所在区域;反之有多个峰值点的方格,则为文字或限速数字等干扰将被滤除,如图7所示.由图6、图7可以明显看出在进行直线识别时方格划分能明显减少无用峰值点存在,减少识别复杂度.另外由文[7]本文可以将变换中角度设为45°~135°.2)算法的FPGA实现.在每一方格图像进入算法模块前,对信息进行缓冲,以求高速数据输入和处理.本文数据输入时采用乒乓结构缓冲[9],Hough变换后,通过峰值检测电路对每一方格图像处理,找出存在一个峰值点的方格.峰值检测电路的思路是采用类似移位寄存器结构建立1个峰值队列.同时,输入值可以直接插入任意1个峰值寄存器,具体电路如图8所示.1.3.2 次近景识别算法次近景部分采用本文提出的基于行逼近的滤波算法与最小二乘二次曲线算法相结合进行拟合,以近景与次近景部分交界处白色点纵坐标为基础,依次向上滤波拟合.算法流程图如图9所示.其中:i代表像素横坐标;j代表像素纵坐标;data代表像素灰度值;j-l交界处左侧横坐标;j-r交界处右侧横坐标;0:黑色;1:白色.次近景部分拟合,首先要区分像素点所属车道线,分左右两条分别处理并将处理得到的像素坐标记录到两个FIFO中.在缓存完之后,再取出送入到次近景拟合模块,输出曲线系数.上述二值化模块、骨架化模块、车道线提取模块与地址行列转换、控制信号输出模块等构成车道线识别系统.将初始图像分为远、次近、近景3个部分,并行输入到系统中最终输出车道线拟合曲线.车道线识别系统是基于FPGA技术,与文[3]设计相比,各模块中图像分块进行并行处理,减少每一模块的数据处理量,并通过二值算法的改进提高二值滤波准确性同时减少时间开销.车道线识别系统顶层结构如图10所示.FPGA系统仿真阶段,运用modelsim软件,进行系统级仿真.为解决无实际输入信号问题,本文采用将图像信息转化为.mif文件,初始化到rom中去用以模拟摄像头输入信号输入系统,处理后输出波形.仿真结束后,得到图11的仿真波形:从图11可以看到仿真结果输出时间为9.3 ms,比文[3]方法所耗时间节省60%;将得到的拟合曲线及直线系数还原到原图像中去,得图12的仿真结果.从图12可以明显看出拟合曲线与实际车道线重合程度良好,拟合曲线全部包含在实际车道线当中,达到车辆行驶准确性要求.用FPGA实现过程中采用verilog和原理图相结合,自顶向下分块设计;应用中值滤波去噪后,将图像分为3部分分别采用不同的算法并行处理,确定二值化阈值,进而进行二值化、骨架化、二次曲线拟合形成车道线.实验表明,本方法可以去除较强光线下的背景部分,保留前景;利用FPGA分块设计、并行处理的特点可以将复杂问题简单化,用简单的算法处理复杂问题;由于本系统采用FPGA技术、并行处理算法,最大程度地节省了时间,具有省时、高效、处理效果好的优点,能满足实时性和准确性要求.宋振伟(1987—),男,硕士研究生;王铮(1973—),女,讲师.【相关文献】[1]王洋,曾雪琴,范剑英.汽车牌照识别系统设计[J].哈尔滨理工大学学报,2012,17(1):90 -95.[2]杨海钢,孙嘉斌,王慰.FPGA器件设计技术发展综述[J].电子与信息学报,2010,32(03):714 -726.[3]PANKIEWICZ P,POWIRETOWSKI W,ROSZAK G.VHDL Implementation of the Lane Detection Algorithm[C]//Mixed Design of Integrated Circuits and Systems,Poland,June 19 -21,2008:581-584.[4]欧阳庆.不均匀光照下车牌图像二值化研究[J].武汉大学学报,2006,39(04):143 -146.[5]贾鑫.智能车辆视觉感知中的车道标线识别方法的研究[D].长春市:吉林大学,2008:28-29.[6]李锐,陶亮.多抽样率Gabor变换并行算法的FPGA仿真与设计[J].计算机工程与应用,2011,47(13):51 -53.[7]林克正,徐颖,李姝.Gabor特征值的子空间人脸识别算法改进[J].哈尔滨理工大学学报,2012,17(5):65 -68.[8]孙伟,张小瑞,唐慧强.Hough变换和最小二乘拟合的车道线协调检测[J],光电工程,2011,38(10):14 -19.[9]陆军,高乐,刘涛.基于DSP和FPGA的全景图像处理系统设计与实现[J].电子技术应用,2012,38(6):24 -30.。
浅析公路施工测量计算机辅助系统设计与开发
I T 技术科技创新导报 Science and Technology Innovation Herald42公路施工建设中,测量发挥着重要的作用,尤其对高级公路和复杂公路进行建设的时候,测量显得尤为重要。
公路测量,既要保证准确度高,又要保证测量速度快,能够在现场准确应用信息。
如今,信息技术发达,数字化社会发展迅速,计算机被应用到各个领域,除了大体积的机器,便于携带的可以在外使用的电脑和智能手机也应该利用起来。
通过利用这些设备,公路施工可以对测量得出的数据有效管理,解决人力问题,帮助测量员分担工作。
充分考虑公路施工和测量时的具体情况,要对公路施工中的辅助系统进行设计。
1 系统模型建设与数据的设计施工的物体在物理学角度来说就是一个三维物体,对这种物体进行设计施工,就是要在一定的空间中将它分解,分析其任意一点的平、纵、横和路程的距离以及其到中桩的距离的关系。
在施工的过程中,工作人员将任意点通过路程距离l和到中桩的距离d从设计文件中得出,这一路线的坐标系中表示为:l-d,l是这条路的中线,沿路面得出,而大多数情况下并不是直线;d是这段路程横断面方向,它是不断变化的,随着里程的变化而变化。
如果说在一点的横断面的里程为K 14+320.4,在左侧6.7m 处,这时这一点的路线坐标为(14 320.4,-6.7)。
对施工时测量来说,将这一点的数据转换到控制点坐标系中,用X-Y-H 表示,得任意点P (l,d)=P (X,Y,H)。
平面模型、纵断面、横断面、超高、加宽、边沟等数值都可以通过设计公式根据输入测量值得出。
2 系统功能设计在对系统功能设计时,要对公路测量的现状与测量的需求结合起来,并且要满足方便性,应用现代的施工技术。
2.1 输入设计文件资料系统中数据的输入十分重要,通过结合设计的系统和施工内容,对于一段需要施工的路线,所设计的文件资料应该包括平面中线、断链、加宽、纵坡、横断面和控制点六项。
对掌握的资料进行整理,以便更加完善的管理项目。
标准路面谱重构及软件实现
标准路面谱重构及软件实现
标准路面谱重构及软件实现
室内道路模拟试验是一项重要汽车试验项目,而标准路面谱的重构是要首先解决的问题之一.在介绍路面功率谱密度理论的基础上,引入了重构路面不平度的核心算法——谐波叠加法,并基于GUI开发了标准路面谱重构软件:最后,对该算法的优缺点进行了分析,并对其未来的发展趋势进行了展望.
作者:徐占过学迅汪斌XU Zhan GUO Xue-xun WANG Bin 作者单位:武汉理工大学汽车工程学院,武汉,430070 刊名:汽车科技英文刊名: AUTOMOBILE SCIENCE & TECHNOLOGY 年,卷(期):2009 ""(3) 分类号:U461.1 关键词:路面不平度重构软件开发。
2007PolicyRoadMapv1
> Discourages traffic that does not conform with the subscriber agreement by applying differential QoS and charging rules to such traffic, or block it outright. • E.g. Use my VoIP app and I’ll charge you $/min; use Skype and I’ll charge you $/Kb.
3GPP2 • SBBC rev B complete, SBBC rev C under development
Packet Cable • Packet Cable 2.0 standards complete, key requirements included to PCC Release 7 Rx interface.
The quality of experience of new ‘Multi-media’ services must be in line with (or exceed) users expectations.
Expectations for the near term
> The near term focus of the industry is likely to be an increase in the deployment of a standardized (interoperable) policy framework in the access and core network, coupled with proprietary ‘value add’ functionality.
roadmap模板
Q2
次要发布 性能 性能 性能
次要发布 性能 性能 性能
次要发布 性能 性能 性能
Q3
Q4Байду номын сангаас
路线图格式 (内部使用)
地址间隙
增强 特性/性能
•特性 •特性 •特性 •特性 •特性
路线图 7 下一个发布
新特性/性能
特性 特性 特性 特性 特性
微分器
增强 特性/性能
•特性 •特性 •特性 •特性 •特性
主题 •性能 •性能 •性能
主题 性能 性能 性能
2008
发布
主要创新/目标
主题 • 性能 •性能 •性能
主题 •性能 •性能 •性能
主题 性能 性能 性能
2009
主题 主题 主题 主题
路线图 4 各主题详细说明,3年
•特性 •特性 •特性 •特性
发布
•特性 •特性 •特性 •特性
发布
•特性 •特性 •特性 •特性
增强 特性/性能
•特性 •特性 •特性 •特性 •特性
路线图8 开发计划, 12 个月
产品/发布A
设计
开发
产品/发布B
质量保证/测试 试用
总代理 商
目标
设计
开发
质量保证/测试 试用
总代理 商
目标
产品/发布C
设计
开发
质量保证/测试 试用
•特性 •特性 •特性 •特性
主题
•特性 •特性 •特性 •特性
路线图 5 特性详细说明与单一发布
主题
•特性 •特性 •特性 •特性
主题
•特性 •特性 •特性 •特性
发布
________________________________________________ Session S3C MINORITY ENGINEERING PROGRAM C
________________________________________________ 1Joseph E. Urban, Arizona State University, Department of Computer Science and Engineering, P.O. Box 875406, Tempe, Arizona, 85287-5406, joseph.urban@ 2Maria A. Reyes, Arizona State University, College of Engineering and Applied Sciences, Po Box 874521, Tempe, Arizona 852189-955, maria@ 3Mary R. Anderson-Rowland, Arizona State University, College of Engineering and Applied Sciences, P.O. Box 875506, Tempe, Arizona 85287-5506, mary.Anderson@MINORITY ENGINEERING PROGRAM COMPUTER BASICS WITH AVISIONJoseph E. Urban 1, Maria A. Reyes 2, and Mary R. Anderson-Rowland 3Abstract - Basic computer skills are necessary for success in an undergraduate engineering degree program. Students who lack basic computer skills are immediately at risk when entering the university campus. This paper describes a one semester, one unit course that provided basic computer skills to minority engineering students during the Fall semester of 2001. Computer applications and software development were the primary topics covered in the course that are discussed in this paper. In addition, there is a description of the manner in which the course was conducted. The paper concludes with an evaluation of the effort and future directions.Index Terms - Minority, Freshmen, Computer SkillsI NTRODUCTIONEntering engineering freshmen are assumed to have basic computer skills. These skills include, at a minimum, word processing, sending and receiving emails, using spreadsheets, and accessing and searching the Internet. Some entering freshmen, however, have had little or no experience with computers. Their home did not have a computer and access to a computer at their school may have been very limited. Many of these students are underrepresented minority students. This situation provided the basis for the development of a unique course for minority engineering students. The pilot course described here represents a work in progress that helped enough of the students that there is a basis to continue to improve the course.It is well known that, in general, enrollment, retention, and graduation rates for underrepresented minority engineering students are lower than for others in engineering, computer science, and construction management. For this reason the Office of Minority Engineering Programs (OMEP, which includes the Minority Engineering Program (MEP) and the outreach program Mathematics, Engineering, Science Achievement (MESA)) in the College of Engineering and Applied Sciences (CEAS) at Arizona State University (ASU) was reestablished in 1993to increase the enrollment, retention, and graduation of these underrepresented minority students. Undergraduate underrepresented minority enrollment has increased from 400 students in Fall 1992 to 752 students in Fall 2001 [1]. Retention has also increased during this time, largely due to a highly successful Minority Engineering Bridge Program conducted for two weeks during the summer before matriculation to the college [2] - [4]. These Bridge students were further supported with a two-unit Academic Success class during their first semester. This class included study skills, time management, and concept building for their mathematics class [5]. The underrepresented minority students in the CEAS were also supported through student chapters of the American Indian Science and Engineering Society (AISES), the National Society of Black Engineers (NSBE), and the Society of Hispanic Professional Engineers (SHPE). The students received additional support from a model collaboration within the minority engineering student societies (CEMS) and later expanded to CEMS/SWE with the addition of the student chapter of the Society of Women Engineers (SWE) [6]. However, one problem still persisted: many of these same students found that they were lacking in the basic computer skills expected of them in the Introduction to Engineering course, as well as introductory computer science courses.Therefore, during the Fall 2001 Semester an MEP Computer Basics pilot course was offered. Nineteen underrepresented students took this one-unit course conducted weekly. Most of the students were also in the two-unit Academic Success class. The students, taught by a Computer Science professor, learned computer basics, including the sending and receiving of email, word processing, spreadsheets, sending files, algorithm development, design reviews, group communication, and web page development. The students were also given a vision of advanced computer science courses and engineering and of computing careers.An evaluation of the course was conducted through a short evaluation done by each of five teams at the end of each class, as well as the end of semester student evaluations of the course and the instructor. This paper describes theclass, the students, the course activities, and an assessment of the short-term overall success of the effort.M INORITY E NGINEERING P ROGRAMSThe OMEP works actively to recruit, to retain, and to graduate historically underrepresented students in the college. This is done through targeted programs in the K-12 system and at the university level [7], [8]. The retention aspects of the program are delivered through the Minority Engineering Program (MEP), which has a dedicated program coordinator. Although the focus of the retention initiatives is centered on the disciplines in engineering, the MEP works with retention initiatives and programs campus wide.The student’s efforts to work across disciplines and collaborate with other culturally based organizations give them the opportunity to work with their peers. At ASU the result was the creation of culturally based coalitions. Some of these coalitions include the American Indian Council, El Concilio – a coalition of Hispanic student organizations, and the Black & African Coalition. The students’ efforts are significant because they are mirrored at the program/staff level. As a result, significant collaboration of programs that serve minority students occurs bringing continuity to the students.It is through a collaboration effort that the MEP works closely with other campus programs that serve minority students such as: Math/Science Honors Program, Hispanic Mother/Daughter Program, Native American Achievement Program, Phoenix Union High School District Partnership Program, and the American Indian Institute. In particular, the MEP office had a focus on the retention and success of the Native American students in the College. This was due in large part to the outreach efforts of the OMEP, which are channeled through the MESA Program. The ASU MESA Program works very closely with constituents on the Navajo Nation and the San Carlos Apache Indian Reservation. It was through the MESA Program and working with the other campus support programs that the CEAS began investigating the success of the Native American students in the College. It was a discovery process that was not very positive. Through a cohort investigation that was initiated by the Associate Dean of Student Affairs, it was found that the retention rate of the Native American students in the CEAS was significantly lower than the rate of other minority populations within the College.In the spring of 2000, the OMEP and the CEAS Associate Dean of Student Affairs called a meeting with other Native American support programs from across the campus. In attendance were representatives from the American Indian Institute, the Native American Achievement Program, the Math/Science Honors Program, the Assistant Dean of Student Life, who works with the student coalitions, and the Counselor to the ASU President on American Indian Affairs, Peterson Zah. It was throughthis dialogue that many issues surrounding student success and retention were discussed. Although the issues andconcerns of each participant were very serious, the positiveeffect of the collaboration should be mentioned and noted. One of the many issues discussed was a general reality that ahigh number of Native American students were c oming to the university with minimal exposure to technology. Even through the efforts in the MESA program to expose studentsto technology and related careers, in most cases the schoolsin their local areas either lacked connectivity or basic hardware. In other cases, where students had availability to technology, they lacked teachers with the skills to help them in their endeavors to learn about it. Some students were entering the university with the intention to purse degrees in the Science, Technology, Engineering, and Mathematics (STEM) areas, but were ill prepared in the skills to utilize technology as a tool. This was particularly disturbing in the areas of Computer Science and Computer Systems Engineering where the basic entry-level course expected students to have a general knowledge of computers and applications. The result was evident in the cohort study. Students were failing the entry-level courses of CSE 100 (Principals of Programming with C++) or CSE 110 (Principals of Programming with Java) and CSE 200 (Concepts of Computer Science) that has the equivalent of CSE 100 or CSE 110 as a prerequisite. The students were also reporting difficulty with ECE 100, (Introduction to Engineering Design) due to a lack of assumed computer skills. During the discussion, it became evident that assistance in the area of technology skill development would be of significance to some students in CEAS.The MEP had been offering a seminar course inAcademic Success – ASE 194. This two-credit coursecovered topics in study skills, personal development, academic culture issues and professional development. The course was targeted to historically underrepresented minority students who were in the CEAS [3]. It was proposed by the MEP and the Associate Dean of Student Affairs to add a one-credit option to the ASE 194 course that would focus entirely on preparing students in the use of technology.A C OMPUTERB ASICSC OURSEThe course, ASE 194 – MEP Computer Basics, was offered during the Fall 2001 semester as a one-unit class that met on Friday afternoons from 3:40 pm to 4:30 pm. The course was originally intended for entering computer science students who had little or no background using computer applications or developing computer programs. However, enrollment was open to non-computer science students who subsequently took advantage of the opportunity. The course was offered in a computer-mediated classroom, which meantthat lectures, in- class activities, and examinations could all be administered on comp uters.During course development prior to the start of the semester, the faculty member did some analysis of existing courses at other universities that are used by students to assimilate computing technology. In addition, he did a review of the comp uter applications that were expected of the students in the courses found in most freshman engineering programs.The weekly class meetings consisted of lectures, group quizzes, accessing computer applications, and group activities. The lectures covered hardware, software, and system topics with an emphasis on software development [9]. The primary goals of the course were twofold. Firstly, the students needed to achieve a familiarity with using the computer applications that would be expected in the freshman engineering courses. Secondly, the students were to get a vision of the type of activities that would be expected during the upper division courses in computer science and computer systems engineering and later in the computer industry.Initially, there were twenty-two students in the course, which consisted of sixteen freshmen, five sophomores, and one junior. One student, a nursing freshman, withdrew early on and never attended the course. Of the remaining twenty-one students, there were seven students who had no degree program preference; of which six students now are declared in engineering degree programs and the seventh student remains undecided. The degree programs of the twenty-one students after completion of the course are ten in the computing degree programs with four in computer science and six in computer systems engineering. The remaining nine students includes one student in social work, one student is not decided, and the rest are widely distributed over the College with two students in the civil engineering program and one student each in bioengineering, electrical engineering, industrial engineering, material science & engineering, and mechanical engineering.These student degree program demographics presented a challenge to maintain interest for the non-computing degree program students when covering the software development topics. Conversely, the computer science and computer systems engineering students needed motivation when covering applications. This balance was maintained for the most part by developing an understanding that each could help the other in the long run by working together.The computer applications covered during the semester included e-mail, word processing, web searching, and spreadsheets. The original plan included the use of databases, but that was not possible due to the time limitation of one hour per week. The software development aspects included discussion of software requirements through specification, design, coding, and testing. The emphasis was on algorithm development and design review. The course grade was composed of twenty-five percent each for homework, class participation, midterm examination, and final examination. An example of a homework assignment involved searching the web in a manner that was more complex than a simple search. In order to submit the assignment, each student just had to send an email message to the faculty member with the information requested below. The email message must be sent from a student email address so that a reply can be sent by email. Included in the body of the email message was to be an answer for each item below and the URLs that were used for determining each answer: expected high temperature in Centigrade on September 6, 2001 for Lafayette, LA; conversion of one US Dollar to Peruvian Nuevo Sols and then those converted Peruvian Nuevo Sols to Polish Zlotys and then those converted Polish Zlotys to US Dollars; birth date and birth place of the current US Secretary of State; between now and Thursday, September 6, 2001 at 5:00 pm the expected and actual arrival times for any US domestic flight that is not departing or arriving to Phoenix, AZ; and your favorite web site and why the web site is your favorite. With the exception of the favorite web site, each item required either multiple sites or multiple levels to search. The identification of the favorite web site was introduced for comparison purposes later in the semester.The midterm and final examinations were composed of problems that built on the in-class and homework activities. Both examinations required the use of computers in the classroom. The submission of a completed examination was much like the homework assignments as an e-mail message with attachments. This approach of electronic submission worked well for reinforcing the use of computers for course deliverables, date / time stamping of completed activities, and a means for delivering graded results. The current technology leaves much to be desired for marking up a document in the traditional sense of hand grading an assignment or examination. However, the students and faculty member worked well with this form of response. More importantly, a major problem occurred after the completion of the final examination. One of the students, through an accident, submitted the executable part of a browser as an attachment, which brought the e-mail system to such a degraded state that grading was impossible until the problem was corrected. An ftp drop box would be simple solution in order to avoid this type of accident in the future until another solution is found for the e-mail system.In order to get students to work together on various aspects of the course, there was a group quiz and assignment component that was added about midway through the course. The group activities did not count towards the final grade, however the students were promised an award for the group that scored the highest number of points.There were two group quizzes on algorithm development and one out-of-class group assignment. The assignment was a group effort in website development. This assignment involved the development of a website that instructs. The conceptual functionality the group selected for theassignment was to be described in a one-page typed double spaced written report by November 9, 2001. During the November 30, 2001 class, each group presented to the rest of the class a prototype of what the website would look like to the end user. The reports and prototypes were subject to approval and/or refinement. Group members were expected to perform at approximately an equal amount of effort. There were five groups with four members in four groups and three members in one group that were randomly determined in class. Each group had one or more students in the computer science or computer systems engineering degree programs.The three group activities were graded on a basis of one million points. This amount of points was interesting from the standpoint of understanding relative value. There was one group elated over earning 600,000 points on the first quiz until the group found out that was the lowest score. In searching for the group award, the faculty member sought a computer circuit board in order to retrieve chips for each member of the best group. During the search, a staff member pointed out another staff member who salvages computers for the College. This second staff member obtained defective parts for each student in the class. The result was that each m ember of the highest scoring group received a motherboard, in other words, most of the internals that form a complete PC. All the other students received central processing units. Although these “awards” were defective parts, the students viewed these items as display artifacts that could be kept throughout their careers.C OURSE E VALUATIONOn a weekly basis, there were small assessments that were made about the progress of the course. One student was selected from each team to answer three questions about the activities of the day: “What was the most important topic covered today?”, “What topic covered was the ‘muddiest’?”, and “About what topic would you like to know more?”, as well as the opportunity to provide “Other comments.” Typically, the muddiest topic was the one introduced at the end of a class period and to be later elaborated on in the next class. By collecting these evaluation each class period, the instructor was able to keep a pulse on the class, to answer questions, to elaborate on areas considered “muddy” by the students, and to discuss, as time allowed, topics about which the students wished to know more.The overall course evaluation was quite good. Nineteen of the 21 students completed a course evaluation. A five-point scale w as used to evaluate aspects of the course and the instructor. An A was “very good,” a B was “good,” a C was “fair,” a D was “poor,” and an E was “not applicable.” The mean ranking was 4.35 on the course. An average ranking of 4.57, the highest for the s even criteria on the course in general, was for “Testbook/ supplementary material in support of the course.” The “Definition and application of criteria for grading” received the next highest marks in the course category with an average of 4.44. The lowest evaluation of the seven criteria for the course was a 4.17 for “Value of assigned homework in support of the course topics.”The mean student ranking of the instructor was 4.47. Of the nine criteria for the instructor, the highest ranking of 4.89 was “The instructor exhibited enthusiasm for and interest in the subject.” Given the nature and purpose of this course, this is a very meaningful measure of the success of the course. “The instructor was well prepared” was also judged high with a mean rank of 4.67. Two other important aspects of this course, “The instructor’s approach stimulated student thinking” and “The instructor related course material to its application” were ranked at 4.56 and 4.50, respectively. The lowest average rank of 4.11 was for “The instructor or assistants were available for outside assistance.” The instructor keep posted office hours, but there was not an assistant for the course.The “Overall quality of the course and instruction” received an average rank of 4.39 and “How do you rate yourself as a student in this course?” received an average rank of 4.35. Only a few of the students responded to the number of hours per week that they studies for the course. All of the students reported attending at least 70% of the time and 75% of the students said that they attended over 90% of the time. The students’ estimate seemed to be accurate.A common comment from the student evaluations was that “the professor was a fun teacher, made class fun, and explained everything well.” A common complaint was that the class was taught late (3:40 to 4:30) on a Friday. Some students judged the class to be an easy class that taught some basics about computers; other students did not think that there was enough time to cover all o f the topics. These opposite reactions make sense when we recall that the students were a broad mix of degree programs and of basic computer abilities. Similarly, some students liked that the class projects “were not overwhelming,” while other students thought that there was too little time to learn too much and too much work was required for a one credit class. Several students expressed that they wished the course could have been longer because they wanted to learn more about the general topics in the course. The instructor was judged to be a good role model by the students. This matched the pleasure that the instructor had with this class. He thoroughly enjoyed working with the students.A SSESSMENTS A ND C ONCLUSIONSNear the end of the Spring 2002 semester, a follow-up survey that consisted of three questions was sent to the students from the Fall 2001 semester computer basics course. These questions were: “Which CSE course(s) wereyou enrolled in this semester?; How did ASE 194 - Computer Basi cs help you in your coursework this semester?; and What else should be covered that we did not cover in the course?”. There were eight students who responded to the follow-up survey. Only one of these eight students had enrolled in a CSE course. There was consistency that the computer basics course helped in terms of being able to use computer applications in courses, as well as understanding concepts of computing. Many of the students asked for shortcuts in using the word processing and spreadsheet applications. A more detailed analysis of the survey results will be used for enhancements to the next offering of the computer basics course. During the Spring 2002 semester, there was another set of eight students from the Fall 2001 semester computer basi cs course who enrolled in one on the next possible computer science courses mentioned earlier, CSE 110 or CSE 200. The grade distribution among these students was one grade of A, four grades of B, two withdrawals, and one grade of D. The two withdrawals appear to be consistent with concerns in the other courses. The one grade of D was unique in that the student was enrolled in a CSE course concurrently with the computer basics course, contrary to the advice of the MEP program. Those students who were not enrolled in a computer science course during the Spring 2002 semester will be tracked through the future semesters. The results of the follow-up survey and computer science course grade analysis will provide a foundation for enhancements to the computer basics course that is planned to be offered again during the Fall 2002 semester.S UMMARY A ND F UTURE D IRECTIONSThis paper described a computer basics course. In general, the course was considered to be a success. The true evaluation of this course will be measured as we do follow-up studies of these students to determine how they fare in subsequent courses that require basic computer skills. Future offerings of the course are expected to address non-standard computing devices, such as robots as a means to inspire the students to excel in the computing field.R EFERENCES[1] Office of Institutional Analysis, Arizona State UniversityEnro llment Summary, Fall Semester , 1992-2001, Tempe,Arizona.[2] Reyes, Maria A., Gotes, Maria Amparo, McNeill, Barry,Anderson-Rowland, Mary R., “MEP Summer Bridge Program: A Model Curriculum Project,” 1999 Proceedings, American Society for Engineering Education, Charlotte, North Carolina, June 1999, CD-ROM, 8 pages.[3] Reyes, Maria A., Anderson-Rowland, Mary R., andMcCartney, Mary Ann, “Learning from our MinorityEngineering Students: Improving Retention,” 2000Proceedings, American Society for Engineering Education,St. Louis, Missouri, June 2000, Session 2470, CD-ROM, 10pages.[4] Adair, Jennifer K,, Reyes, Maria A., Anderson-Rowland,Mary R., McNeill, Barry W., “An Education/BusinessPartnership: ASU’s Minority Engineering Program and theTempe Chamber of Commerce,” 2001 Proceeding, AmericanSociety for Engineering Education, Albuquerque, NewMexico, June 2001, CD-ROM, 9 pages.[5] Adair, Jennifer K., Reyes, Maria A., Anderson-Rowland,Mary R., Kouris, Demitris A., “Workshops vs. Tutoring:How ASU’s Minority Engineering Program is Changing theWay Engineering Students Learn, “ Frontiers in Education’01 Conference Proceedings, Reno, Nevada, October 2001,CD-ROM, pp. T4G-7 – T4G-11.[6] Reyes, Maria A., Anderson-Rowland, Mary R., Fletcher,Shawna L., and McCartney, Mary Ann, “ModelCollaboration within Minority Engineering StudentSocieties,” 2000 Proceedings, American Society forEngineering Education, St. Louis, Missouri, June 2000, CD-ROM, 8 pages.[7] Anderson-Rowland, Mary R., Blaisdell, Stephanie L.,Fletcher, Shawna, Fussell, Peggy A., Jordan, Cathryne,McCartney, Mary Ann, Reyes, Maria A., and White, Mary,“A Comprehensive Programmatic Approach to Recruitmentand Retention in the College of Engineering and AppliedSciences,” Frontiers in Education ’99 ConferenceProceedings, San Juan, Puerto Rico, November 1999, CD-ROM, pp. 12a7-6 – 12a7-13.[8] Anderson-Rowland, Mary R., Blaisdell, Stephanie L.,Fletcher, Shawna L., Fussell, Peggy A., McCartney, MaryAnn, Reyes, Maria A., and White, Mary Aleta, “ACollaborative Effort to Recruit and Retain UnderrepresentedEngineering Students,” Journal of Women and Minorities inScience and Engineering, vol.5, pp. 323-349, 1999.[9] Pfleeger, S. L., Software Engineering: Theory and Practice,Prentice-Hall, Inc., Upper Saddle River, NJ, 1998.。
十二真图插件TrueMap Extension for AutoCAD2007用户手册
附件12LD2000-RM型移动道路测量系统TrueMap Extension for AutoCAD2007用户手册武汉立得空间信息技术发展有限公司目录1 简介 (336)1.1关于TrueMap Extension for AutoCAD2007插件 (336)1.2TrueMap Extension for AutoCAD2007插件用户手册内容 (336)1.3排版惯例 (336)2 软件安装与卸载 (337)2.1运行软、硬件环境 (337)2.2软件安装 (337)2.3软件卸载 (342)3 启动与界面 (344)3.1启动 (344)3.2界面介绍 (345)3.3界面详细介绍 (346)3.3.1 工作面板 (346)3.3.2 工具栏 (348)4 软件功能介绍 (352)4.1工程管理 (352)4.1.1 打开工程 (352)4.1.2 载入工程 (352)4.2影像浏览 (352)4.2.1 上一帧 (352)4.2.2 下一帧 (352)4.2.3 第一帧 (352)4.2.4 最后一帧 (352)4.2.5 跳转到 (353)4.2.6 向前自动浏览 (353)4.2.7 向后自动浏览 (353)4.3视频浏览 (353)4.3.1 视频播放 (353)4.3.2 播放暂停 (353)4.3.3 播放停止 (353)4.4反投 (353)4.5定位 (354)4.6测绘图 (354)4.6.1 测点 (354)4.6.2 测线 (354)4.6.3 测面 (354)4.6.4 测圆弧线 (354)4.6.5 获取二维测量点 (354)4.7度量 (355)4.7.1 长度测量 (355)4.7.2 宽度测量 (355)1简介1.1关于TrueMap Extension for AutoCAD2007插件TrueMap Extension for AutoCAD2007插件是将道路摄影测量处理模块以插件的形式集成到AutoCAD2007中。
精益工厂评分表 美国史丹利工具公司
2
Fillrate = 95%
Delivery
3
3
3
Fillrate = 96%
4
Fillrate = 97%
5
Fillrate = 98%
Scoring Current 0
Target
KPI Gross Productivity = 0%
1
Gross Produቤተ መጻሕፍቲ ባይዱtivity = 1-2%
ProTrak ProTrak DFMA VAVE GDP OPR GDP OPR
Lean Path of Work Corrective Action Mistake Proofing SOPs Supplier Certification Lean Path of Work OEE CpK TPM Poka Yoke Lean Path of Work Poka Yoke
Quality
5
Lean Path of Work Poka Yoke
Scoring Current 0 1
Target
KPI Fillrate less than 90% Fillrate = 90%
Tools Plant operates with little focus on customer demand, is only MRP/forecast driven. Linkage between Plant operation planning and Demand planning exists Most Value Stream Lead Times and On Time Delivery are being tracked Bottleneck processes are identified, are being monitored and improved Visual controls are established on the shop floor to communicate throughput Plant compares historical capacity to fut Value Stream improvement plans focus on reducing lead times (increasing speed through the value stream) Throughput by value stream is being reviewed daily and issues, both under and over production, are being addressed Raw material & purchased parts are b Value Stream improvements focus on production flexibility (decreasing lot sizes) Plant starting to implement a replenishment system on high volume SKUs based on customer pull from their main Distribution Center(s) Plant has taken responsibility to plan bo Run-rate volume of high running SKUs is being replenished based on customer pull from the main Distribution Centers Planning team is focused more on forecasting promotional and other abnormal demand rather than on run-rate business Key suppliers have visi S&OP Guidelines GDP Lean Path of Work VSM Throughput boards Capacity Planning Lean Path of Work VSM Huddle boards Supplier Certification Point of Use Inventory S&OP Guidelines Lean Path of Work SMED Lean Path of Work VMI Tools No action taken at this time. Manufacturing process technologies are not considered for new or existing products Productivity is owned by Plant, with little or no cross-functional participation. Projects are loaded into Pro-Trak. Existing manufacturing technologies & core processes are identified by Value Stream Productivity is co-owned by Operations and Engineering, with little or no participation by other functional groups. Project validity is maintained monthly. Continuous Improvement events are scheduled annually to supplement Funnel Deck and Green Projects. Productivity is jointly owned by all functional groups, with participation and contribution entrenched in GDP and OPR goals. Monthly rhythm exists for a cross-functional team to review existing & generate new projects. Rolling QTR goals are met. The facility is starting to move away from yearly targets and starting to focus on the four rolling quarters, evenly spilt Weekly rhythm of cross-functional team to review existing & generate new projects. Weekly rhythm of cross-functional team (such as PLMT) to review & generate new projects with focus on continuous 4 rolling quarters, resulting in a self sustaining, perpetual cost savings GDP
GeoMapper4.0 用户手册
GeoMapper 4.0 Android第一部分 软件安装................................................................................................................................ 7 一. 系统运行环境................................................................................................................................ 7 1.1 硬件环境................................................................................................................................... 7 1.2 软件环境................................................................................................................................... 7 二. GeoMapper Office 软件安装......................................................................................................... 7 第二部分 GeoMapper 操作说明 .......................
EICAD3.0说明
6.45.4道路模型实体................................................................................................................9
3.22.2MeshEditor程序支持快捷、高效的模型编辑..............................................................6
3.32.3支持道路设计过程中实时剖切....................................................................................6
EICAD简介
EICAD简介
1.目录................................................................................................................................................2
EICAD 3.0.0在原有2.99版的改进型导线法、积木法和扩展模式法的基础上,吸收了国
内外道路、轨道和管线等领域新的线路平面设计理论和实现方法。大大强化了全过程动
态拖动设计功能;实现了快捷、实时的实体联动。
在布设各种复杂立交、在众多高压线塔、高架桥桥墩等障碍之间的穿行、在山
汽车行业QTR资料是什么
汽车行业QTR资料是什么随着科技的不断发展和人们对个性化需求的不断增加,汽车行业正经历着一场前所未有的变革。
在这个时代,数据变得至关重要。
而汽车行业的QTR资料则成为了推动行业发展的重要力量。
什么是QTR资料呢?QTR全称是Quality Technical Report(品质技术报告),是指汽车制造商和供应商基于产品质量和技术管理而编制的一份详细报告。
它包含了经过专业检测和分析的大量数据和信息,涵盖了整个汽车生产和销售过程中的各个环节。
首先,QTR资料对于汽车制造商来说是一种重要的质量保证。
通过对车辆的技术参数、部件功能、安全性能等方面进行详细分析,制造商能够及时发现潜在的问题和隐患,并采取相应的措施进行改进和优化。
这有助于保证产品的质量和可靠性,提高用户的满意度,同时也有效降低了售后服务成本。
其次,QTR资料对于研发和创新起到了推动作用。
在实际生产过程中,汽车制造商会收集大量的技术数据和反馈信息,这些数据可以帮助企业分析市场需求、了解用户偏好,甚至为下一代产品的研发提供重要参考。
通过对各个环节的数据进行深入分析,制造商能够更好地把握行业趋势,为市场需求变化做出及时调整和响应。
此外,QTR资料还对于整个汽车供应链管理起到了关键作用。
供应商的选择和管理对于汽车制造商来说至关重要,而QTR资料则是供应商评估和选择的重要依据之一。
通过对供应商的技术能力、生产流程和质量管理系统等进行评估,制造商能够更好地控制风险,确保供应链的稳定性和可靠性。
同时,通过对供应商数据进行持续监测和分析,制造商也能够及时发现问题并采取相应措施,以保证整个供应链的稳定和高效运行。
总结起来,汽车行业的QTR资料就像一面慧眼,能够了解、分析和应对汽车制造和销售过程中的各种挑战和问题。
它通过数据的收集、整理和分析,为汽车企业提供了决策依据和产品改进的方向,并促进了行业的创新和发展。
随着未来科技的不断进步,汽车行业的QTR资料也将进一步发挥更重要的作用,为汽车行业的可持续发展提供有力支撑。
手把手教你制作麦哲伦GPS户外地图
手把手教你制作麦哲伦GPS户外地图jackhu虽然我们在GPS手持机加载航点,规划航线,但由于户外徒步线千弯百绕,不想城市道路航线规划那么简单。
受航线中航点的限制,只能规划出大致的方向。
但如果GPS手持机装有户外地图,那就不一样了,随时了解自己所处的地理环境,甚至在准备充分时作无向导穿越,给驴行增添更多的乐趣。
一、软件准备制作子午线地图需要的软件MobileMaper Office V1.0(MMO1.0)unhideMMO.zip 在GPS tool(/)下载,该网站有很多制作地图的信息。
new joinmaps 3 full安装好MMO1.0后,将unhideMMO.zip解压到MMO安装路径的根目录下,运行unhideMMO.exe,这将在该目录内产生数个文件,为了使用方便,将MMOfficeGRP、MMOfficePOI.exe、addSTDGRP.exe的快捷方式加入到MobileMaper Office V1.0程序组内。
MMOfficePOI.exe是用来创建POI的,本实例未用。
二、数据准备基础地理数据如果手头没有基础地理数据,可以从地图出版社的全中国电子地图中矢量化获得。
全中国电子地图数据较旧,但对于驴行的地方不会有太大差别。
它道路分分级比较好,分为高速、国道、省道、县乡路、乡村路。
有的乡村路实际上就是徒步小道,只是精度低。
全中国电子地图是WGS84格式,可以通过经纬度来定位,这对地图的抓图和配准提供了方便,用OziExplorer或GIS软件如Mapinfo,矢量化,得到要制作的地图区域的基础地理数据。
GPS航点、航迹要制作户外地图当然最好徒步线的航点航迹,不少驴友会记录航点航迹,并发布给大家共享。
对得到航线最好先整理一下,去除在原地打转的点,如果记录点过密,可以对其进行抽稀。
如果没有徒步线航迹,也可以利用Google Earth 等得到大致的路线,不过这只能是规划线了。
以上所有数据都必须转化为WGS84的Shape格式。
ISSOM2007规范
短距离定向运动地图制图规范(ISSOM2007)前言国际定联地图委员会是国际定向运动联合会设立的专门负责地图的质量、教育、改进与制定标准的委员会。
拟定ISSOM始于2001年。
当时在澳大利亚莱布尼兹召开的国际定联大会确认将短距离定向列入世界定向运动锦标赛(WOC)。
短距定向的开展是对地图制图的新挑战。
即使我们已经有了公园定向图,但短距定向既可以在树林,还可以在城市或其它混合类型的地方进行,因此制定一个适合这个新项目的地图标准与传统的定向相比,肯定是复杂了许多。
过去若干年,地图委员会曾经颁发了ISSOM的2003和2004试行,以便收集世锦赛参加人的意见。
对他们的以及有关国家定向会的宝贵意见,已在最后颁发的ISSOM2005中得到体现。
后来发现的ISSOM2005中存在的一些问题——例如措辞矛盾和语法错误,我们希望在新的2007版中已得到纠正。
这里有一个为“台阶或铺装地缘石”符号(529.1)所作的澄清:台阶(内的短线)只能绘成0.07毫米;“危险区”符号(710)已经取消,只使用“禁入区边界”符号(709)标示危险区。
1 绪论短距定向依据IOF的下述定义:·短距定向是一种在有助于推广定向运动的人员中开展的,具有通俗易懂、可观赏、跑速快的项目。
对短距定向的观感就是速度快:短距定向是在能够高速奔跑的树林、街道或公园进行的,其胜出时间(包括男女)大约在12-15分钟,因此更适合于时间少或距离短的情况。
ISSOM的主要特点:·虽然ISSOM以ISOM2000为基础,但是制图人和参赛者都必须明白,短距定向图仍然具有其特殊性。
·ISOM2000中的许多基本要求仍然适用于短距定向图。
·ISSOM与ISOM2000的最大不同是:现在的粗黑线,仅仅用于不能通过的特征物——对那些直接影响比赛的障碍物(如水体、陡崖、围栏、围墙等),都要绘成不能通过、也就是禁止通过的符号。
短距定向不同于以往那些已成型的、距离较长的徒步定向。
路测软件安装文档
路测软件安装说明
1、主程序安装
选择路测软件安装光盘中的根目录下的setup.exe,点击安装,安装目录选择在系统盘以外的地方。
2、插件安装
1)打开安装光盘目录
2)打开安装目录,根据系统版本点击AccessDatabaseEngine_X64.exe,进行安装。
3、授权申请
1)拷贝安装光盘目录下的ReaderKey.exe 到桌面,点击运行会生成文件。
2)将生成发送给厂家,厂家会发回UltraOptim.lic授权文件。
3)将UltraOptim.lic授权文件拷贝到安装后的程序根目录。
4)在有网的情况下启动程序即可(软件启动需要远程认证)。
4、问题
1)setup.exe安装失败,可以选择点击Setup.msi进行手动安装,再依次安装DotNetFX40Client 和vcredist_x86目录下的安装包。
2)点击快捷方式程序不能启动,尝试以管理员方式启动即可,将启动调成win7兼容模式。