国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

As!p加密函數的代碼

2019-11-02 14:19:52
字體:
來源:轉載
供稿:網友

 <%  

Private Const BITS_TO_A_BYTE = 8 

Private Const BYTES_TO_A_WORD = 4 

Private Const BITS_TO_A_WORD = 32 

 

Private m_lOnBits(30)  

Private m_l2Power(30)  

   

Private Function LShift(lValue, iShiftBits)  

    If iShiftBits = 0 Then  

        LShift = lValue 

        Exit Function  

    ElseIf iShiftBits = 31 Then  

        If lValue And 1 Then  

            LShift = &H80000000  

        Else  

            LShift = 0 

        End If  

        Exit Function  

    ElseIf iShiftBits < 0 Or iShiftBits > 31 Then  

        Err.Raise 6  

    End If  

 

    If (lValue And m_l2Power(31 - iShiftBits)) Then  

        LShift = ((lValue And m_lOnBits(31 - (iShiftBits + 1))) * m_l2Power(iShiftBits)) Or &H80000000  

    Else  

        LShift = ((lValue And m_lOnBits(31 - iShiftBits)) * m_l2Power(iShiftBits))  

    End If  

End Function  

 

Private Function RShift(lValue, iShiftBits)  

    If iShiftBits = 0 Then  

        RShift = lValue 

        Exit Function  

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 安吉县| 岳阳县| 自贡市| 安宁市| 上饶县| 松原市| 乌拉特前旗| 年辖:市辖区| 乌拉特中旗| 连平县| 滦平县| 新巴尔虎左旗| 抚宁县| 阿拉善右旗| 开化县| 蒲江县| 安达市| 石家庄市| 廊坊市| 宿州市| 黄陵县| 广丰县| 安岳县| 辽宁省| 安丘市| 凤庆县| 沾益县| 革吉县| 塔城市| 张家港市| 綦江县| 平果县| 黄冈市| 余庆县| 双牌县| 凤翔县| 凤翔县| 华宁县| 建始县| 达日县| 六枝特区|