登录
首页 » Visual C++ » testcmd

testcmd

于 2012-04-18 发布 文件大小:72KB
0 270
下载积分: 1 下载次数: 7

代码说明:

  通过微过滤器的方式实现的网络控制功能,简单实现了一下禁止当前机器断网的功能。(Through micro-filters to achieve the network control functions, simple look prohibit the machine off the network.)

文件列表:

testcmd
.......\Release
.......\.......\testcmd.exe,7168,2010-07-28
.......\.......\testcmd.pdb,347136,2010-07-28
.......\testcmd
.......\.......\ReadMe.txt,1553,2010-07-26
.......\.......\stdafx.cpp,212,2010-07-26
.......\.......\stdafx.h,233,2010-07-26
.......\.......\targetver.h,236,2010-07-26
.......\.......\testcmd.cpp,2225,2010-07-28
.......\.......\testcmd.vcxproj,4366,2010-07-26
.......\.......\testcmd.vcxproj.filters,1311,2010-07-26
.......\.......\testcmd.vcxproj.user,143,2010-07-26
.......\testcmd.sln,888,2010-07-26

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

发表评论

0 个回复

  • st_asio_wrapper
    它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp) Only supports tcp and udp protocol )
    2013-08-22 10:10:54下载
    积分:1
  • Appendix26
    Icmp高级编程 代码在vc++6.0下调试通过(ICMP high-level programming code vc++ 6.0 debugging through)
    2008-08-21 17:20:39下载
    积分:1
  • IPPackCap
    编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the number of the source address is issued in the time of the IP package, written into the log file or graph out (that show the statistical results with graphics).)
    2021-01-11 17:18:49下载
    积分: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
  • msocudp
    微软提供的UDP编程实例代码,实现了客户端向服务端发送数据的功能,服务器端接收并显示。(UDP programming example code provided by Microsoft client functionality to send data to the server, the server-side receiver and display.)
    2012-09-05 22:12:35下载
    积分:1
  • jisuan
    进行电力网络的潮流计算 可以此进行无功优化等问题(electrical calculation)
    2020-12-01 22:29:27下载
    积分:1
  • udpClie
    vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端(vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client)
    2007-03-28 17:08:50下载
    积分:1
  • r3network
    在ring3下能开启、禁用网卡的示例程序。很好很强大。。。-_-#(Ring3 under the open, disable the network card of the sample programs. Very good very strong. . .-_-#)
    2008-05-19 18:08:32下载
    积分:1
  • ChatRoom
    局域网聊天室,实现客户端和服务器端,实现托盘功能,对网络编程和界面编程的同学有一定的帮助。(LAN chat rooms, client and server-side tray function, certain network programming and interface programming students.)
    2013-03-16 09:21:07下载
    积分:1
  • CSocket
    一个网络聊天的小工具,自己加了时间的功能,客户端(A network of small chat tools, increases the function of time, the client)
    2008-12-28 21:14:52下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载