搜索结果
找到约 601 项符合
private-key 的查询结果
单片机开发 三星程式范例
三星程式范例,八位元的
timer, counter, serial I/O, clock switching, power down, key scan, A to D, software generated LCD control, ...
其他 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 ...
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 ...
单片机开发 rs485单线程数据通讯程序
rs485单线程数据通讯程序,KEY键触发能使单片机之间能够通讯
其他 破解 IAR 程序
破解 IAR 程序,解开压缩包,里面有iarkg.exe,iarkgc.exe,先运行iackgc.exe,在运行iarkg.exe,将产生的license key 和license number 拷贝到安装输入框中
其他书籍 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
其他书籍 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
加密解密 DES工作的基本原理是
DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 ...
加密解密 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
加密解密 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 ...