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

onvif-discovery_cs

于 2014-04-11 发布 文件大小:3190KB
0 203
下载积分: 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 个回复

  • VC_Control
    本程序是实现VC控制操作的小例程,可实现属性页,列表框、编辑框等多种控件的操作。适合初学VC的同学参考。(This procedure is to achieve VC control operation of small routines, enabling property pages, list box, edit box and other control operations. Suitable for beginners VC reference students.)
    2016-12-18 15:15:56下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • 3.3.3用户登录实例
    说明:  3.3.3用户登录实例,VB6.0 源码..学习中!!!!!(Documents are printed into PDF files)
    2020-06-23 16:20:02下载
    积分:1
  • Rhomme_remotee
    远程遥控家电,用到了串口程序源码,键盘程序源码,LCD显示出来来程序源码等等,非常不错的程序源码。比较有参考价值。 可直接使用。 (Remote control home appliances, used in a serial program source code, keyboard program source code, LCD display out to the program source, etc., very good program source code. Reference value. Can be used directly.)
    2012-07-12 15:35:59下载
    积分:1
  • Desktop
    基于linux的多人聊天程序代码 可以注册 但不是广播 是一对一的聊天(Linux-based multiplayer chat program code can be registered, but is not a broadcast one to one chat)
    2013-06-12 14:59:39下载
    积分:1
  • 小波
    小波分解去燥程序,在函数中加入白噪声,然后利用小波变换,进行去除噪声的处理,效果不错。(Wavelet decomposition to dry process, the white noise is added to the function, and use wavelet transform, remove noise processing, effect is good.)
    2021-05-09 12:38:35下载
    积分:1
  • IP
    说明:  获取自己的IP地址,方便实时小巧可扩充到其它功能.(Access to its own IP address, to facilitate real-time compact can be expanded to other functions.)
    2009-03-25 14:31:19下载
    积分:1
  • C_yaoz
    C语言资料大全1.0C语言资料大全C语言资料大全(C-language Sourcebook Sourcebook 1.0C C language Sourcebook)
    2011-08-28 03:44:47下载
    积分:1
  • myWDK
    这是一个C++驱动级内存读写源码,可以实现读写一些受保护游戏的内存。。(This is a C++ source code to read and write memory drive level, you can read and write some of the protected memory game.)
    2014-12-06 09:43:51下载
    积分:1
  • DMXcontrol
    DMX经典控制程序,已经经过测试,欢迎各位转载。(DMX classic control procedures, has been tested, to welcome you reserved.)
    2010-11-05 00:05:25下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载