-
用归并的算法思想实验文件的k路归并,代码为文件k路归并的c语言实现...
用归并的算法思想实验文件的k路归并,代码为文件k路归并的c语言实现-Thinking of merging algorithm with the experimental k-way merge document, code k way merge for files of c language
- 2022-02-03 09:42:05下载
- 积分:1
-
JPHide 和JPSeek 的源代码
应用背景JPHide 和JPSeek 的源代码!JPHide&JPSeek是一个JPEG图像的信息隐藏软件!-JPHide and JPSeek source code! JPHide & JPSeek is a JPEG image information hidden software!关键技术JPHIDE and JPSEEK are programs which allow you to hide a file in a jpeg visual image. There are lots of versions of similar programs available on the internet but JPHIDE and JPSEEK are rather special. The design objective was not simply to hide a file but rather to do this in such a way that it is impossible to prove that the host file contains a hidden file. Given a typical visual image, a low insertion rate (under 5%) and the absence of the original file, it is not possible to conclude with any worthwhile certainty that the host file contains inserted data. As the insertion percentage increases the statistical nature of the jpeg coefficients differs from "normal" to the extent that it raises suspicion. Above 15% the e
- 2022-07-21 14:22:36下载
- 积分:1
-
这是对一维时间序列进行归一化计算的matlab程序
这是对一维时间序列进行归一化计算的matlab程序-This is the one-dimensional time series to a calculation procedure of Matlab
- 2023-09-04 18:25:03下载
- 积分:1
-
查表型crc16校验算法,c源码
查表型crc16校验算法,c源码-Lookup- crc16 checksum algorithm, c FOSS
- 2022-01-27 23:41:35下载
- 积分:1
-
VC++实现高斯约当消去法。(数值分析)
VC++实现高斯约当消去法。(数值分析)-VC++ to achieve Gauss Jordan elimination method. (Numerical Analysis)
- 2023-04-10 05:50:03下载
- 积分:1
-
FORTRAN语言,正交曲线网格生成过程中的使用
采用Fortran语言的正交曲线网格生成程序-Fortran language, the use of orthogonal curvilinear grid generation process
- 2022-10-18 22:50:03下载
- 积分:1
-
普里姆算法的C语言实现
普里姆(Prim)算法是一种构造性算法。设G=(V,E)是一个具有n个顶点的带权连通无向图,T=(U,TE)是G的最小生成树,其中U是T的顶点集,TE是T的边集,则由G构造从起始顶点v出发的最小生成树T的步骤如下:(1)初始化U={v},以v到其他顶点的所有边为候选边;(2)重复以下步骤(n-1)次,使得其他(n-1)个顶点被加入到U中: a.从候选边中挑选权值最小的边加入TE,设该边在V-U中的顶点是k,将k加入U中; b.考察当前V-U中的所有顶点j,修改候选边,若边(k,j)的权值小于原来和顶点j关联的候选边,则用边(k,j)取代后者作为候选边。本代码实现了普里姆算法。代码能正确运行。
- 2022-02-07 15:39:21下载
- 积分:1
-
最新JM源代码
资源描述最新的h264的官方参考代码JM98,可以使用vs工具打开,编译,运行,windows版本方便调试学习,是学习h264算法的很好的参考。
- 2023-01-12 08:05:04下载
- 积分:1
-
八数码难题解决实现方法
八数码难题解决实现方法-eight digital method to solve problems
- 2023-03-24 20:55:03下载
- 积分:1
-
Clustering through Decision Tree Construction
Clustering through Decision Tree Construction - CLTree - A subspace clustering algorithm.-Clustering through Decision Tree Construction- CLTree- A subspace clustering algorithm.
- 2022-01-30 23:39:10下载
- 积分:1