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

Search list

[CSharpdianhjfcx

Description: 立即计费﹑分机管理﹑费率管理﹑报表统计﹑话单查询﹑操作记录﹑系统参数用﹑户管理八大模块。可用于任何交换机或任意多门数的市话,农话,国内长话计费;对中国电信﹑联通﹑移动﹑铁通﹑网通等多家通讯网络实施准确计费,功能强大,可用于各行各业,包括宾馆﹑中型公司﹑大型企业﹑学校﹑行政单位﹑科研单位等等。并且可以随时查费﹑打印话单﹑费率调整﹑参数更改,真正实现计费管理的灵活性,操作的简便性。本软件功能模块清晰,界面美观友好。-Now the management, billing rates ﹑ extension the management, statistical reporting, then a single query ﹑ ﹑ system parameters, operating records of account management with ﹑ eight modules. Can be used for any number of switches or any number of the city gate, then farmers, then, domestic long-distance billing Unicom, China Telecom ﹑ ﹑ ﹑ CRC ﹑ Netcom mobile communication network to implement a number of accurate billing, powerful, and can be used in all walks of life , medium-sized companies, including hotels ﹑ ﹑ ﹑ a school, large enterprises and scientific research units and so on administrative ﹑. And can print at any time if a single search fee ﹑ ﹑ ﹑ rate adjustment parameters change, truly billing management flexibility, ease of operation. The software modules clear, beautiful and friendly interface.
Platform: | Size: 10167296 | Author: 刘雪 | Hits:

[JSP/Javamaze

Description: 你的朋友Jefferson在一个二维迷宫(可以视为是有N*M个格子的方阵)中迷了路,他目前只知道他的起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY)。然而迷宫中有许多格子是不能进入的,还有一些格子是收费的——要知道Jefferson手头的现金(cash)极其有限。所以现在你需要写一个程序来帮助他:给出一条步数最短的路径,让Jefferson能够用手头的现金抵达目的地。 1. 迷宫表示,迷宫用一个二维矩阵表示。当用户输入N,M后,计算机随机生成一个N*M的迷宫,并显示出来。注意迷宫全封闭,在其边界必须为*,一个合法的迷宫输入可以是: ****** *0500* *1120* *0000* ****** 其中,第i行j列如果是: 0: 代表空格子 *: 代表不能进入的格子 k(1<=k<=9):代表进入该格子将一次性收取费用k 2. 用户可以输入起始坐标起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY),以及手中的Cash 3. 输出详细路径,步数,以及此步数下的花费,示例如下: (2,2)-(2,3)-(2,4) step:2 cost:5 4. 注意: (1) 最短的路径有可能有多条; (2) 也可能不能找到利用手头的现金完成旅行的答案-Your friend Jefferson in a two-dimensional maze (which can be seen as a N* M a grid of squares) in lost Way, he now knew his starting coordinates (startX, startY) and he needs to reach the destination coordinates ( destX, destY). However, there are many lattice maze is inaccessible, and some for a fee lattice - To know Jefferson cash on hand (cash) is extremely limited. So now you need to write a program To help him: a step given the number of shortest path, so that Jefferson could use the cash on hand at destination . 1. Maze that maze with a two-dimensional matrix. When the user input N, M, the computer An N* M randomly generated maze, and displayed. Note that the whole maze closed its borders must be* A legal labyrinth input can be: ****** 0500** * 1120* * 0000* ****** Among them, first column i row j if: 0: on behalf of sub-space *: Representatives can not enter the lattice k (1 <= k <= 9): representative of the grid will be a one-time charge k
Platform: | Size: 2048 | Author: 张强 | Hits:

