登录
首页 » Visual C++ » bus

bus

于 2014-06-16 发布 文件大小:2921KB
0 142
下载积分: 1 下载次数: 13

代码说明:

  c++模拟公交车算法MFC实现包括每站上车下车人数(c++ MFC simulation algorithm implementation includes the bus and get off at each Station Number)

文件列表:

bus
...\bus.aps,547396,2013-12-26
...\bus.clw,1681,2013-12-26
...\bus.cpp,2021,2013-12-18
...\bus.dsp,4736,2013-12-26
...\bus.dsw,514,2013-12-18
...\bus.h,1291,2013-12-18
...\bus.ncb,263168,2013-12-26
...\bus.opt,51712,2013-12-26
...\bus.plg,1108,2013-12-26
...\bus.rc,6379,2013-12-26
...\Bus1.cpp,488,2013-12-26
...\Bus1.h,810,2013-12-26
...\busDlg.cpp,7596,2013-12-26
...\busDlg.h,1647,2013-12-19
...\Debug
...\.....\bus.exe,725040,2013-12-26
...\.....\bus.ilk,251524,2013-12-26
...\.....\bus.obj,13447,2013-12-19
...\.....\bus.pch,5495888,2013-12-18
...\.....\bus.pdb,377856,2013-12-26
...\.....\bus.res,512872,2013-12-26
...\.....\Bus1.obj,2390,2013-12-26
...\.....\busDlg.obj,31465,2013-12-26
...\.....\Passenger.obj,2425,2013-12-26
...\.....\Station.obj,2411,2013-12-26
...\.....\StdAfx.obj,105396,2013-12-18
...\.....\Text1.exe,176178,2013-12-31
...\.....\Text1.ilk,173232,2013-12-31
...\.....\Text1.obj,2238,2013-12-31
...\.....\Text1.pch,175460,2013-12-31
...\.....\Text1.pdb,345088,2013-12-31
...\.....\vc60.idb,222208,2013-12-31
...\.....\vc60.pdb,372736,2013-12-31
...\Passenger.cpp,514,2013-12-26
...\Passenger.h,782,2013-12-26
...\ReadMe.txt,3525,2013-12-18
...\res

...\...\bus.rc2,395,2013-12-18


...\resource.h,1599,2013-12-26
...\Station.cpp,504,2013-12-26
...\Station.h,827,2013-12-26
...\StdAfx.cpp,205,2013-12-18
...\StdAfx.h,1054,2013-12-18
...\Text1,cpp.dsp,3439,2013-12-31
...\Text1
,cpp.dsw,526,2013-12-31
...\Text1
,cpp.ncb,33792,2013-12-31
...\Text1
,cpp.opt,48640,2013-12-31
...\Text1,cpp.txt,324,2013-12-31
...\Text1.c,166,2013-12-31
...\Text1.dsp,3387,2013-12-31
...\Text1.dsw,516,2013-12-31
...\Text1.ncb,33792,2013-12-31
...\Text1.opt,48640,2013-12-31
...\Text1.plg,638,2013-12-31

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

发表评论


0 个回复

  • Visual.C++.MFC编程实例
    说明:  本书通过 85 个实例全面讲述了应用 MFC 进行 Visual C++编程的思想。(This book through 85 examples comprehensively describes the application of MFC for Visual C + + programming ideas.)
    2021-03-19 22:06:43下载
    积分:1
  • waterprint
    关于图像水印,VC++语言运行程序,可以正常正常运行.希望有所帮助.
    2009-02-28 12:22:40下载
    积分:1
  • iSIGHT
    isight进阶学习资料与实例,特别适合初学者。尤其对isigt一无所知的人。(isight advanced learning materials and examples of)
    2010-03-11 10:00:14下载
    积分:1
  • jishiqi1
    使用C++实现的小程序。计时器单位转换。输入为整型数单位为秒,输出格式为DDD:HH:MM:SS的时间。华为机试。(Use C++ achieve applet. Timer unit conversion. Enter an integer number of seconds, the output format is DDD: HH: MM: SS time. Huawei machine again.)
    2013-12-06 09:48:52下载
    积分:1
  • Wireless_Sensor_Networks_Signal_Processing_and_Com
    关于无线传感器网络的非常好的一本书!英文版的!(On wireless sensor networks a very good book! English!)
    2008-12-29 19:20:52下载
    积分:1
  • function_focus
    对于光标定位功能的实现,练习c语言有很大的帮助。(For achieving cursor positioning function, exercise c language is very helpful.)
    2014-05-30 18:36:00下载
    积分:1
  • C
    说明:  C语言大全,包含c的库函数和100个经典的c语言源程序。(C Language Book, including the c library function and the 100 classic c language source code.)
    2009-06-15 22:45:38下载
    积分:1
  • foxtrader
    foxtrader c language interfaces
    2013-06-05 16:58:51下载
    积分:1
  • crypto_api_doc
    说明:  介绍关于crypto_api的相关使用说明,着重于运用。(Introduce the relevant instructions on the crypto_api focus on the use.)
    2010-04-26 11:12:48下载
    积分:1
  • socket_program_guide
    1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 (1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D)
    2020-11-14 14:59:42下载
    积分:1
  • 696518资源总数
  • 104856会员总数
  • 26今日下载