登录
首页 » Visual C++ » mvb

mvb

于 2021-01-03 发布 文件大小:53KB
0 298
下载积分: 1 下载次数: 62

代码说明:

  列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)

文件列表:

mvb
...\mcs_cap.c,30692,2008-02-27
...\mcs_ccb.c,17326,2008-02-27
...\mcs_ccb.h,834,2008-01-31
...\mcs_cdsw.c,9529,2008-02-27
...\mcs_cgf.c,91726,2008-02-27
...\mcs_cgf.h,1969,2008-01-31
...\mcs_clch.c,29161,2008-02-27
...\mcs_clch.h,2683,2008-01-31
...\mcs_clp.c,17920,2008-02-27
...\mcs_cmd.c,39333,2008-02-27
...\mcs_cpil.c,41280,2013-05-07
...\mcs_cpil.h,3405,2007-11-15
...\mcs_def.h,9052,2008-01-31
...\mvb_ap.h,10421,2008-01-31
...\mvb_def.h,2710,2009-04-23
...\mvb_dsw.h,1672,2008-01-31
...\mvb_gf.h,10205,2008-01-31
...\mvb_lp.h,2809,2008-01-31
...\mvb_md.h,5594,2008-01-31
...\plx.h,14729,2007-11-15

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

发表评论

0 个回复

  • SEVER
    多人在线的网络聊天室—服务器,简化实用 可以修改后添加其他功能(Multiplayer online chat rooms- server, simplifying practical Other functions can be modified to add)
    2013-10-05 19:42:35下载
    积分:1
  • MONG
    说明:  mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)
    2020-06-18 04:40:02下载
    积分:1
  • ads
    用来刷百度,google 的 广告,一天默认刷搜索10个关键词,随机点击推广连接20个。可配置、(To brush Baidu, google ads, the 10 day default brush search keywords, random visit to promote connections 20. Configurable,)
    2011-01-10 16:01:52下载
    积分:1
  • src
    端口扫描工具 C++语言编写 代码简洁有效快捷!(Port scanning tool C++ language code is simple and effective and efficient!)
    2014-04-13 16:16:39下载
    积分:1
  • InstantMessaging
    简单的网络聊天文件传输程序 可以 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天(Simple network chat file transfer program can 0. General chat (text, images) a chatroom 2. Transfer files (HTTP) 3. Shared screen 4. Whiteboard 5 video and audio chat)
    2013-08-26 22:14:23下载
    积分:1
  • SIO_GET_BROADCAST_ADDRESS
    Get Broacdcast address in C
    2007-08-02 10:00:14下载
    积分:1
  • gen_demo
    a code generation framework implemented in Ruby that attempts to go beyond the classic substitution of variables in templates
    2013-10-25 09:41:43下载
    积分:1
  • VideoMonitorSystem
    基于网络的视频监控系统 随着时代的发展,人们对安全防范也越来越重视,而数字化视频监控系统在音视频录像、报警录像联动、硬盘存储、多画面显示等方面都有突出表现,因此在安防领域逐渐占有了一席之地。本文提出的基于网络的视频监控系统实现了对数字硬盘录像机的控制功能,其远程客户端软件可以同时播放四路具有高达Dl分辨率的图像数据。 第一章论述了视频监控系统和数据压缩技术的发展动态。 第二章对客户端软件的开发环境及平台进行了选择,并就其中使用的关键技术:windows sockets编程技术、windows多线程技术、windows图像显示技术、MPEG-4编解码与数据传术技术、流媒体技术做了简介。 第三章详细论述了客户端软件的设计及实现。包括客户端软件的整体设计和各模块的设计实现,最后给出了实现结果。 第四章是论述了实时流媒体播放器的设计和实现,包括主要模块设计实现 (网络接收模块、解码模块、显示模块、操作控制模块)、其他模块设计实现(显卡能力探测模块、表面管理模块)、性能优化(缓冲、共享内存、线程模型)。 第五章对系统进行了总结,并为系统进一步发展提出了展望和规划。 (network-based video surveillance system with the development of the times, people are increasingly security attention, and Digital Video Surveillance System in video and audio video, police video linkage, hard disk storage, Multi-screen display, and other aspects outstanding performance in the field gradually Security occupies a place. This paper presents the network-based video surveillance system for the digital disk video recorder to the control function, its remote client software can be broadcast simultaneously Four Dl with high-resolution image data. The first chapter of the video monitoring system and data compression technology developments. Chapter II of the client software development environment and platform choices, and the use of the key technologies : Programming windows sock)
    2007-04-04 10:57:21下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • C06策略
    c06tb套利交易策略源码,源码为人人宽客编写分享(C06tb arbitrage strategy source code, source code for everyone to share quants written)
    2017-09-22 09:54:00下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载