-
对c#中的基本控件的基本用法的举例,帮助初学者了解其用法
对c#中的基本控件的基本用法的举例,帮助初学者了解其用法-Pairs of the basic controls c# basic usage examples to help beginners understand their usage
- 2022-06-19 17:06:44下载
- 积分:1
-
一些c++的常用小程序代码,不要看它小,很有用的,能给你省去不少的时间,包括字符匹配等等。...
一些c++的常用小程序代码,不要看它小,很有用的,能给你省去不少的时间,包括字符匹配等等。-some small c common code, it will not look at small, very useful, you can save a lot of time, including the matching of characters and so on.
- 2022-02-06 13:53:14下载
- 积分:1
-
ComputerInfo温度获取
ComputerInfo温度获取,直接获取当前主板,CPU温度值,直接读取注册表中的温度数据,无法直接读取硬件。
- 2022-11-08 20:45:02下载
- 积分:1
-
RSACoder
RSA安全编码组件
用私钥对信息生成数字签名
用私钥解密
用公钥加密
用私钥加密(RSA Security Coding Component
Generating Digital Signature with Private Key Pair Information
Decryption with Private Key
Encryption with public key
Encryption with Private Key)
- 2020-06-16 15:00:02下载
- 积分:1
-
ex2
用画笔绘制圆角矩形,椭圆,饼形,并用不同颜色画刷进行填充。(Draw a rounded rectangle, ellipse, pie with a brush, and brush with a different color fill.)
- 2013-12-07 23:42:44下载
- 积分:1
-
簡易版des
首先先輸入10bit的金鑰,接著輸入8bit的明文,然後得出加密的ecryption 和 decryption。
流程部分:
1. 需要产生两个密钥,输入的10位密钥,然后进行key[10]置换(类似于DES中的IP置换),将结果分为两组,设为templ[0~4}和tempr[0];
2. 两组分别进行循环左移1位操作,得到L1和R1;
3. 将L1和R1合并,并将合并的数据经过P8置换,得到8位的密钥k1;
4. L1和R1再次进行循环左移2位操作,得到L2和R2;
5. 将L2和R2进行合并,并将合并的数据通过P8置换,得到8位的密钥k2;
明文加密:
1. 对8位明文text进行IP_a置换,得到temp;
2. 将temp分为两部分templ和tempr,然后将templ和tempr代入到fk中进行变换
3. 在fk中,首先对tempr通过E/P扩展变换将四位M1R扩展位八位,然后这八位同密钥k1进行模2加运算,将得到的结果分为两部分并且分别通过S_a和S_b进行和变换,变换后每一部分只剩2位。这两位进行合并,通过P4变换得四位的M1RP,然后将M1RP和M1L进行模2加运算得到四位的L,然后将L同M1R进行合并得到M2。
4. 然后将M2通过SW变换,即将其高四位和低四位进行交换。
5. 再通过fk函数(过程同3)
6. 再通过IP_b变换得到八位密文。
- 2022-04-09 00:29:26下载
- 积分:1
-
430618
一个用mfc编程的学生管理系统界面友好,可以对学生成绩添加删除修改查找等功能,可用于小学校的成绩管理()
- 2017-09-17 02:46:02下载
- 积分:1
-
电子时钟
说明: 基于STM32及数码管的电子时钟,能够显示时间(Electronic clock based on STM32 and nixie tube can display time)
- 2020-12-22 16:39:07下载
- 积分:1
-
RMD6_print
打印机的详细说明,包括硬件电路和程序,特别好的是还附有详细的C语言解释,对于具有一定单片机基础的人可以迅速上手,对于初学者,对着注释也能上手.(A detailed description of the printer, including hardware and procedures, in particular good is also accompanied by a detailed explanation of the C language, for a certain person based on single-chip can be quickly started, for beginners, can start at the Notes.)
- 2009-06-21 14:24:05下载
- 积分:1
-
CCD_Verilog_1014
基于CPLD器件的线型CCD东芝TCD1501的驱动程序,用verilog语言开发。(CPLD devices based on linear CCD driver Toshiba TCD1501 using Verilog language development.)
- 2016-04-24 12:52:19下载
- 积分:1