登录
首页 » Visual C++ » Desktop

Desktop

于 2012-03-06 发布 文件大小:1567KB
0 309
下载积分: 1 下载次数: 396

代码说明:

  onvif协议ptz服务端和客户端程序,可以实现服务端服务和客户端访问(onvif ptz server client program)

文件列表:

PTZC
....\PTZC
....\....\ptz.h,880322,2012-03-03
....\....\PTZBinding.nsmap,988,2012-03-03
....\....\PTZC.cpp,372,2012-03-05
....\....\PTZC.vcproj,5483,2012-03-03
....\....\PTZC.vcproj.lxc-PC.Administrator.user,1409,2012-03-05
....\....\ReadMe.txt,932,2012-03-03
....\....\soapC.cpp,6723516,2012-03-03
....\....\soapH.h,1686621,2012-03-03
....\....\soapPTZBindingProxy.cpp,41848,2012-03-03
....\....\soapPTZBindingProxy.h,11359,2012-03-03
....\....\soapStub.h,635089,2012-03-03
....\....\stdafx.cpp,209,2012-03-03
....\....\stdafx.h,276,2012-03-03
....\....\stdsoap2.cpp,477061,2012-03-03
....\....\stdsoap2.h,91109,2012-02-20
....\PTZC.sln,877,2012-03-03
PTZS
....\PTZS
....\....\onvif.xsd,291196,2011-08-09
....\....\ptz.h,880322,2012-03-03
....\....\ptz.wsdl,40895,2011-08-12
....\....\PTZBinding.nsmap,988,2012-03-03
....\....\PTZS.cpp,242,2012-03-03
....\....\PTZS.vcproj,4995,2012-03-03
....\....\PTZS.vcproj.lxc-PC.Administrator.user,1409,2012-03-05
....\....\ReadMe.txt,932,2012-03-03
....\....\soapC.cpp,6723516,2012-03-03
....\....\soapH.h,1686621,2012-03-03
....\....\soapPTZBindingService.cpp,42608,2012-03-05
....\....\soapPTZBindingService.h,7599,2012-03-03
....\....\soapStub.h,635089,2012-03-03
....\....\stdafx.cpp,209,2012-03-03
....\....\stdafx.h,276,2012-03-03
....\....\stdsoap2.cpp,477061,2012-03-03
....\....\stdsoap2.h,91109,2012-02-20
....\PTZS.sln,877,2012-03-03

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

发表评论

0 个回复

  • 800-cases-of-foreign-hackers
    国外黑客800例,比较全面的讲解黑客技术,能够让你快速的找到需要的技术,进行研读(800 cases of foreign hackers, a more comprehensive explanation hacker technology that allows you to quickly find the needed technology, the study)
    2011-05-26 09:10:33下载
    积分:1
  • AutoUpData
    本例为魔兽世界客户端自动更新程序,采用URLDownloadToFile异步机制实现.(World of Warcraft in this case the client automatically update procedure for the asynchronous mechanism URLDownloadToFile achieved.)
    2010-02-25 17:00:59下载
    积分:1
  • Winsock
    关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
    2010-12-19 23:20:09下载
    积分:1
  • C++hao-zi-liao
    大家共享好东西, 尤其是学C++的出血者(share good things, especially learning C bleeding)
    2006-10-30 18:29:27下载
    积分:1
  • TestNetCard
    禁用网卡以及恢复的程序:可以模拟硬件管理器中的停用和启用功能(仅对网卡)(banned card and recovery procedures : can simulate hardware management for the suspension and the opening function (LAN only))
    2005-04-08 15:42:04下载
    积分:1
  • 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
  • netDate
    VC++源程序实现同步网络时间,基于C/S结构,启动服务端程序后,需要在客户端输入服务端的IP地址,然后点击“同步”按钮,如果顺利连接的话,则完成与服务器端的时间同步,注意,本程序并非是连接世界官方时间服务器,比如微软的时间同步服务器、NIST的服务器等,而是用本程序中的服务端来代替了。 (VC++ source code to synchronize network time, based on C/S structure, start the server program, you need the client enter the service side of the IP address, then click the " Sync" button, if successfully connected, then finished with the server time synchronization Note that this procedure is not an official time server connected world, the time synchronization server such as Microsoft, NIST' s servers, but with this program instead of the server.)
    2011-04-27 21:40:09下载
    积分:1
  • CapturePacket
    网络抓包与协议分析,实现图形用户界面,能利用原始套接字编程接口(winpcap)进行抓包,能对抓包的内容进行分层显示和各字段数值显示,可对抓包进行过滤,将抓包的内容存入数据库。 (Network packet capture and protocol analysis, graphical user interface, to use raw socket programming interface (winpcap) conducted capture, able to capture and display the contents of each field value hierarchical display, capture can be filtered, The capture of the content stored in the database.)
    2021-03-28 15:59:11下载
    积分:1
  • BroadCast_guanbo
    广播... 可以供初学网络编程的人参考... 完整 并且在winXP Visual C++6.0调试通过(... can Broadcasting Network Programming for the novice to the integrity of reference ... in winXP Visua l C by 6.0 Debugging)
    2007-04-20 19:42:31下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载