登录
首页 » Visual C++ » onvif-discovery_cs

onvif-discovery_cs

于 2014-04-11 发布 文件大小:3190KB
0 275
下载积分: 1 下载次数: 31

代码说明:

  onvif协议 源代码 实例 vc++ discovery_cs(onvif protocol source code examples vc++ discovery_cs)

文件列表:

discovery_cs
............\Debug
............\.....\discovery-nvc.obj,22817,2011-11-11
............\.....\discovery-nvc.sbr,0,2011-11-11
............\.....\namespaces.obj,15862,2011-11-11
............\.....\namespaces.sbr,0,2011-11-11
............\.....\onvif_dis.bsc,4113408,2011-11-11
............\.....\onvif_dis.exe,618548,2011-11-11
............\.....\onvif_dis.ilk,524692,2011-11-11
............\.....\onvif_dis.pch,4225308,2011-11-11
............\.....\onvif_dis.pdb,1033216,2011-11-11
............\.....\soapC.obj,344224,2011-11-11
............\.....\soapC.sbr,0,2011-11-11
............\.....\soapClient.obj,21039,2011-11-11
............\.....\soapClient.sbr,0,2011-11-11
............\.....\stdsoap2.obj,467357,2011-11-11
............\.....\stdsoap2.sbr,0,2011-11-11
............\.....\vc60.idb,50176,2011-12-22
............\.....\vc60.pdb,102400,2011-11-11
............\discovery-nvc.c,6814,2011-11-11
............\discovery-nvt.c,3736,2011-09-08
............\gen.bat,167,2011-08-18
............\Makefile,1278,2011-08-18
............\Makefile.win,1467,2011-09-08
............\namespaces.c,39,2011-08-18
............\nvc,220449,2011-08-18
............\nvt,221253,2011-08-18
............\onvif_dis.dsp,5077,2011-09-08
............\onvif_dis.dsw,541,2011-09-07
............\onvif_dis.ncb,336896,2011-12-22
............\onvif_dis.opt,680448,2011-12-22
............\onvif_dis.plg,252,2011-12-22
............\Project1.dev,2142,2011-09-08
............\remotediscovery.h,47269,2011-08-18
............\remotediscovery.wsdl,5625,2011-08-12
............\RemoteDiscoveryBinding.nsmap,901,2011-08-18
............\soapC.c,203771,2011-08-18
............\soapClient.c,6418,2011-09-08
............\soapcpp2.exe,466944,2011-08-10
............\soapH.h,87607,2011-08-18
............\soapServer.c,6398,2011-08-18
............\soapStub.h,19493,2011-08-18
............\stdsoap2.c,486128,2011-08-16
............\stdsoap2.h,88790,2011-08-09
............\WS-typemap.dat,11689,2011-08-18

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

发表评论

0 个回复

  • CDataGrid
    CDataGrid 分类:Visual C++ 如何删除DataGrid中的一行记录 CDataGrid m_Grid Rs->Delete(adAffectCurrent) Rs->Requery() m_Grid.SetRefDataSource(NULL) m_Grid.SetRefDataSource((LPUNKNOWN)Rs) m_Grid.Refresh() (CDataGrid Category: Visual C++ How DataGrid row delete records CDataGrid m_Grid Rs-)
    2007-09-29 12:25:15下载
    积分:1
  • P2P
    一个P2P语音即时通信软件的源代码(来自《P2P网络技术原理与C++开发案例》,在本机可运行)(P2P)
    2010-05-26 16:52:25下载
    积分:1
  • 65358
    ** sBackUpfileName 恢复后的数据库存放目录 ** sDataBaseName 备份的数据名 ** sIsAddBackup 是否追加到备份文件中 **说 明:引用Microsoft ActiveX Data Objects 2.x Library **模 块 名:frestoredatabase_a **描 述:恢复数据库,返回出错信息,正常恢复,返回"" **调 用:frestoredatabase_a "备份文件名","数据库名" **参数说明: ** sDataBasePath 恢复后的数据库存放目录 ** sBackupNumber 是从那个备份号恢复 ** sReplaceExist 指定是否覆盖已经存在的数据 **说 明:引用Microsoft ActiveX Data Objects 2.x Library ">
    2013-08-22 09:58:50下载
    积分:1
  • httpclient
    说明:  输入参数:某个web地址,端口号(默认80)。 连接成功后,提示,输入:某个文件名。例如index.jsp 获取文件成功后,输出发送的字节数和接收到的字节数。关闭(Input parameters: a web address, port number (default 80). Connection is successful, prompt, type: a file name. For example, access to the file index.jsp is successful, the output number of bytes sent and received bytes. Close)
    2010-03-17 23:42:01下载
    积分:1
  • ztblsdisplaysimulation
    通过GLSTUDIO设计 飞机屏显仿真界面,并用国外VAPS制作的仿真界面进行对比。(GLSTUDIO simulation of the flight through the OSD interface, and use of foreign VAPS simulation interface for making comparisons.)
    2020-09-15 20:37:56下载
    积分:1
  • MY_ping_command(1)
    Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
    2011-04-23 12:55:18下载
    积分:1
  • meanshift
    Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
    2013-11-21 13:29:26下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • HDistance
    测绘编程之距离计算,可以实现亮点之间距离的计算,MFC编程(Distance Calculate)
    2016-05-02 18:15:29下载
    积分:1
  • rotate
    此程序主要是为了完成图形的上下左右的移动、缩小和放大。(This procedure is to complete the graphics up and down around Mobile, narrow and amplification.)
    2009-01-01 14:19:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载