-
交换法:
交换法的程序最清晰简单,每次用当前的元素一一的同其后的元素比较并交换...
交换法:
交换法的程序最清晰简单,每次用当前的元素一一的同其后的元素比较并交换-Exchange: the exchange of law, the most clear and straightforward procedures, each with 11 elements of the current element of the comparison with the subsequent exchange
- 2022-03-14 12:16:55下载
- 积分:1
-
《程序员修炼之道:从小工到专家》原名<The Progmatic Programmer>国外翻译书籍中文版,pdf格式...
《程序员修炼之道:从小工到专家》原名国外翻译书籍中文版,pdf格式
- 2022-05-17 03:19:05下载
- 积分:1
-
struts的表单介绍和用法.还有其他的用法
struts的表单介绍和用法.还有其他的用法-struts on the form and usage. There are other directions
- 2022-03-21 05:37:33下载
- 积分:1
-
Running Linux for embedded system
Running Linux for embedded system
- 2022-11-12 02:35:04下载
- 积分:1
-
美国国家标准局1973年开始研究除国防部外的其它部门的
美国国家标准局1973年开始研究除国防部外的其它部门的-The United States National Bureau of Standards in 1973 started to study outside the Department of Defense in addition to other sectors
- 2022-01-26 07:00:05下载
- 积分:1
-
一个不错的网络通信的PPT,值得一看,
一个不错的网络通信的PPT,值得一看,-a good communications network PPT, an eye-catcher,
- 2023-07-06 08:05:04下载
- 积分:1
-
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行...
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Banker s Algorithm Simulation Of languageC
- 2022-02-04 09:42:06下载
- 积分:1
-
[ARX] 创建AcDb3dPolyline示例代码.rar
[ARX] 创建AcDb3dPolyline示例代码.rar-[ARX] create AcDb3dPolyline sample code. Rar
- 2022-03-16 07:20:18下载
- 积分:1
-
rs485通讯协议 rs485通讯协议
rs485通讯协议 rs485通讯协议-RS485 communication protocol RS485 communication protocol RS485 communication protocol
- 2022-11-15 13:20:03下载
- 积分:1
-
ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和...
ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。
ElGamal用于数字签名。被签信息为M,首先选择一个-ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two random numbers, g and x, g, x
- 2022-08-13 15:22:56下载
- 积分:1