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

vb CRC校验源码

于 2022-02-10 发布 文件大小:5.83 kB
0 176
下载积分: 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 个回复

  • 电路节点导纳矩阵的计机生成源程序。可计少于20个节点的电路方程。...
    电路节点导纳矩阵的计算机生成法源程序。可计算少于20个节点的电路方程。-circuit node admittance matrix of computer generation source. Computable less than 20 nodes of the circuit equation.
    2022-03-18 02:34:23下载
    积分:1
  • 贪心解决部分背包问题
    本程序研究了贪心算法,并把此算法用于部分背包问题上,基于C语言实现,达到最优解。所谓贪心算法是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。部分背包问题:     给定一个最大载重量为M的卡车和N种食品,有食盐,白糖,大米等。已知第 i 种食品的最多拥有Wi 公斤,其商品价值为Vi元/公斤,编程确定一个装货方案,使得装入卡车中的所有物品总价值最大。
    2022-01-30 12:45:27下载
    积分:1
  • 中国象棋 王小春
    中国象棋 王小春 源码。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-03-03 00:09:53下载
    积分:1
  • 哲学家就餐问题实现
    哲学家就餐问题算法实现-Algorithm dining philosophers problem
    2022-02-27 08:28:25下载
    积分:1
  • Sicily 1009梅森素数
    One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers. A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.) Initially it looks as though the Mersenne numbers are all primes. Prime Corresponding Mersenne Number 2 4–1 = 3 -- prime 3 8–1 = 7
    2022-03-17 05:46:40下载
    积分:1
  • 用mente-calo三维积分: 工作平台是:vs2002(7.0) MFC
    用mente-calo法算三维积分: 工作平台是:vs2002(7.0) MFC-with mente- calo 3D integral operator France : working platform is : vs2002 (7.0) MFC
    2022-08-20 16:19:10下载
    积分:1
  • 一个计器程序,可以识别式字符串形式的
    一个计算器程序,可以识别算式字符串形式的-a calculator program that can be identified form of a string formula
    2022-02-24 18:08:11下载
    积分:1
  • 红外小目标检测的鲁棒方向显着性
    应用背景小目标检测在大量的实际项目中扮演着关键的角色,如红外警戒和防御警戒,不仅精度是必要的,但也需要鲁棒性。在本文中,作者 ;提出了一种鲁棒的红外小目标检测的灵感来自一个小目标与背景之间的人眼视觉效果的DSBM。关键技术作者提出这个问题作为突出区域检测,这是由一个小目标的事实,可以吸引人的眼睛在红外图像的事实的启发。这种视觉效果产生的差异,一个小目标类似于各向同性高斯形状由于远距离热成像系统的光学系统的点扩散函数,而背景杂波通常是局部取向。基于这一观察,提出了一种新的鲁棒方向显着性为基础的方法,将视觉注意理论的红外小目标检测;
    2022-02-01 03:07:56下载
    积分:1
  • AI::Categorizer is a framework for automatic text categorization. It consists of...
    AI::Categorizer is a framework for automatic text categorization. It consists of a collection of Perl modules that implement common categorization tasks, and a set of defined relationships among those modules
    2022-05-30 09:19:04下载
    积分:1
  • 程序界面RFID与8051单片机(AT89C51)
    RFID
    2022-01-27 20:29:32下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载