登录
首页 » 加密解密 » 用C语言求解经典逻辑推理题

用C语言求解经典逻辑推理题

于 2022-10-04 发布 文件大小:1.78 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

用C语言求解经典逻辑推理题-Solving with C language that classical logic

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

发表评论

0 个回复

  • 基于 RSA
    基于 RSA 密码,我写在 C# 语言中。本软件为越南人的。With 这个软件,you 可以加密和解密文本与 p,q 汽车或者你可以选择 p,q 随机。
    2023-04-26 00:55:02下载
    积分:1
  • 同过VB来实现的,AES算法的实现,这个算法中涵盖了AES的精髓...
    同过VB来实现的,AES加密算法的实现,这个算法中涵盖了AES的精髓-VB had come with the implementation, AES encryption algorithm implementation, this algorithm covers the essence of AES
    2023-05-28 06:05:03下载
    积分:1
  • 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即...
    使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive
    2022-08-22 04:00:28下载
    积分:1
  • Decryption for advanced system can be used for aes 128
    Decryption for advanced system can be used for aes 128
    2023-05-14 15:45:02下载
    积分:1
  • 为歌手投票:1、检测出最高分和最低分,然后求出平均分 2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。 在求出最大...
    为歌手投票:1、检测出最高分和最低分,然后求出平均分 2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。 在求出最大值和最小值时还要捕获数组b的下标,即得到评委的序号-Vote for the singers: 1, detected the highest points and lowest points, and then calculated the average sub-2, calculation of all the judges scoring with an average score of poor in absolute terms, the absolute value of big is
    2022-02-20 11:00:37下载
    积分:1
  • jcrypt,看看有没有人需要,分享给大家
    jcrypt加密,看看有没有人需要,分享给大家-jcrypt encryption, see no need for everyone to share
    2022-10-03 08:50:03下载
    积分:1
  • 文件,可以对任意文件进行
    文件加密,可以对任意文件进行加密-file encryption, to arbitrary files can be encrypted
    2022-03-19 03:36:19下载
    积分:1
  • 设f(x)= 1×X2 X5 X27,分别尝试写下面的移位寄存器…
    设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
    2022-04-07 10:24:13下载
    积分:1
  • DES算法程序,此程序为完整的程序,可以直接下载使用
    DES算法程序,此程序为完整的程序,可以直接下载使用-DES algorithm procedure, this procedure for the complete procedure, can be directly downloaded using
    2022-06-15 00:46:44下载
    积分:1
  • 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
    多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
    2022-03-13 06:04:47下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载