• 大小: 38.52MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-30
  • 语言: 其他
  • 标签: ONVIF  

资源简介

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\NotifyPropertyChangedbase.cs
     文件         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.xml\
     文件        3703  2013-03-18 09:45  onvifdm-code-r96-trunk\utils\utils.xml\xmlSchemaExtensions.cs
     文件        4316  2013-03-18 09:43  onvifdm-code-r96-trunk\utils\utils.xml\utils.xml.csproj
     文件         213  2013-06-23 18:57  onvifdm-code-r96-trunk\utils\utils.xml\packages.config
     文件        1706  2012-01-18 10:33  onvifdm-code-r96-trunk\utils\utils.xml\XPathExtensions.cs
............此处省略6519个文件信息

评论

共有 条评论