资源简介

Subversion Edge是Collabnet公司发布的SVN和Apache等组件结合的SVN管理工具;最新版本 5.2.4集成了 SVN1.12版本。官网( https://www.collab.net/downloads/subversion );官网下载非常慢,分享给需要的朋友;

资源截图

代码片段和文件信息

######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.

# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.

# Contributor(s):
#   Mark Pilgrim - port to Python
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License or (at your option) any later version.

# This library is distributed in the hope that it will be useful
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.

# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not write to the Free Software
# Foundation Inc. 51 Franklin St Fifth Floor Boston MA
# 02110-1301  USA
######################### END LICENSE BLOCK #########################

# Big5 frequency table
# by Taiwan‘s Mandarin Promotion Council 


# 128  --> 0.42261
# 256  --> 0.57851
# 512  --> 0.74851
# 1024 --> 0.89384
# 2048 --> 0.97583

# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98
# Random Distribution Ration = 512/(5401-512)=0.105

# Typical Distribution Ratio about 25% of Ideal one still much higher than RDR

BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75

#Char to FreqOrder table
BIG5_TABLE_SIZE = 5376

Big5CharToFreqOrder = ( \
   118011506 2551431 198   9  82   65008 177 202368112562821 110 #   16
3814  333274 261  76  442114  16294621871176 6593971  2634512653 #   32
1198397233504202 4102215 302 590 3611964   8 204  58451050091932 #   48
  6350105011 3171614  75 222 159420324171480501235553091 2242822 #   64
3682   3  1039731471  292787113528661940 873 13032751123 3125013 #   80
45112052 507 252 6825014 1421915 124 2062947  3435563204  64 604 #   96
5015250119771978 1551991 645 641160650163452 337  72 4065017  80 #  112
 630 23832051509 263 93910922654 756144010943453 449  692987 591 #  128
 1792096 471 11520351844  60  502988 134 8061869 73420363454 180 #  144
 9951607 156 5372907 6885018 3191305 7792145 5142379 2984512 359 #  160
2502  9027161338 663  11 90610992553  202441 182 53217165019 732 #  176
13764204131114203206  2523171056 113 399 3821950 24234552474 529 #  192
3276 475144736835020 117  21 656 81012972300233435575021 1264205 #  208
 706 456 150 6134513  71111820374206 1453092  85 835 48621151246 #  224
1426 428 72712851015 800 106 623 3031281502221282359 3473815 221

评论

共有 条评论