



全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
第一单元This document is a report on the feasibility study conducted on the proposed solutions for the Planet Tracking Software.这份文档是关于行星追踪软件若干解决方案的可行性研究报告。b)The software should be able to control the motors such that the mirrors and the unit can be aligned in all desired configurations.这份文档是关于行星追踪软件若干解决方案的可行性研究报告。c)The first technical constraint that was considered for coming up with the possible solutions was that the system has to work on the Windows operating system.对于备选的解决方案,第一个需要考虑的技术限制是系统必须运行在Windows操作系统上。d)The advantage of this solution is that all 5 members of the group are well-versed in the programming language chosen.这个解决方案的优点是小组内的5名成员都十分精通所选定的编程语言。Under the proposed scenario, the user would be able to take up to 100 measurements a day depending on what type of measurement is being taken.在该场景下,用户一天应能进行多达100次测量,具体数目取决于测量类型。f)Hence this solution does not translate into a learning curve for any of the members.因此这项解决方案对于组员来说没有学习上的难度。g)The second critical section is where the code determines the coordinates of a celestial object using the time provided.第二个关键之处在于使代码根据提供的时间来确定星体坐标。h)As is apparent from the Gantt chart, accommodating the time required to develop the plug-in leads to conflict with the deadlines.从甘特表中可以清楚地看到,开发插件所需的时间将会和截止时间发生冲突。第二单元Translations.a)The objective of this Software Development Plan is to define the development activities in terms of the phases and iterations required for implementing a computerized class registration system for Zhonghua University.这份软件开发计划的目的是从实施中华大学计算机化课程注册系统所需的开发阶段和迭代周期等方面详细说明诸多开发活动。b)This Software Development Plan describes the overall plan to be used by General Computers Corporation for developing the Course Registration System for Zhonghua University.这份软件开发计划描述了通用电脑公司为中华大学开发计算机化课程注册系统的整体计划。c)Other artifacts will be produced, as described in the project development case, but are not intended to be delivered to the maintenance organization.正如项目开发样例中指出的,会产生其它一些工件,但不会把它们交付给维护机构。d)The Course Registration System is similar in complexity and architecture to the Online Library System, built for Zhonghua University in 1999.这个课程注册系统与1999年为中华大学构建的在线图书馆系统在复杂性和整体结构上类似。e)A Work Breakdown Structure is being prepared, and will be provided in the next version of this document.任务分解体系正在准备当中,并将出现在该文档的下个版本中。 f)Each phase consists of development iterations in which a subset of the system is developed.每一阶段包括若干开发迭代周期,各周期开发整个系统的子集。g)To accommodate the changes, Rational RequisitePro will be used to manage the product requirements and to keep track of release content.为了适应变化,将采用Rational RequisitePro来管理产品需求并记录发布版本内容。h)In addition, there will be internal releases, to maintain a regular heartbeat to help keep the project on track, and to allow for the possibility of additional releases after the initial release, if needed.另外,将会发布内部版本,以保持常规步调,保证项目走在正轨上,如果需要的话,也能保证初次发布之后继续发布的可能性。第三单元Please translate the following passage.A communication loop step by step:通信循环的具体步骤:VTS is started and it starts TCP listener at the specified IP and Port, and loads all VT IMEI from database;车辆跟踪系统启动后将在指定的IP地址和端口号启动一个TCP监听程序,并从数据库中载入所有车辆跟踪器的IMEI; The VT is powered on and comes into GPRS coverage areas, and then the VT attaches to the GPRS network and creates an active GPRS connection;车辆跟踪器在电源启动后,如果进入GPRS覆盖范围,它就能接入GPRS网络并且激活GPRS连接; The VT creates a TCP connection to the fixed IP and Port, and VTS gets the connection request at the listener and accepts the connection;车辆跟踪器创建一个TCP连接到固定的IP地址和端口,车辆跟踪系统在监听端收到连接请求并接受该连接; The VT sends login message, when the IMEI of the VT is sent as the id, VTS verifies IMEI and decides to accept or reject this connection;车辆跟踪器发送登录消息,以IMEI作为身份码,车辆跟踪系统验证IMEI并决定接受还是拒绝该连接;Connection is set up, and VT sends Location Record in T-TCP protocol to the VTS;连接建立后,车辆跟踪器通过T-TCP协议向车辆跟踪系统发送位置记录;The VTS gets Location Record, sends location to G-Tech Server by GTHttpRequest class, and gets return in XML format;车辆跟踪系统收到位置记录并将其通过GTHttpRequest类发送给G-Tech服务器,再接收XML格式的返回信息;The VTS processes the returned address info from G-Tech Server and sends address info to the LCS;车辆跟踪系统处理G-Tech服务器返回的地址信息,并将其发送给位置信息收集系统;If the LCS needs to send command to the VTS, the VTS will encode command and send encoded command to the particular VT.如果位置信息收集系统需要向车辆跟踪系统发出命令,车辆跟踪系统会对命令进行编码,然后将编码后的命令发送给特定的车辆跟踪器。第四单元Translations.The existing software will write the records to the existing SQL database and provide the user interface.现有的软件将记录写入已有的SQL数据库并提供用户接口。Session Manager is a working thread which manages all VT-VTS TCP communication sessions.对话管理员是一个管理车辆跟踪器与车辆跟踪系统之间TCP通信对话的工作线程。 Consumers are empowered with the ability to keep watch of their investments from any computer connected to the Internet. 消费者可以通过连接到因特网的任意一台计算机随时跟踪他们的投资情况。 Its main purpose is to manage the incoming message flow to ensure that incoming messages are not lost.它的主要目的是管理进入的消息流,并保证它们没有丢失。 The outQueue can store and manage VT update command message from Application Server or other messages which should be sent to VT.outQueue能够存储和管理来自应用服务器的车辆跟踪器更新命令消息或者发送到车辆跟踪器的其它消息。 J2EE Application Server can do dynamic MDB loading according to different situations, and it can balance connection loads according to different system loads.J2EE应用服务器可以根据不同情况进行MDB动态载入,也可以根据不同的系统负载均衡连接负载。 If connection is invalid or should be closed, close interface of Connection Manager will be invoked to close socket connection.如果连接无效或应被关闭,连接管理员将激活关闭接口以关闭套接字连接。After a connection is accepted, if the first message is not the login message, the connection will be dropped directly.同意建立连接后,如果会话创建前的第一个消息不是登陆信息,那么该连接将直接停止。第五单元5.Translationsa)This Architectural Design Specification (ADS) is sufficient for the project manager to draw up a detailed implementation plan and to control the overall project during the remaining development phases.项目经理使用架构设计说明书就足够制定详细实现计划并在余下的开发阶段控制整个项目。b)Object orientation must be employed in the design of the software to meet these requirements. 为了满足这些需求,软件设计中必须使用面向对象的方法。 c)The program must be able to run on an Intel Pentium III based IBM-compatible PC running Windows 2000 or above, which is the minimum running environment. 程序的最低运行环境是英特尔Pentium III处理器,运行Windows 2000或以上操作系统的IBM兼容个人电脑。 d)The software will be used primarily by members of th
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年职业安全健康管理师考试题及答案
- 2025年机械工程师资格认证考试试卷及答案
- 2025年外语翻译资格考试试卷及答案指南
- 2025年电信工程与技术应用考试卷及答案
- 城市综合体户外广告位租赁及广告发布合同
- 档案馆数字化设备租赁与升级改造服务协议
- 电力设施安装补充协议
- 互动式网络广告投放效果评估合同
- 法拍房交易权利瑕疵鉴定与风险控制合同
- 电视剧群众演员招募与角色扮演培训协议
- 米家智能家居设计方案
- 苹果产业的财务分析报告
- 数独题目大全与答案
- 2024年安徽合肥通航控股有限公司招聘笔试参考题库含答案解析
- 刑事案件模拟法庭剧本完整版五篇
- 东风EQ1092F型汽车分动器的设计
- 小主持人社团教案
- 银行账户注销申请(备案)表
- 2023年贵州省初中学业水平考试物理中考试卷真题(答案详解)
- 2022年浙江省金华市义乌市小升初语文试卷(一)
- 22S803 圆形钢筋混凝土蓄水池
评论
0/150
提交评论