登录
首页 » 算法 » vb CRC校验源码

vb CRC校验源码

于 2022-02-10 发布 文件大小:5.83 kB
0 48
下载积分: 2 下载次数: 1

代码说明:

"CRC算法函数 Public Function CRC(STR1 As String) As String Dim CRCREG As Long Dim MVAL As Long Dim R As Integer Dim T As Integer CRCREG = 65535 For R = 1 To Len(STR1) Step 2 MVAL = Val("&H" + Mid(STR1, R, 2)) CRCREG = CRCREG Xor MVAL CRCREG = C

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab下实现的CFD
    Matlab下实现的CFD算法-Matlab under the CFD algorithms
    2022-12-12 01:35:03下载
    积分:1
  • 红外目标跟踪程序
    利用Vc++编写的红外目标跟踪程序,具有非常好的鲁棒性,适用于动目标的检测和跟踪,希望对大家有帮助!!!
    2023-03-12 10:50:04下载
    积分:1
  • thomas
    thomas算法用来计算方程AT=r,T和r为列向量,A为三对角阵,仅在三个对角线上有非零元素,算法需要向前 和向后扫描方程两次 。                                                                                                                                       
    2022-11-26 13:45:03下载
    积分:1
  • 空间5阶WENO格式 时间3阶RK格式
    空间5阶WENO格式 时间3阶RK格式 
    2022-09-18 01:00:03下载
    积分:1
  • sift源码实现
    sift算法的C++实现。需要配置opencv库。配置完后就能直接运行了。里面包含了特征点检测,特征点滤除,图像拼接融合。opencv版本需要2.3.0以上。程序调成已经成功。
    2023-06-22 09:55:05下载
    积分:1
  • 用c语言实现第一类读
    用c语言实现第一类读-写者问题 -using language first reading-writing problem
    2022-03-06 23:25:53下载
    积分:1
  • Repayment of the principal Act, such as the original C code, based on matlab. Th...
    等本金法还款C的原代码,基于matlab.此为1.0版,以后会增加2.0版.大家支持.-Repayment of the principal Act, such as the original C code, based on matlab. This is version 1.0, version 2.0 will increase. U.S. support.
    2022-02-21 20:09:02下载
    积分:1
  • 好玩的游戏,经典的游戏终于成功了
    应用背景你玩儿过扫雷游戏吧?Windows操作系统中带了这个小游戏,那个系统叫什么来着?在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。关键技术Have you ever played the game? Windows operating system with this little game, the system called what? In the game to pass, it is necessary to find out all the mines in a NxM area. In the process of the game, the computer will show some numbers on the map to help you identify where you are.
    2022-03-26 14:34:01下载
    积分:1
  • 说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在...
    说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在此文件同目录上自动生成下列文件:设计数据文件“design.dat”,设计结果文件“design.out”;复核数据文件“verify.dat”,复核结果文件“verify.out”。-Note : This procedure for the eccentric rectangular reinforced symmetrical compression in the design and review and reinforcement of asymmetric review. This procedure document support, but without the establishment of data files, suggested by the data entry screen, and the attention of units. The procedures in this document may be the same directory automatically generate the following documents : design data files "design.dat", the outcome document design "design.out"; Review of data files "verify.dat" review of the outcome document "verify.out."
    2022-06-11 16:41:16下载
    积分:1
  • 数值库for Windows,含有很多数值
    数值算法库for Windows,含有很多数值算法- Value algorithm storehouse for Windows, includes the very many values algorithm
    2023-05-18 19:10:03下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载