登录
首页 » 加密解密 » 串口LIFO代码+CRC! 串口队列可以用下

串口LIFO代码+CRC! 串口队列可以用下

于 2022-01-26 发布 文件大小:1.89 kB
0 207
下载积分: 2 下载次数: 1

代码说明:

串口LIFO代码+CRC! 串口队列可以用下-LIFO serial code+ CRC! Serial queue can be used under the

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

发表评论

0 个回复

  • 算法。
    encrytion algorithms.
    2022-02-14 02:42:54下载
    积分:1
  • 本书真实系统地介绍了码学及该领域全面的参考文献。 全书共分四个部分,首先定义了码学的多个术语,介绍了码学的发展及背景,描述了码学从简单到复杂的各种协...
    本书真实系统地介绍了密码学及该领域全面的参考文献。 全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协议,详细讨论了密码技术,并在此基础上列举了如DES、IDEA、RSA、DSA等10多个算法以及多个应用实例,并提供了算法的源代代码清单。 全书内容广博权威,具有极大的实用价值。自出版以来,得到业内专家的高度赞誉,是致力于密码学研究的专业及非专业人员一本难得的好书。-This book introduces the real system and the field of cryptography comprehensive references. Book is divided into four parts, first of all define the term more than cryptography, introduced the development of cryptography and background, describes cryptography from the simple to the complex variety of the agreement, a detailed discussion of cryptographic techniques, and on this basis cited, such as DES, IDEA, RSA, DSA algorithm, as well as more than 10 examples of multiple applications and provides the algorithm source code on behalf of the list. Broad authority of the contents of the book, has great practical value. Self-publishing has been highly praised the industry experts, is dedicated to the study of cryptography professional and non-professional a rare book.
    2023-01-31 04:40:03下载
    积分:1
  • xilinx公司三重DES代码,内部有用于仿真的文件
    xilinx公司三重DES加密代码,内部有用于仿真的文件-xilinx companies Triple DES encryption code used for simulating an internal document
    2022-04-02 06:33:53下载
    积分:1
  • 这是一个霍夫曼编码程序
    这是一个霍夫曼编码程序-This is a Huffman code program
    2022-02-16 05:22:56下载
    积分:1
  • 数字签名算法的两座大厦先后倒塌―MD5和SHA
    数字签名加密算法的两座大厦先后倒塌―MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed- MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been the Shandong University Professor Bruce Schneier break.
    2023-02-22 21:40:08下载
    积分:1
  • 在原有输入输入使用RSA算法…
    利用RSA加密算法对输入的原文进行加密,输入的可以是主键盘上的任何符号-use RSA encryption algorithm on the importation of the original encrypted input is the main keyboard can be any of the symbols
    2022-01-28 14:30:54下载
    积分:1
  • 用VC做的一个画直线和曲线的程序。
    用VC做的一个画直线和曲线的程序。-VC do a painting line and curve procedure.
    2022-01-21 02:05:25下载
    积分:1
  • 本包内容包括信息系统安全工程课程中的码学基础、公钥与RSA、分组码与DES共3个章节的内容,原汁原味的老师课堂讲义~包你喜欢~~!...
    本包内容包括信息系统安全工程课程中的密码学基础、公钥加密与RSA、分组密码与DES共3个章节的内容,原汁原味的老师课堂讲义~包你喜欢~~!-This package includes information systems security engineering curriculum-based cryptography, public key encryption and RSA, block cipher with DES a total of three sections, authentic classroom teacher handouts ~ package you like ~ ~!
    2022-06-01 15:05:02下载
    积分:1
  • ISGCSSecure增强Client/Server系统安全的控件。(源代码,需注册)价格:$799。工作在:CB1 CB3 D3 D4 D5。作者:Infin...
    ISGCSSecure增强Client/Server系统安全的控件。(源代码,需注册)价格:$799。工作在:CB1 CB3 D3 D4 D5。作者:Infinity Software Group--Control which uses ISGCSSecure to enhanced Client/Server system security .(with source codes,needing register) price:$799.works in:CB1 CB3 D3 D4 D5.author:Infinity Software Group
    2023-01-07 05:05:03下载
    积分:1
  • /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
    /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
    2023-01-22 15:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载