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

Search list

[Windows Develop2

Description: 给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X轴向右为正,Y轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N,N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库则应加满油并付加油费用A。 (4)在需要时可在网格点处增设油库,并付增设油库费用C(不含加油费用A)。 (5)(1)~(4)中的各数N、K、A、B、C均为正整数。 编程任务: 求汽车从起点出发到达终点的一条所付费用最少的行驶路线。 数据输入: 第一行是N,K,A,B,C的值,2 <=N<=100,2<=K<=10。 第二行起是一个N*N 的0-1方阵,每行N 个值,至N+1行结束。方阵的第i 行第j 列处的值为1 表示在网格交叉点(i,j)处设置了一个油库,为0 时表示未设油库。各行相邻的2 个数以空格分隔。 结果输出: 第1 行中的数是最小费用值。 -Given an N* N square grid, set the upper left corner as a starting point ◎, coordinates (1,1), X-axis to the right is positive, Y axis, is positive, each square side length of 1. Starting a car approached from the lower right corner of the end point ◎ ▲, its coordinates (N, N). In a number of grid intersection points, set the oil tanks, fuel for vehicles in a moving way. Vehicle in motion the process should follow the following rules: (1) car can only travel along the grid edges, filled with oil can travel after the K edge of the grid. Starting when the car has been filled with oil, not in the starting and ending at the depot is located. (2) when the vehicle is traveling through a mesh edge, if the X coordinate or Y coordinate decreases, then the fees payable B, or toll-free use. (3) the process of moving car in case of fuel oil tanks should fill up and pay the cost of A. (4) when needed at additional grid point depot, depot and pay the additional cost of C (excluding fuel costs A)
Platform: | Size: 1024 | Author: 张开 | Hits:

[SCMRS485-Lightning

Description: RS485 数据总线雷击过压防护 1. RS485 总线的应用领域 工业控制,DCS,数据采集系统 高速公路收费系统 过程控制及制造 电力系统采集与控制系统 远程终端互连-RS485 data bus lightning overvoltage protection 1. RS485 bus for industrial control applications, DCS, data acquisition system highway toll system process control and manufacturing power system acquisition and control system remote terminal interconnection
Platform: | Size: 82944 | Author: 莫阳庚 | Hits:

[Other systemsgaosulushoufei1

Description: 利用VB实现的公路,高速公路收费系统软件,比较通用,使用了Cell插件-Using VB to road, highway toll system software, more generic, the use of plug-Cell
Platform: | Size: 7669760 | Author: 天尊 | Hits:

[transportation applicationstoll-system

Description: 实现一种高速公路计费系统.能实现各种收费功能。-realize a billing system system of Highway.it can achieve a variety of charges.
Platform: | Size: 9809920 | Author: 种海英 | Hits:

[Post-TeleCom sofeware systemsdianhuajifei

Description: 系统:C#+Sql Serve 系统概述 1) 系统要求能用关系数据库理论建立几个数据库文件来存储用户信息,收费员信息和收费信息等资料。 2) 具有对各种数据文件装入和修改数据的功能。 3) 有多种查询和统计功能。 注:系统通过模拟,随机生成话费信息。 -允许输入拉丁字符的拼音 System: C# Sql Serve System Overview 1) System Requirements relational database theory can be used to establish several database files to store user information, information and toll billing information and other information. 2) has a variety of data files to load and modify data. 3) There are a variety of query and statistical functions. Note: The system by simulation, randomly generated calls information.
Platform: | Size: 4062208 | Author: LOST | Hits:

[VOIP programPython

Description: 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处理 6.本程序是拿来做网页免费电话(web800)用的,当用户在web上填入一个号码,就可以自动回拨他,播放等待音,并接通第49行设定的客服号码。 7.web部分考虑到各人服务器不一样,未给出,只需按格式写入一个空文件到131行设定的路径就可以-Written in the pjsip the library web network telephone, stating: 1 to install the pjsip the library. You need two sip accounts, respectively, to fill 114 lines and 116 lines. The first parameter is the SIP server, the second is the user name and password. 3 called in line 49, you can modify the file read or other. Four. Line 131, obtained from the root directory of E telephone number call "file. Fetch and then put the file is deleted. And call the number. 5 line 44, waiting for the sound file must be a standard wav file, you can use windows built-in recorder to record your own out of transcoding may not be supported, exception will be reported here is not dealt with This procedure is used as the web pages Toll-free (web800) used when the user fill in a number on the web, you can automatically call back him, the player waiting tone, and connected to the line 49 to set the customer service number. 7.web part of each one taking into account the server is not the same, is not given
Platform: | Size: 541696 | Author: wenda | Hits:

[Other5

Description: VB基于CS结构的网络验证充值收费系统,很不错的VB源码,适合VB爱好者学习研究。-VB CS structure-based network authentication recharge toll collection system, a very good VB source code for VB enthusiasts to learn research.
Platform: | Size: 140288 | Author: free21 | Hits:

[CSharpCSharpShuZiShiBie

Description: 自动识别技术是一个涵盖射频识别技术、生物特征识别技术、条码识别技术、光学字符识别技术以及磁识别技术等,集计算机、光、微电子、通信和网络技术为一体的高技术专业领域。自动识别技术产业发展前景广阔,目前条码识别技术已渗透到各个行业领域,无论在制造业、商品零售等行业领域,还是近年来迅速崛起的物流供应链及电子商务交易中,条码识别技术都担当着不可或缺的重要角色,在军事中也是不可缺少的。 随着自动数字识别技术的迅速发展,射频识别技术自上世纪九十年代以来,已被广泛用于身份识别、资产管理、高速公路的收费管理、门禁管理、宠物管理等领域,可以实现快速批量的识别和定位,大幅提高企业的管理和运作效率,并降低供应链过程中的成本,提升供应链效率。同时,指纹识别、虹膜识别、掌纹识别等生物特征识别技术产品也开始在我国各领域中推广和普及,生物特征识别产业的发展,将对我国的政府信息安全、电子商务、维护经济秩序以及反恐怖等方面起到重要的推动和支持作用。在军事方面如卫星图片的扫描,图片的还原,图片的高清化,图片特征的提取及图片中数字文字信息的提取等。以上涉及到得领域都学要识别系统的支持。-Automatic Identification Technology is a covering radio frequency identification technology, biometric identification technology, bar code recognition technology, optical character recognition technology and magnetic identification technology, computer set, light, micro-electronics, communications and network technology as one of the high-tech areas of expertise. Automatic identification technology industry development prospects, and barcode recognition technology has penetrated into various industries, both in the field of manufacturing, retail and other industries, or the rapid rise in recent years logistics supply chain and e-commerce transactions, barcode recognition technology are to play an integral role, is also indispensable in the military. With the rapid development of automatic number identification technology, radio frequency identification technology since the 1990s, has been widely used in the field of identification, asset management, highway toll management, access c
Platform: | Size: 27648 | Author: luoyh | Hits:

[Other systemsbill-toll(txt-txt)

Description: 转换天河CAD输出的明细表文件合适为inteCAD的输入明细表工具-Conversion of the schedule of the Milky Way CAD output file suitable for inteCAD input schedule tool
Platform: | Size: 5120 | Author: 张杰 | Hits:

[VC/MFCxinjian

Description: (1) 管理人员根据口令进入系统; (2) 管理车位信息(车位编号,状态)和每小时的收费费率(大车7元/小时,小车5元/小时,由停车时选择录入); (3) 停车时,建立对象,录入汽车停泊信息(车牌号,停泊位置,停泊开始时间);停车位为第一个为空的位置,由程序查询自动给出车位号,如果车位已满要给出提示; -(1) management according to the password into the system (2) management parking information (parking lot Numbers, the state) and each hour of the toll rate (cart 7 yuan/hour, the small car 5 yuan/hour, when parking choice by input) (3) when parking, establish object, recorded the parking information (plates of the anchor position, anchor, start time) Parking space for the first for empty place, by the program automatically give parking number query, if parking is full already to giving prompt
Platform: | Size: 1024 | Author: he | Hits:

[ERP-EIP-OA-PortalGasFeeSysDemo

Description: 一个燃气收费管理系统的毕业设计 功能很简单,进入主界面有收费会员登录,维护员登陆 维护员可以添加收费会员信息, 收费会员可以添加用户,用户缴费,缴费查询,修改信息,退出系统 收费员账户名:tt 密码:tt 管理者用户名:51aspx 密码:51aspx-A gas charges graduation design features of the management system is very simple, enter the main interface charging Login maintenance staff landing maintenance staff can add a subscription membership information, membership fees can add users, user fees, payment inquiries, to amend the information out of the system toll account name: tt Password: tt administrator user name: 51aspx password: 51aspx
Platform: | Size: 231424 | Author: 李明 | Hits:

[AlgorithmRabbit_Atrium_with_Lindblad_Ca

Description: 兔子心房模型可以进行心脏计算机模拟,很好很强大-Rabbit atrial model can be the heart of computer simulation, a very powerful toll
Platform: | Size: 4096 | Author: 张新朝 | Hits:

[Software EngineeringSMART-TOL-TAX-collection

Description: small toll tax collection document
Platform: | Size: 723968 | Author: patil | Hits:

[Software Engineeringsmall-toltax-collection-codes

Description: small toll tax collection codes
Platform: | Size: 22528 | Author: patil | Hits:

[WEB Codewanglyanzheng

Description: ASP 网络验证源码 带客服端和代理端,适合做收费系统使用-The ASP network authentication source with the customer side and the agent side, suitable toll system
Platform: | Size: 1236992 | Author: 龚玉潮 | Hits:

[CSharpcarpalte

Description: 車牌辨識已被廣泛應用於高速公路收費系統、停車場管理系統、與各項交通違規系統。-License Plate Recognition (LPR) System has now been used in highway toll collection system, parking management systems, and other systems
Platform: | Size: 71680 | Author: Youru | Hits:

[source in ebookwljfcxV3.1

Description: 小区宽带缴费记录系统,简单的用户缴费数据查询-The residential broadband Toll recording system, simple data query user fees
Platform: | Size: 1641472 | Author: 罗杰 | Hits:

[SCMTX522B_User_V1.9

Description: 压缩包包括用TX522B开发智能感应卡产品的全套资料。无论你是做食堂售卡消费系统还是IC卡洗衣机收费系统等等相关应用。只要配上你的单片机系统即可完成相应的开发项目。最近我就参考这些资料独立完成了刷卡洗衣机的充值和消费系统。具体感兴趣的可相互交流。-Compression package includes a full set of information for the development of intelligent sensing card products with TX522B. Whether you are doing a the canteen vending consumption IC card washing machine toll system application. Coupled with your SCM system to complete the development project. I refer to these data independently swipe washing machine recharge and consumption systems. Specific interest can interact.
Platform: | Size: 3653632 | Author: LR | Hits:

[e-languageSoftware-background-services

Description: 本源码是一款收费锁定软件,当别人使用你的软件时,须付费后才能使用你的软件。-The source is a toll locking software, shall be paid to others to use your software to use your software.
Platform: | Size: 61440 | Author: dsdads | Hits:

[JSPAttachments_2012_10_8-(3)

Description: automatic toll tex colection
Platform: | Size: 874496 | Author: sanjiv | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net