版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、专业英语课程论文(工业工程09级)姓名:许小会学号:310902020205教师:李发权 2012年 11 月23 日 an internet-based logistics management system for enterprise chainsabstractthis paper presents an internet-based logistics management system to coordinate and disseminate tasks and related information for solving the heterogeneous vehicle r
2、outing problem using appropriate heuristic techniques, for use in enterprise chain net works. its architecture involves a java web applet equipped with interactive communication capabilities between peripheral software tools. the system was developed in distributed software fashion technology for al
3、l computer platforms utilizing a web browser, focusing on the detailed road network of athens and the needs of the athens central food market enterprises. keywords: decision support system; e-logistics; transportation; vehicle routing problem1. introductionenterprise chains are the business model of
4、 the present and future regarding markets that involve small and medium company sizes. clearly, grouping activities towards a focused target facilitates an understandably improved market penetration guaranteed by a successful trade mark of a leading company in the field. several collaboration models
5、 that basically include franchising are introduced as a part of this integrated process. when such a network is introduced in order to exploit a commercial idea or business initiative and subsequently expanded as market penetration grows, several management issues arise regarding the operations of t
6、he entire network. such a network is the ideal place for organizing and evaluating in a more centralized way several ordinary operations regarding supply chain and logistics in fact, tools developed for organizing management processes and operational needs of each individual company, can be develope
7、d in a more centralized fashion and the services provided by the tool can be offered to each network member to facilitate transactions and tackle operations similarly. web-based applications are an ideal starting place for developing such applications. typically such systems serve as a central depot
8、 for distributing common services in the field of logistics. the commercial application is stored in a central server and services are provided for each member of the group. a prototype of such a server is described in previous work . this paper presents the completed internet system that is install
9、ed in the central web server of the athens central food market that deals with the integrated problem of distribution for 690 companies that comprise a unique logistics and retail chain of enterprises. the needs of each company are underlined and the algorithms developed are described within the uni
10、fied internet environment. the problem solved and services provided for each company is the one involving distribution of goods through a heterogeneous fleet of trucks. new insights of the heuristics employed are provided. a characteristic case study is presented to illustrate the effectiveness of t
11、he proposed approach for a real-world problem of distribution through the detailed road network of athens.2. distribution through heterogeneous vehicle fleetsthe fleet management problem presented in this paper requires the use of a heterogeneous fleet of vehicles that distribute goods through a net
12、work of clients. therefore, the system was designed in order to automatically generate vehicle routes (which vehicles should de-liver to which customers and in which order), using rational, quantitative, spatial and non-spatial information and minimizing simultaneously the vehicle cost and the total
13、 distance travelled by the vehicles, subject to the following constraints:l each vehicle has a predetermined load capacity, typically different from all other vehicles comprising the fleet (heterogeneous nature),l the capacity of a vehicle cannot be exceeded,l a single vehicle supplies each customer
14、s demand,l the number of vehicles used is predetermined2.1. neighborthe neighbor is defined as a blend of the most favorable local search moves that transforms one solution to another. in particular, in its taboo search iteration the type of move adopted is decided stochastically. a predefined proba
15、bility level is assigned to each move type. after that, it is decided whether the move operation is performed within a single route or between different routes, once more stochastically. this time, for both operations, the probability level is assigned a value of 50%. subsequently, the best neighbor
16、 that the selected move implies is computed. the move types employed are the 2-opt move (bell et al., 1983), the 11 exchange move, the10 exchange, on both single route and different routes.2.2. short-term memoryshort-term memory, known as taboo list, is the most often used component of taboo search.
17、 taboo list is imposed to restrict the search from revisiting solutions that were considered previously and to discourage the search process from cycling between subsets of solutions. for achieving this goal, attributes of moves, more precisely the reversals of the original ones, are stored in a tab
18、oo list. the reversal moves that contain attributes stored in taboo list are designated taboo and they are excluded from the search process. regarding the taboo search variant implemented, these attributes are the nodes involved in the move (all the moves used in this method can be characterized by
19、indicating only two nodes) and the corresponding routes where these nodes belong to. the number that arcs mobility is restricted is known as taboo list size or taboo tenure. the management of the taboo list is achieved by removing the move which has been on the taboo list longest.2.3. aspiration cri
20、terionthe aspiration criterion is a strategy for overriding the short-term memory functions. the taboo search method implemented, uses the standard aspiration criterion: if a move gives a higher quality solution than the best found so far, then the move is selected regardless its taboo status.taboo
21、search algorithm terminates when the number of iterations conducted is larger than the maximum number of iterations allowed.3. developing the internet-based application toolweb services offer new opportunities in business landscape, facilitating a global marketplace where business rapidly create inn
22、ovative products and serve customers better. whatever that business needs is, web services have the flexibility to meet the demand and allow to accelerate outsourcing. in turn, the developer can focus on building core competencies to create customer and shareholder value. application development is
23、also more efficient because existing web services, regardless of where they were developed, can easily be reused.many of the technology requirements for web services exist today, such as open standards for business to-business applications, mission-critical transaction platforms and secure integrati
24、on and messaging products. however, to enable robust and dynamic integration of applications, the industry standards and tools that extend the capabilities of to days business-to-business interoperability are required. the key to taking full advantage of web services is to understand what web servic
25、es are and how the market is likely to evolve. one needs to be able to invest in platforms and applications today that will enable the developer to quickly and effectively realize these benefits as well as to be able to meet the specific needs and increase business productivity.typically, there are
26、two basic technologies to be implemented when dealing with internet-based applications; namely server-based and client-based. both technologies have their strong points regarding development of the code and the facilities they provide. server-based applications involve the development of dynamically
27、 created web pages. these pages are transmitted to the web browser of the client and contain code in the form of html and javascript language. the html part is the static part of the page that contains forms and controls for user needs and the javascript part is the dynamic part of the page. typical
28、ly, the structure of the code can be completely changed through the intervention of web server mechanisms added on the transmission part and implemented by server-based languages such as asp, jsp, php, etc. this comes to the development of an integrated dynamic page application where user desire reg
29、arding problem peculiarities (calculating shortest paths, execute routing algorithms, transact with the database, etc.) is implemented by appropriately invoking different parts of the dynamic content of such pages. in server-based applications all calculations are executed on the server. in client-b
30、ased applications, java applets prevail. communication of the user is guaranteed by the well-known java mechanism that acts as the medium between the user and code.everything is executed on the client side. data in this case have to be retrieved, once and this might be the time-consuming part of the
31、 transaction.in server-based applications, server resources are used for all calculations and this requires powerful server facilities with respect to hardware and software. client-based applications are burdened with data transmission (chiefly related to road network data). there is a remedy to tha
32、t; namely caching. once loaded, they are left in the cache archives of the web browser to be instantly recalled when needed.in our case, a client-based application was developed. the main reason was the demand from the point of view for personal data discretion regarding their clients. in fact, this
33、 information was kept secret in our system even from the server side involved.data management plays major role in the good function of our system. this role becomes more substantial when the distribution takes place within a large and detailed road network like this of a major complex city. more spe
34、cifically, in order to produce the proposed the routing plan, the system uses information about:l the locations of the depot and the customers within the road network of the city (their co-ordinates attached in the map of the city),l the demand of the customers serviced,l the capacity of the vehicle
35、s used,l the spatial characteristics of road segments of the net work examined,l the topography of the road network,l the speed of the vehicle, considering the spatial characteristics of the road and the area within of which is moved,l the synthesis of the company fleet of vehicles.4. case studythe
36、system developed was used in the central food market of athens, greece. the specific market involves 2 area of 320,000m in the south-west region of athens greater area at the boundary of port of greece. this market is basically a hybrid of two submarkets; the first one involves fresh vegetables and
37、fruits and the second one fresh meat. a central food market is an organization that involves numerous small enterprises that sell and distribute fresh food products, chiefly fresh vegetables, fruits fish and meat. it is considered to be the place where supply and demand together and where prices det
38、ermined in conditions of transparency and open exchange. every day, the market is visited by thousands of operators and traders who consider it the best place in which to carry out their transactions. the market is used by companies specializing in the food sector, traditional retailers, the city ma
39、rkets, supermarkets, hypermarkets, hotel and catering establishments.the fresh vegetables and fruits market involves 690 small and medium enterprises that cover an area of 27,100m, while the meat market involves 105 small 2 and medium enterprises that cover an area of 6050m. as a complementary area
40、to the markets, athens central food market has a services and warehouses area, to serve the growing economic activity generated by the food unit. cash& carry, purchase centers, distribution and logistics, storage, handling and packaging, cold stores available for rent, motor vehicle services .in
41、 short, all the services operators required. the market need for effective logistics requires specialization and investment, in order to be competitive and provide the growing level of service demanded. every day, this market complex offers a selection of fruits and vegetables, both in the range of
42、products and varieties and in the sheer volume on offer, which makes it the largest fruit and vegetable market in greece and one of the largest in europe. athens central market responds to the challenge of effectively and reliably serving the most important food sector in greece, offering a wide var
43、iety of vegetables, fruits, meats, meat products in unrivalled conditions of hygiene and safety. the meat market is concerned not only with distribution but also with production. many farmers participate directly in the athens central market, as it actively promotes products with denomination of ori
44、gin and quality certificates. athens central market installations involve roughly 500 parking places.the application can be found at the internet address http:/www.okaa.gr/router/default.asp, through secure cookie entrance. the system was appropriately coded in the form of a java applet encapsulated
45、 in a web page accessible by the users through the web server of the organization. there were several restrictions that were taken into consideration as user requirements. the application had to be compact, user-friendly, the data entered that would concern a specific enterprise could not be transpa
46、rent to others, including the organization and full reports ready to use by truck drivers had to be generated.基于互联网的连锁企业的物流管理系统摘要本文介绍了一种基于internet的物流管理系统,以协调和传播解决异构车辆路径问题采用适当的启发式技术,任务和相关信息,为企业的连锁网络作品使用。其体系结构包括一个java的web小程序与外设之间的互动沟通的软件工具的功能配备。该系统的开发方式,在分布式软件技术的所有电脑使用一个web browser平台,在雅典的详细道路网络为重点和雅典中
47、央食品市场企业的需要。 关键词:决策支持系统,电子物流,运输,车辆路径问题前言企业连锁经营模式是对当前及未来的市场,包括中小型公司规模。显然,使集团的重点目标是可以理解的活动有利于提高市场占有率由一家公司成功的商标保证在外地。几个合作模式,基本上包括引入特许经营作为这一进程的一部分。当这种网络的引入,以利用商业理念或企业的倡议,并随后扩大市场渗透率的增长,若干管理问题方面出现的整个网络的运作。这种网络是组织和较集中的方式对一些普通业务供应链和物流从评估的理想场所,工具,组织管理流程及个别公司的业务需要开发的,可以更集中的方式发展和该工具提供的服务可以提供给每个网络成员促进交易和处理业务类似。基
48、于web的应用是一个理想的起点为开发此类应用的地方。通常这些系统作为分配在物流领域的共同服务的中心仓库。商业应用存储在中央服务器和服务的每个组的成员提供。一个这样的服务器原型描述了以前的工作。本文介绍了完成跨网系统,在雅典中央副食品批发市场中央web服务器上安装的处理分配690公司,包括一个独特的物流和零售连锁企业的整合问题。每家公司的需要是强调和算法开发的范围内统一的网络环境描述。解决问题和服务的每一个公司提供的是一个涉及通过混合车队的卡车货物分配。严谨启发式解法为就业提供新的见解。阿特征的案例研究,提出说明,通过详细的道路网络雅典的一个现实世界的分布问题提出方法的有效性。1、 通过异构车队
49、分布该舰队管理问题本文提出需要的车辆混合车队使用的方式来分配网络的客户货物。因此,该系统是为了设计,自动生成车辆路线(即车辆应提供哪些客户的顺序),使用合理,数量,空间和非空间信息和车辆,同时尽量减少成本和总距离行驶的车辆,须符合下列限制:每辆车有一个预先确定的负载能力,通常是由组成的船队(异质性)的所有其他车辆不同,车辆的能力,不能超越,一个单一的汽车用品每个客户的需求,所用车辆的数目,预先确定的。2.1邻里附近的定义是最有利的本地搜索动作,变换另一种解决办法融合。特别是,通过在其禁忌搜索迭代的移动类型随机决定。预定义的概率水平,分配给每个移动类型。在此之后,决定是否执行移动操作是在一个单一
50、的路线或不同的路线,再次随机。这一次,这两个行动的概率水平分配50的价值。随后,最好的邻居说,此举意味着选择计算。此举类型就业是2选项移动,交易所将在1-1(埃文斯与努尔贝克,1985),当前第1页- 0 移动交换,单路和不同路线。2.2短期记忆短期记忆,因为禁忌名单称为,是禁忌搜索最常用的组成部分。禁忌名单去限制从重新被认为以前并劝阻,从解决方案的子集之间的循环搜索过程的解决办法。为实现这一目标,属性的动作,更准确地原有的逆转,被存储在一个禁忌名单。逆转动作,包含属性禁忌列表存储在指定禁忌,他们在搜索过程之外。关于禁忌搜索变种实施,这些属性是在移动过程中的节点(所有的动作中使用的这种方法可以
51、通过指出只有两个节点的特点)和在这些节点属于相应的路线。这个数字是;灵活限制被称为禁忌列表的大小或禁忌的任期。禁忌的列表管理是通过消除已禁忌名单上最长的已移动。2.3 标准意愿标准的愿望是压倒一切的短期记忆功能的策略。禁忌搜索方法的实施,使用标准的期望标准:如果此举给出了更高质量的最佳解决方案,比迄今为止发现的话,将被选中,不论其禁忌的地位。禁忌搜索算法终止时的迭代次数进行比允许的最大数量较大的迭代。3、发展基于互联网的应用工具web服务提供的商业景观的新机会,促进全球市场在业务快速推出创新的产品和客户提供更好的服务。无论是企业需要的是,web服务可以灵活地满足需求,并允许加速外包。反过来,开发人员可以专注于构建核心竞争力,创造客户和股东价值。应用程序开发,也更有效,因为现有的web服务,无论他们在那里开发的,可以很容易地重用。 对网络服务的技术要求,很多今天存在的,如营业标准,业务应用,关键任务交易平台和安全的一体化和信息产品。不过,为使强大和动态系统的综合应用,行业标准和工具,扩大天的业务能力,对企业的互操作性是必需的。在采取了充分利用网络服务的关键是要了解什么是web服务,以及如何在市场可能发生变化。人们需要能够在今天的平台和应用的投资,使开发人员快速而有效地
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 个人辞职申请书荐
- 《JF公司采购管理流程优化研究》
- 2024至2030年中国龙门裁剪机数据监测研究报告
- 《基于心理契约的低年资护士离职倾向的相关研究》
- 2024至2030年中国铝伸缩节行业投资前景及策略咨询研究报告
- 国庆安全培训企业强劲复产考核试卷
- 2024至2030年中国软膜卡套行业投资前景及策略咨询研究报告
- 《大理市智慧旅游业发展研究》
- 个人学生检讨书锦集七篇
- 2024款二手车买卖协议格式
- 山东省医院目录
- 蔬菜采购合同水果蔬菜采购合同
- 民航概论课程标准
- 钢管及支架除锈及防腐施工方案
- 新型建筑材料结业论文
- 学生一帮一结对子登记表
- TZZB2483-2021食品包装用耐蒸煮、高阻隔塑料复合膜、袋
- 国旗护卫队训练计划
- 关于建立处罚裁量基准制度规范自由裁量权的调研报告
- CTD格式内容详解
- 海航集团空中乘务员招聘报名表
评论
0/150
提交评论