搜索结果

找到约 601 项符合 private-key 的查询结果

单片机开发 三星程式范例

三星程式范例,八位元的 timer, counter, serial I/O, clock switching, power down, key scan, A to D, software generated LCD control, ...
https://www.eeworm.com/dl/648/445584.html
下载: 47
查看: 1022

其他 C++ by Dissection presents a thorough introduction to the programming process by carefully developi

C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms ...
https://www.eeworm.com/dl/534/450032.html
下载: 159
查看: 1043

Linux/Unix编程 //建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "

//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 s ...
https://www.eeworm.com/dl/619/451813.html
下载: 119
查看: 1287

单片机开发 rs485单线程数据通讯程序

rs485单线程数据通讯程序,KEY键触发能使单片机之间能够通讯
https://www.eeworm.com/dl/648/452200.html
下载: 187
查看: 1014

其他 破解 IAR 程序

破解 IAR 程序,解开压缩包,里面有iarkg.exe,iarkgc.exe,先运行iackgc.exe,在运行iarkg.exe,将产生的license key 和license number 拷贝到安装输入框中
https://www.eeworm.com/dl/534/452402.html
下载: 178
查看: 1111

其他书籍 In the rectangle packing problem, encoding schemes to represent the placements of rectangles are t

In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors of efficient algorithms. In 1995, an epoch-making encoding scheme
https://www.eeworm.com/dl/542/453709.html
下载: 39
查看: 1050

其他书籍 In the rectangle packing problem, encoding schemes to represent the placements of rectangles are th

In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors determining the efficiency of algorithms. SEQP AIR is one of the most sophisticated encoding sheme, which has been considered to have a small solution space
https://www.eeworm.com/dl/542/453711.html
下载: 116
查看: 1062

加密解密 DES工作的基本原理是

DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 ...
https://www.eeworm.com/dl/519/454541.html
下载: 141
查看: 1054

加密解密 Consecutive AES core Description of project.. Features - AES encoder - 128/192/256 bit -

Consecutive AES core Description of project.. Features - AES encoder - 128/192/256 bit - AES decoder - 128/192/256 bit Status - Key Expansion added - Encoder added - Decoder added - Documentation added
https://www.eeworm.com/dl/519/457410.html
下载: 199
查看: 1135

加密解密 VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipeline ...
https://www.eeworm.com/dl/519/457412.html
下载: 144
查看: 1063