Welcome![Sign In][Sign Up]
Location:
Search - route

Search list

[WinSock-NDISshortestPathAlgorithmRouter

Description: 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its previous packet transmission
Platform: | Size: 145115 | Author: agang | Hits:

[Other resourceshopping_Dynamic_Programming

Description: Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones is an exemplary husband, every Saturday morning his wife will give it a shopping list, he can only buy listed items must be finished their all. Initially, Mr. Jones always shuttling between the store aisle, every kind of merchandise to choose the cheapest prices, but he gradually tired of this way, and begin a new attempt -- for the stores each aisle only walk again, and in strict accordance with the list of items on the shopping sequence. Now you have to write a program to help him shopping. You have the information in addition to the items listed, also included in his choice of the entire route followed by the commodity and its price, your task is calculating his purchase all goods-the smallest cost.
Platform: | Size: 11423 | Author: 汤烈 | Hits:

[OtherbusqueryNoReg

Description: 手机查询系统,包括站点查询,路线查询和线路查询-phone inquiry system, including site inquiries, inquiries and route inquiries line
Platform: | Size: 496267 | Author: jackywhy | Hits:

[Other resourceLab537-JPEGMotion

Description: Lab537-JPEGMotion开发的dsp程序,可以实现两个采集,同时显示3路,其中两个为采集的图像,另一路为前两路的运动。-Lab537 - JPEGMotion dsp development process, can achieve two collection, three road shows, two of which collected images of the other route for the former two-way movement.
Platform: | Size: 987935 | Author: 耿磊 | Hits:

[OpenGL programtutors

Description: 关于材质灯光的学习程序,图形界面。在修改参数的同时,了解了关键函数的用法和重要的参数的作用。-material lights on the learning process, a graphical interface. Parameter changes in the understanding of the key functions of the route and the parameters of the important role.
Platform: | Size: 928924 | Author: shiyi | Hits:

[Other resource030300305euler.cpp

Description: 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the road map matrix P, made from vertex to vertex i j is the route P [i, j] = 1, P [i, j] = 0.
Platform: | Size: 1649 | Author: Nouth | Hits:

[Linux-Unixunix_traceroute_code

Description: unix下基于IP协议的TRACE ROUTE 代码程序;C/C++语言-unix based on IP protocol TRACE ROUTE code procedures; C / C Language
Platform: | Size: 13835 | Author: 张云 | Hits:

[Other resourceair_book

Description: 飞机订票系统,任务:通过此系统可以实现如下功能: 录入:可以录入某个航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选者航班; 退票:可退票,退票后修改西相关数据文件; 可户资料有姓名,证件号,订票数量及航班 修改航班信息:当航班信息改变可以修改航班数据文件 -plane reservation systems, tasks : the system can achieve the following functions : recording : Input can be given flight (data can be stored in a data file, the data structure, specific data set) Inquiries : can find a route (for example, the importation of flights, landing inquiries, arrival takeoff, flight fares, discount fares, flights to determine whether the Mancang); can import arrived in town to take off, inquiries flights; reservations : (booking situation may exist a data file, structure their own creation) could booking, If the flight had no vote, could provide flights were optional; Refund : Refund can, Refund West altered documents related data; households may have information name, documents, booking flights and the number of flight information changes : When the flight infor
Platform: | Size: 65377 | Author: han | Hits:

[GUI DevelopScrollBarDemo

Description: ScrollBarDemo的测试,主要是用法和使用,希望有用-ScrollBarDemo tests, the main use of the route and the hope that useful
Platform: | Size: 1153 | Author: aaa | Hits:

[GUI DevelopComboBoxDemo

Description: ComboBox的测试,主要是用法和使用,希望有用-ComboBox tests, the main use of the route and the hope that useful
Platform: | Size: 1648 | Author: aaa | Hits:

[GUI DevelopRadioButtonDemo

Description: botton的测试,主要是用法和使用,希望有用-botton tests, the main use of the route and the hope that useful
Platform: | Size: 1518 | Author: aaa | Hits:

[CSharpDATABASE_APPLICATION_DESIGN(tc)

Description: 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。 修改航班信息:当航班信息改变可以修改航班数据文件 要求: 根据以上功能说明,设计航班信息,订票信息的存储结构,设计程序完成功能 -1 and polynomials calculation ** tasks : to index descending in accordance with established and output polynomial; to complete the combined two polynomials, subtract, and the results input; in submitted information please specify : storage structure, polynomial together the basic process of the algorithm (which can be used flowchart), the source code, test data and results, the time complexity, it also proposed algorithm improvements; 2, the booking system tasks : through this system can achieve the following functions : recording : flights can be input (data can be stored in a data file, the data structure, specific data set) Inquiries : inquiries can be a route (for example, the importation of flights, the time for landing, take off arrival, flight fares. discount fares, flights to deter
Platform: | Size: 37119 | Author: Pegasus | Hits:

[Other resourcepark_guide

Description: 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a park guide Zhang plan (not less than 10 spots), tourists asked through a terminal known : as an attraction of relevant information; From a certain attraction to the other attractions of the shortest simple path. Tourists from the door into the park, an election the best route, so that tourists can not repeat visit to the attractions, Finally back to exports (on the export side entrance). Requirements : one from the keyboard or file input guide map; Two tourists through the keyboard to choose two spots, output; 3. output from the entrance to export the best route. Document contains a detailed source code and the Notes in order to achieve this classic problem.
Platform: | Size: 1614 | Author: agang | Hits:

[WinSock-NDISdingpiaoxitong

Description: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票:可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。 修改航班信息:当航班信息改变可以修改航班数据文件 -recording : flights can be input (data can be stored in a data file, the data structure, specific data set) Inquiries : can find a route (for example, the importation of flights, landing inquiries, arrival takeoff, flight fares, discount fares, flights to determine whether the Mancang); can import arrived in town to take off, inquiries flights; reservations : (booking situation may exist a data file, structure their own creation) could booking, If the flight had no vote, could provide alternative flights; Refund : Refund can, Refund after amending the relevant data files; customer information is name, identification number, quantity and booking flights, orders have numbered. Changes flight information : when flight information can be amended to change flight data files
Platform: | Size: 1724 | Author: wanguan | Hits:

[WinSock-NDISMTraceRt

Description: 自己实现Trace route的代码-Trace route to achieve their own code
Platform: | Size: 2841 | Author: 不告诉 | Hits:

[TCP/IP stackTrace_Router

Description: 一个实现网络trace route功能的程序.-a network trace route functions of the procedures.
Platform: | Size: 13275 | Author: 李杰 | Hits:

[OtherFindSuperwayFunction

Description: 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all the routes show
Platform: | Size: 878857 | Author: 刘晶 | Hits:

[CSharpTracertMap

Description: The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be found here. In the tool presented in this article, I combine the tracert component, technology to geo-locate based on IP address from HostIP.info and the Virtual Earth API to map the locations of various IP addresses that fall in the route of a network packet when it travels to a user provided destination IP address. Since the tracert component is covered thoroughly in the other article let start by looking at geo-location and the MSN Virtual Earth API.-The tracert tool displays the various IP Ad dresses in the route of a network packet as it tra vels to a destination IP address from a source. A n article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be f is here. In the tool presented in this article , I combine the tracert component, technology to geo-locate based on IP address fr om HostIP.info and the Virtual Earth API to map t he locations of various IP addresses that fall i n the route of a network packet when it travels to a user provided destination IP address. Since t he tracert component is covered thoroughly in t he let other article start by looking at geo-loc ation and the MSN Virtual Earth API.
Platform: | Size: 40770 | Author: 尹向东 | Hits:

[Otherqyouxianwuxianiangdaqi

Description: 有线 无线 双模式八路抢答器 使用无线收发模块 编码解码芯片-cable, wireless dual mode Eighth Route Army Responder use wireless transceiver chip codec
Platform: | Size: 22564 | Author: cjy | Hits:

[JSP/Javaevolver

Description: This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
Platform: | Size: 9122 | Author: liu yang | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net