登录
首页 » Visual C++ » subway

subway

于 2020-12-29 发布 文件大小:675KB
0 461
下载积分: 1 下载次数: 185

代码说明:

  C语言写的地铁模拟收费系统,实现了一些地铁收费的基本功能。(Metro analog toll system written in C language, some of the basic functions of the MTR charges.)

文件列表:

subway
......\VC工程
......\......\SubwayChargeC0
......\......\..............\Debug
......\......\..............\.....\CL.read.1.tlog,3546,2013-03-03
......\......\..............\.....\CL.write.1.tlog,814,2013-03-03
......\......\..............\.....\link.read.1.tlog,2,2013-03-03
......\......\..............\.....\link.write.1.tlog,2,2013-03-03
......\......\..............\.....\rc.read.1.tlog,274,2013-03-03
......\......\..............\.....\rc.write.1.tlog,282,2013-03-03
......\......\..............\.....\SubwayCharge.obj,19889,2013-03-03
......\......\..............\.....\SubwayChargeC0.Build.CppClean.log,960,2013-03-03
......\......\..............\.....\SubwayChargeC0.exe.embed.manifest,2,2013-03-03
......\......\..............\.....\SubwayChargeC0.exe.embed.manifest.res,68,2013-03-03
......\......\..............\.....\SubwayChargeC0.lastbuildstate,61,2013-03-03
......\......\..............\.....\SubwayChargeC0.log,2450,2013-03-03
......\......\..............\.....\SubwayChargeC0.unsuccessfulbuild,0,2013-03-03
......\......\..............\.....\SubwayChargeC0_manifest.rc,224,2013-03-03
......\......\..............\.....\SubwayList.obj,8402,2013-03-03
......\......\..............\.....\vc100.idb,76800,2013-03-03
......\......\..............\.....\vc100.pdb,69632,2013-03-03
......\......\..............\lib
......\......\..............\...\ExamApi.lib,325148,2011-11-19
......\......\..............\...\SocketApi.lib,29478,2009-09-21
......\......\..............\...\SubwayChargeApi.lib,36584,2011-02-23
......\......\..............\src
......\......\..............\...\api.h,10051,2011-02-28
......\......\..............\...\SubwayCharge.cpp,12140,2013-03-03
......\......\..............\...\SubwayCharge.h,3453,2013-03-03
......\......\..............\...\SubwayList.cpp,4332,2013-03-03
......\......\..............\...\SubwayList.h,1909,2013-03-03
......\......\..............\SubwayCharge.txt,0,2013-03-03
......\......\..............\SubwayChargeC0.dsp,4775,2013-03-03
......\......\..............\SubwayChargeC0.dsw,553,2010-10-29
......\......\..............\SubwayChargeC0.ncb,58368,2013-03-03
......\......\..............\SubwayChargeC0.opt,53760,2013-03-03
......\......\..............\SubwayChargeC0.plg,747,2013-03-03
......\......\..............\SubwayChargeC0.sdf,2117632,2013-03-03
......\......\..............\SubwayChargeC0.sln,894,2013-03-03
......\......\..............\SubwayChargeC0.vcxproj,6466,2013-03-03
......\......\..............\SubwayChargeC0.vcxproj.filters,1336,2013-03-03
......\......\..............\SubwayChargeC0.vcxproj.user,143,2013-03-03
......\新建文件夹
......\..........\api.h,10051,2011-02-28
......\..........\SubwayCharge.cpp,6586,2013-03-03
......\..........\SubwayCharge.h,2684,2013-03-03
......\..........\SubwayList.cpp,4332,2013-03-03
......\..........\SubwayList.h,1909,2013-03-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • calculator
    Calculator using switch
    2012-05-09 01:40:26下载
    积分:1
  • jisuanqichengxu
    这是vb编写的计算器的源代码,比较容易懂,比较实用(This is the preparation of the calculator vb source code, it was relatively easy to understand, more practical)
    2009-06-03 23:24:31下载
    积分:1
  • ADS_B_original
    matlab做的模拟ADS-B数据的解码和信号处理整体流程(Matlab to do the simulation of ADS-B data decoding and signal processing the overall process)
    2020-12-23 13:29:06下载
    积分:1
  • 16jinzhizhuanhuan
    16进制如何转化为10进制的,进制转换是需要注意什么,怎么样会更简单(0x d)
    2015-01-30 14:31:15下载
    积分:1
  • juhac
    抑制载波型差分相位调制,借鉴了主成分分析算法(PCA),有CDF三角函数曲线/三维曲线图。( Suppressed carrier type differential phase modulation, It draws on principal component analysis algorithm (PCA), There CDF trigonometric curve/3D graphs.)
    2017-05-05 16:48:50下载
    积分:1
  • stack
    说明:  实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于链式栈的基本操作的实现方法。 二、实验内容 1. 实现链式栈的成员函数; 2. 基于链式栈的表达式的计算程序设计。 (Experiment Title: 5.1 Based on the order of the stack in parentheses matching program design verification 1, experimental purposes 1. To master the order of the stack storage structure 2. Master stack operating characteristic 3. To master the basic operation of stack based on the order of the realization method. Second, experimental content 1. To achieve the order of the stack member function 2. Based on the order of the stack in parentheses matching program design verification. Experiment Title: 5.2 Based on the expression stack chain calculation program design verification 1, experimental purposes 1. Master stack chain storage structure 2. Master stack operating characteristic 3. To master the basic operation of stack-based chain implementations. Second, experimental content 1. To achieve chain stack member function 2. Based on the calculation of the expression stack chain programming)
    2010-03-25 18:33:30下载
    积分:1
  • WORD-VBA
    WORD VB 二次编程,实现题库管理与自动出卷功能。(The WORD VB quadratic programming, question bank management, and automatic volume. )
    2012-04-09 11:36:00下载
    积分:1
  • yan
    VB to achieve real multi-threaded operation of the code can go
    2018-12-03 15:33:52下载
    积分:1
  • hz
    说明:  自制的简单计算器。可供初级VB学者参考和分享( ............\Form1.frm ............\工程1.vbp ............\工程1.vbw)
    2012-03-26 09:17:06下载
    积分:1
  • VC-clock-source
    多功能时刻钟,整点报时,还有闹钟的功能,还有些功能没有完善。(Multi-time clock, the whole point of time, as well as alarm clock function, and some feature is not perfect.)
    2011-10-06 11:55:04下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载