-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
旅行商与蚁群算法
本程序包含使用群蚂蚁的旅行商问题的解决
- 2022-02-11 18:45:58下载
- 积分:1
-
二叉树后序遍历的非递归算法
二叉树后序遍历的非递归算法-binary tree traversal sequence of non- recursive algorithm
- 2022-12-04 17:15:02下载
- 积分:1
-
人脸检测
有也大量作品隐藏加密域中的数据。研究了 Thereversible 中的数据隐藏加密图像。大部分的学习可逆数据隐藏侧重于嵌入中提取的 plainspatial 域上的数据。内容所有者进行加密使用的加密密钥,将原始图像和数据隐藏虽然他并不知道原始的内容,是可以嵌入加密的图像围棋数据隐藏键的附加数据。报头图像包含额外数据,接收器可能首先对近来对加密密钥进行解密,然后提取嵌入的数据和 recoverthe 原始图像的数据隐藏关键。在分离的无损数据隐藏加密图像中一种新型方案。在拟议的方案中,使用额外的数据嵌入到加密的图像使用一个数据隐藏密钥加密 keyand 原始图像进行加密。如果一个接收器有数据隐藏键,他可以提取去掉了其它数据,虽然他并不知道图像内容。如果接收器具有加密密钥,他可以解密接收到的数据来获得图像像最原始的一个,但不能提取更多的数据。如果 receiverhas 数据隐藏密钥和加密密钥,他可以去掉了其它数据提取并恢复原始的内容没有任何错误利用自然图像的空间相关性,当额外数据量不是太大。
- 2022-01-28 10:06:43下载
- 积分:1
-
Delphi算法与数据结构
第1章 什么是算法1.1 什么是算法1.2 算法和平台 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-22 16:17:07下载
- 积分:1
-
使用java语言实现的c4.5决策树
使用java语言实现数据挖掘的C4.5决策树算法。其中用到4个class,myc45是主函数,values代表计算属性的取值,attribute用于计算信息增益比,以求找出最适用于分类的属性val则是处理输入的数据的类
- 2022-02-01 00:19:15下载
- 积分:1
-
ffmpg库的源码
FFmpeg README
-------------
1) Documentation
----------------
* Read the documentation in the doc/ directory.
2) Licensing
------------
* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
Fabrice Bellard.
- 2022-07-03 09:19:29下载
- 积分:1
-
digital watermarking technology procedures set with a full
数字水印技术处理程序集合,具有功能全,卡发好-digital watermarking technology procedures set with a full-featured, a good card
- 2022-05-10 13:17:29下载
- 积分:1
-
Find Devide Between to Number
孟吉通selisih angka dengan bahasa C.Inputan berupa angka。输出yang dihasilkan berupa angka selisih dari inputan yang dimasukan。
- 2022-04-11 13:36:17下载
- 积分:1
-
PID自整定
#如果ARDUINO>;=100
- 2023-06-23 11:35:03下载
- 积分:1