-
Chuong_03_Lenh
Beginning Visual C++ 2010 First Edition
- 2012-03-18 04:06:31下载
- 积分:1
-
B06040324_B2
模拟电信计费系统的设计与实现
要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中:
通话费的计算方法如下:
通话费=长途电话费+本地电话费
长途电话费=费率(元/分钟)×通话时长(分钟)
(通话时长不满1分钟的按1分钟计算)
本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。
(2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示:
用户名 电话号码 本地话费 长途话费 话费总计
(3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为:
用户名 主叫电话号码 被叫电话号码 通话时长
(Design and implementation of simulation of telecommunication billing system
Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them:
The following conversation method to calculate the fee:
Long distance telephone calls =+ local telephone fee
Long distance telephone fee = rate (yuan/minute)* call time (minutes)
(call time less than 1 minutes to 1 minutes)
Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later.
(2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen:
The user name phone number local calls long distance charges charges totaling
(3) if a single query. Enter a phone number, query and display all the call records of th)
- 2013-09-25 05:53:29下载
- 积分:1
-
Julei
基于MFC框架实现了C均值聚类算法,感知器训练。(Based on the MFC framework implements the c-means clustering algorithm, perceptron training.)
- 2014-12-17 12:44:59下载
- 积分:1
-
TXTReadWriteDlg
实现txt文本的读写,实现平台VS2008,可以实现对txt文本的读写操作,支持unicode!(txt write and read MFC you can do it visual studio 2008)
- 2015-08-25 08:07:43下载
- 积分:1
-
TTS_PC
PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
- 2010-07-17 10:32:23下载
- 积分:1
-
Demo
相当实用的windows设备管理程序,windows注册表相关信息(Very useful windows device manager, windows registry information)
- 2012-08-07 20:15:08下载
- 积分:1
-
VC_Programming_code_multi_threaded_port_scanner
VC编程开发多线程端口扫描程序代码VC Programming code multi-threaded port scanner
(VC Programming code multi-threaded port scanner
)
- 2010-09-08 14:24:55下载
- 积分:1
-
20041214085228_vczx_RPG
一个国产RPG游戏 详细讲解RPG游戏的开发过程,还有源码,全是Win32的,大家一起学一下吧!(a homemade RPG elaborate on the development process, source code, all of the Win32, we learn together about!)
- 2004-12-20 18:08:32下载
- 积分:1
-
Visual-cPP-MFC-SERIAL-PORT
VC++之MFC串口,包含串口调试助手源程序
及编程详细过程
(MFC serial port)
- 2013-08-29 16:09:49下载
- 积分:1
-
MFC-ODBCaccess
VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path)
- 2014-05-30 09:50:31下载
- 积分:1