[CSharpwuyeguanli

Description: 这是一个C#开发的小区管理系统,它实现了楼房信息,住户信息,车位信息,访客信息,收费信息等的管理-This is a C# development of the district management system, which implements the building information, household information, parking information, visitor information, fee information management
Platform: | Size: 403456 | Author: 黄金花 | Hits:

[Data structscode2

Description: 22. 切木头 成绩: 10 / 折扣: 0.9 背景 人们需要把一跟很长的木头切成几段,有一家名为 Analog Cutting Machinery (ACM) 的公司正在经营这一业务。他们根据切割前木头的长度来收费,木头越长、收费越高,并且每切割一次就收一次费。 显而易见,在这里切割木头时,不同的切割顺序就会产生不同的价钱。譬如一跟 10 米长的木头,需要在 2、4、7 米处切开。如果顺序在这三个位置切割,需要的费用是 10 8 6 = 24,因为木头原始长度为 10 米,切掉两米剩 8 米,在四米处切掉剩 6 米。如果按照 4、2、7 的顺序来切割,花费就是 10 4 6 = 20。 任务 你的老板有很多木材要切割,现在他希望你能够帮他找到最便宜的切割方式。 输入 一次输入可能包含多组数据。每一组数据的第一行是木材的长度L (L<=1000),如果为 0 则表示输入结束。每组数据的第二行是要切割的次数 N (N<=50),第三行则是切割的位置Ci (0<Ci<L)。以上数据均为整数。 输出 针对每一组输入,输出切割这段木头的最小费用。 -22. Cutting wood Results: 10/Discount: 0.9 Background People need to put a cut into the wood with long paragraphs, there is a company called Analog Cutting Machinery (ACM) of the company is operating the business. Them according to the length of wood before cutting charges, the longer the wood, the higher the fees, and each time to receive a fee cut. Obviously, cutting wood in here, different order will produce different cutting price. For instance, one with 10 meters of wood, you need to cut the 2,4,7 meters. If the sequence of cutting in these three locations, the cost of required 1086 = 24, because the original length of 10 meters of wood, cut two meters 8 meters left, cut off the remaining four meters 6 meters. If the cut in accordance with the order 4,2,7, cost is 1046 = 20. Task Your boss has a lot of wood to be cut, and now he wants you to help him find the cheapest way of cutting. Input One input may contain multiple sets of data. The first line of each set of dat
Platform: | Size: 1024 | Author: a123 | Hits:

[assembly languageVBXUESHENG

Description: 安装完成后请将bjglxt文件夹复制到d:盘根目录下。 本软件专为班级管理的几个方面制作,主要功能有: 成绩管理、期本资料管理、量化考核管理、组织机构管理、班级事件管理、班费管理六大模块。 警告: 本计算机程序受版权法和国际条约的保护。如未经受权而擅自复制或传播本程序(或其中任何部分),将受到严厉的刑事及民事制裁并将在法律许可的范围内受到最大可能的起诉。-After installation is complete, please bjglxt folder to d: root directory. This software is designed for production of several aspects of class management, the main features are: performance management, of the data management, quantitative assessment management, organization management, event management class, class fee management of six modules. Warning: This computer program is protected by copyright law and international treaties. Without the authorized and unauthorized copying or distribution of this program (or any part thereof), will be subject to severe criminal and civil sanctions and to the extent permitted by law, subject to the maximum possible prosecution.
Platform: | Size: 137216 | Author: 范成懿 | Hits:

[transportation applicationsshoufei

Description: 一个简单的路网收费程序。根据路段流量的信息,计算路段收费信息。-A simple network fee program. Road traffic information based on calculated information road charges.
Platform: | Size: 219136 | Author: 暗香世家 | Hits:

[JSP/JavaSchool-management-systemold

Description: its a software for school management to maintain record and deposit fee it do lot of work
Platform: | Size: 7623680 | Author: mahesh | Hits:

[Other systemsCharg

Description: 一个项目收费小项目,可按各个项目收费,也可按客户类型收费,还可修改项目收费,即维护部分。-A project fee small projects, each project may be charged, customers can also type of fees, charges can also modify the project, the maintenance section.
Platform: | Size: 270336 | Author: 陈培星 | Hits:

[Data structsstackANDqueue

Description: 1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement. Parking in the sidewalk when the full line up, once the car drove away, ranked first in the to enter the parking lot. 2. When a car to go to open it back into the car when the car first turn out, then turn out to be pay back to the car parking. 3. To leave the car park fees should be paid time, queuing of vehicles entering the car park should also line up to pay the appropriate fee. 4. Vehicle parking spaces to reach the output, leaving the output residence time and costs to be paid.
Platform: | Size: 2048 | Author: SUMMER | Hits:

[Button controlavi_statusbar

Description: 你有没有想过在状态栏里加入一个AVI动画?太难了?看看这个东东吧,不用你再费脑筋了。-Have you thought about in the status bar to add a AVI movie? Too hard? Look at this stuff now, do not you go fee brains.
Platform: | Size: 33792 | Author: dsdd | Hits:

[WEB CodeSmallQuarry

Description: 小型采石场收支管理系统源码 毕业设计ASP.NET C#小型采石场收支管理系统 1. 使用本系统时,请首先在首页登录 2. 在填写录入数据的备注时,请按照提示的数据输入字数限制 3. 编辑显示的数据记录时,注意要选择删除的项,以免删错 4. 请定期根据系统时间提示备份数据信息 5. 在输入操作日期的时候,直接点击文本框,选择日期后移至空白处单击即可 6. 有的支出项目中要求根据人数来计算,可点击小方块操作即可 7. 下拉列表框中的值被选中时请不要滑动鼠标滑轮 8. 您所插入的每一条新记录都显示在最后页面 后台还可以: 收支项目类别管理 收支费用名称管理 数据库数据备份 数据库数据恢复 刚开始全是靠自己琢磨参考写的学校也没开这门课,主要是没用到三层技术,有点初级 默认管理帐号/密码:51aspx/51aspx-Source revenue and expenditure management system of small quarries ASP.NET C# graduate design management system for small quarry income 1. Using this system, first log in page 2. In completing the data entry of the note, please follow the prompts to enter the word limit of data 3. Edit the displayed data record, pay attention to choose to delete the item, to avoid deleting the wrong 4. Make regular backup of the system time, data suggest 5. When the input operation date, just click the text box, select the date you can click on a blank after the move 6. Some expenditure items required to calculate according to the number, click on the small box can operate 7. The value of the drop-down list box is selected, do not slide the mouse wheel 8. You insert a new record every show in the last page Background can also: Management of revenue and expenditure categories Name of management fee income Database backup Database Data Recovery Started thi
Platform: | Size: 627712 | Author: Ma Yingchong | Hits:

[JSPJava

Description: Java 入门初级课程。适合于零基础Java开发人员和Java程序员学习。-Java Introduction course fee. Zero basis for Java developers and Java programmers to learn.
Platform: | Size: 16628736 | Author: jornie | Hits:

[JSP/Javathecabletelevisionsystem

Description: 关于有线电视收费系统的,较好地诠释了收费系统各方面的功能-Charges on the cable television system, a better interpretation of the fee system such functions. . .
Platform: | Size: 2040832 | Author: mryin | Hits:

[hospital software systemxxyymzsfxt

Description: 一款小型医院门诊收费系统,比较早的一个系统,功能还是挺实用的。-A small-sized outpatient fee system, relatively early a system, function or quite practical.
Platform: | Size: 905216 | Author: thinkr | Hits:

[VC/MFCxinxilun

Description: 信息论哈弗曼编码、费诺编码、香农编码、熵值运算、模p法、循环码的c++程序-Ha Fuman information theory coding, fee Connaught coding, Shannon coding, entropy computation, mode p method, cyclic code of c++ program
Platform: | Size: 3367936 | Author: lafute | Hits:

[Game Hook Crackwaiguachongzxi

Description: 可以用来打造外挂登录器收费系统!功能很强大-Can be used to build plugin the logs fee system!
Platform: | Size: 270336 | Author: 123 | Hits:

[ERP-EIP-OA-PortalParkingmanagementsystem

Description: 设计一个停车场管理系统,模拟停车场的运作,通过此程序具备以下功能: 1、要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; 2、要求处理的数据元素包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻; 3、该系统完成以下功能:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费); 4、要求栈以顺序结构实现,队列以链表实现。-Design a parking management system, simulation of the parking lot of operation, through this program have the following features: 1, the request to stack, queue analog simulation parking car outside of shortcuts, according to the input data read from the terminal sequence simulated management 2, request processing of data elements including three data item: car "reach" or "left" information, automobile license number and arrival or leave hour 3, the system to complete the following functions: if vehicle arrived, the output car in the parking lot or curb parking space, If the bus to leave, the output car in the parking lot stay time and should pay fee (in curb stay time no fee) 4, request to realize, stack sequence structure to list implementation. Queue
Platform: | Size: 193536 | Author: 于强 | Hits:

[Internet-Networkjifei

Description: 程控交换机的计费软件,非常详细,绝对源代码,难找-fee for dial, it s hard to find.
Platform: | Size: 1320960 | Author: ben | Hits:

[Software Engineering20100225

Description: 用于收费式的软件,给予的注册码,和一些大家要别人注册了才能使用的,大家可以下载下去-For fee-based software, giving the registration number, and some people registered to someone else to use, you can download go to see
Platform: | Size: 12288 | Author: 张伟帅 | Hits:

[Delphi VCLDelphi-source-car-front-fees

Description: 汽车前台收费Delphi源码,主要用于毕业设计和数据库开发初学者学习应用与借鉴。-Delphi Automotive front fee source, mainly for the graduate design and database development application for beginners to learn and learn.
Platform: | Size: 2966528 | Author: 宁远镔 | Hits:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »

CodeBus www.codebus.net