资源简介
ONVIF Device Manager 最新版本源代码
代码片段和文件信息
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License Version 2.0
* (the “License“); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
/*
* This package is based on the work done by Keiron Liddle Aftex Software
* to whom the Ant project is very grateful for his
* great code.
*/
using System;
namespace Org.BouncyCastle.Apache.Bzip2
{
/**
* base class for both the compress and decompress classes.
* Holds common arrays and static data.
*
* @author Keiron Liddle
*/
public class BZip2Constants {
public const int baseBlockSize = 100000;
public const int MAX_ALPHA_SIZE = 258;
public const int MAX_CODE_LEN = 23;
public const int RUNA = 0;
public const int RUNB = 1;
public const int N_GROUPS = 6;
public const int G_SIZE = 50;
public const int N_ITERS = 4;
public const int MAX_SELECTORS = (2 + (900000 / G_SIZE));
public const int NUM_OVERSHOOT_BYTES = 20;
public static readonly int[] rNums = {
619 720 127 481 931 816 813 233 566 247
985 724 205 454 863 491 741 242 949 214
733 859 335 708 621 574 73 654 730 472
419 436 278 496 867 210 399 680 480 51
878 465 811 169 869 675 611 697 867 561
862 687 507 283 482 129 807 591 733 623
150 238 59 379 684 877 625 169 643 105
170 607 520 932 727 476 693 425 174 647
73 122 335 530 442 853 695 249 445 515
909 545 703 919 874 474 882 500 594 612
641 801 220 162 819 984 589 513 495 799
161 604 958 533 221 400 386 867 600 782
382 596 414 171 516 375 682 485 911 276
98 553 163 354 666 933 424 341 533 870
227 730 475 186 263 647 537 686 600 224
469 68 770 919 190 373 294 822 808 206
184 943 795 384 383 461 404 758 839 887
715 67 618 276 204 918 873 777 604 560
951 160 578 722 79 804 96 409 713 940
652
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-08 07:52 onvifdm-code-r96-trunk\
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.linq\
文件 213 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.linq\packages.config
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.linq\Properties\
文件 926 2012-01-18 10:33 onvifdm-code-r96-trunk\utils\utils.linq\Properties\AssemblyInfo.cs
文件 6929 2013-03-18 09:43 onvifdm-code-r96-trunk\utils\utils.linq\EnumerableExtensions.cs
文件 3808 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.linq\utils.linq.csproj
文件 332 2012-01-18 10:33 onvifdm-code-r96-trunk\utils\utils.linq\HashSetExt.cs
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.async\
文件 6820 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.async\Awaiter(T).cs
文件 6089 2013-03-18 10:07 onvifdm-code-r96-trunk\utils\utils.async\Net40AsyncSupport.cs
文件 213 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.async\packages.config
文件 4431 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.async\Awaiter.cs
文件 747 2013-03-18 10:07 onvifdm-code-r96-trunk\utils\utils.async\Async.cs
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.async\Properties\
文件 938 2013-03-18 10:07 onvifdm-code-r96-trunk\utils\utils.async\Properties\AssemblyInfo.cs
文件 3973 2013-03-18 10:07 onvifdm-code-r96-trunk\utils\utils.async\utils.async.csproj
文件 555 2013-03-18 10:07 onvifdm-code-r96-trunk\utils\utils.async\Common.cs
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.bindings\
文件 4071 2013-03-18 09:43 onvifdm-code-r96-trunk\utils\utils.bindings\utils.bindings.csproj
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.bindings\Properties\
文件 934 2012-01-18 10:33 onvifdm-code-r96-trunk\utils\utils.bindings\Properties\AssemblyInfo.cs
文件 1592 2012-01-18 10:33 onvifdm-code-r96-trunk\utils\utils.bindings\BindingExtensions.cs
文件 1822 2012-03-15 00:59 onvifdm-code-r96-trunk\utils\utils.bindings\NotifyPropertyChangedba
文件 213 2013-03-18 09:45 onvifdm-code-r96-trunk\utils\utils.bindings\packages.config
目录 0 2019-03-08 07:48 onvifdm-code-r96-trunk\utils\utils.xm
文件 3703 2013-03-18 09:45 onvifdm-code-r96-trunk\utils\utils.xm
文件 4316 2013-03-18 09:43 onvifdm-code-r96-trunk\utils\utils.xm
文件 213 2013-06-23 18:57 onvifdm-code-r96-trunk\utils\utils.xm
文件 1706 2012-01-18 10:33 onvifdm-code-r96-trunk\utils\utils.xm
............此处省略6519个文件信息
- 上一篇:fpga cortexm3
- 下一篇:XP系统磁盘分区工具
相关资源
- onvif搜索摄像机CameraDiscovery.rar
- ONVIF_Client_Test_Tool_v20.06_rev_3573.zip
- ONVIF客户端,实现了取流,PTZ,获取设
- ONVIF工具获取摄像头的RTSP取流地址
- 易语言中维世纪模块,包含设备注册
- onvif的经典,有客户端和服务器
- onvif设备发现+鉴权认证+RTSP地址获取
- gsoap生成完整的onvif框架代码所用的
- wsdl2h、soapcpp2生成的onvif文件
- onvif模拟摄像机可模拟多路
- ONVIF协议实现搜索局域网IPC设备+RTSP地
- 最全的ONVIF2.0协议中文版本
- onvif协议的中英文文档
- 最新onvif wsdl合集
- ONVIF IP Camera viewer/explore源码
- 成功实现ONVIF协议RTSP-Video-Stream与Onv
评论
共有 条评论