登录
首页 » Visual C++ » CRC

CRC

于 2009-07-31 发布 文件大小:106KB
0 128
下载积分: 1 下载次数: 0

代码说明:

说明:  CRC7,CRC8,CRC9,CRC16编解码,查表方法实现(CRC7, CRC8, CRC9, CRC16 codec, look-up table method)

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

发表评论

0 个回复

  • Face-Counting-master
    检测视频中出现的人头数目,并统计来往的人数。(Detect the number of people in the video and count the number of people coming and going.)
    2021-03-05 18:59:31下载
    积分:1
  • PickingMain
    osg quick start guide 源码(osg source code of quick start guide)
    2018-08-31 15:04:17下载
    积分:1
  • 75465246785
    VB编写的超级卸载工具源代码,有需要的就下载吧。(Super uninstall tool written in VB source code, there is a need to download it.)
    2013-07-25 21:32:44下载
    积分:1
  • 694
    顺序表插入x值顺序表插入x值顺序表插入x值(Insert x value of the order sequence table table table is inserted into the x value of the order value of x)
    2013-09-24 21:29:05下载
    积分:1
  • unit-9
    谭浩强C程序设计第四版第9章习题答案,自己做出来的( C Programming Fourth Edition Chapter 9 Exercise answers, do it yourself)
    2013-07-31 22:17:03下载
    积分:1
  • Ada-Booted
    人脸识别原理介绍 有一些算法介绍 并附加图解 适合初学者(language:English from university of British)
    2010-01-17 00:25:55下载
    积分:1
  • account
    设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInterestRate()的函数,返回月利率。 (7)一个名为withDraw的函数,从账户中支取指定金额。 (8)一个名为deposit的函数,向账户中存入指定金额。 画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
    2013-06-01 13:21:54下载
    积分:1
  • MFC-pong-master
    A pin pong Game programming in MFC C++
    2018-11-11 07:40:04下载
    积分:1
  • WindowsGame2
    一個簡單得搶旗子遊戲用上下左右移動WINDOWS GAME(Grab a simple flag games to move up and down)
    2012-10-26 22:11:24下载
    积分:1
  • DITONGLBOQI
    在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器 。 其 中 、 为 实 常 数 , , 。 一 , , 二 , 分 母 多项 式的幂 次 即 为滤波器 的 阶数 。 若 式 除 “ 。 外 所 有 分 子 项 系数 均 为零 , 则传递 函数 变 成 一 常数 与 多项 式 之 比 。 这 时传递 函数有 有 限 极 点 而 无 有 限零 点 , 这 种 滤 波 器称 为 全极 点 滤 波 器 , 阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器 。 全 极 点 滤 波器 传递 函 数 为 矛 , , 厂 十 。 , ”一 ’ 竺(n the inertial navigation system and processing is often necessary for gyroscope Speed ​ ​ meter performance test conducted , This is when you want to design one kind of test it Our filter . Filter from the functions can be divided into four low-pass , Qualcomm , Bandpass , Bandstop filter . The text to be studied in a low-pass filter is a low-frequency signal by For the high-frequency signal suppression filter , Bart Waugh think is the most simple filters The single low-pass filter . Which , Is a real constant ,, . A ,, Two , Minute Mother is a power of the polynomial order of the filter . If the formula Except . " Have a child outside the sub-zero coefficients are , Then the transfer function Turned into a constant ratio with polynomial . At this time there is limited transfer function No pole while Zero Limited , This kind of filter is referred to as full-pole filter Implement , Order Butterworth filter is all-pole filter . W)
    2013-10-25 10:47:37下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载