-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。-Hill sorting algorithm: the basic idea: the whole sequence disorder is separated into a number of small sub-sequences respectively Insertion Sort. Sequence segmentation method: h will be separated by an incremental elements constitute a subset of sequences. In the sort process, the successive decrease of the increment, and finally reduced to one when h when an insertion sort, sort completed. Incremental sequence generally use: ht = 2t-1, 1 ≤ t ≤ [log2n], in which n is the length of sequence to be sorted.
- 2022-02-06 21:23:34下载
- 积分:1
-
c# DES file encryption
file encryption c# DES
c# DES文件加密 c# DES文件加密-c# DES file encryption
file encryption c# DES
- 2022-03-15 12:39:50下载
- 积分:1
-
本程序是免费软件,您可以重新分配和/或修改
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.-This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- 2023-09-01 09:20:03下载
- 积分:1
-
安全支持提供器接口(SSPI)源码
安全支持提供器接口(SSPI)源码- Safe support provision connection (SSPI) source code
- 2022-06-20 22:41:24下载
- 积分:1
-
文件加密的编译。
汇编加密文件一例。-compilation of case file encryption.
- 2022-01-25 18:12:47下载
- 积分:1
-
DES加密算法和详细描述(HTM)
DES加密算法及详细说明(HTM)
- 2022-11-09 21:15:03下载
- 积分:1
-
The source code of IDEA encryption algorithm
idea加密算法源代码-The source code of IDEA encryption algorithm
- 2022-06-11 15:55:08下载
- 积分:1
-
cyclone ssl源码,可以在各类嵌入式操作系统上移植,包含了多种芯片的底层代码
资源描述使用SSL协议在传输层之上对信息进行加解密,源码为C语言,同时包含了针对各类主流嵌入式操作系统(uc/os-ii,freertos等)的接口,针对各类典型应用,比如TCPIP、DNS、DHCP、snmp都有一脉相承的源码,已成功在RX62N芯片上进行了移植测试。
- 2022-05-21 00:25:14下载
- 积分:1
-
with BCB was a shell!
一个用BCB写的壳!-with BCB was a shell!
- 2023-04-12 01:50:03下载
- 积分:1
-
将公钥加密算法RSA应用于小型文件加密。将任意文件加密成文本的解决方案,使其使用更加灵活。...
将公钥加密算法RSA应用于小型文件加密。将任意文件加密成文本的解决方案,使其使用更加灵活。-RSA public key encryption algorithm will be applied to small-scale file encryption. Arbitrary file encryption solution into the text to make it more flexible to use.
- 2023-02-09 00:20:04下载
- 积分:1