-
DES 算法 (C 源代码)
这是C语言的 DES 加密算法在 。欢迎下载,试用。非常感谢大家的支持!
- 2022-05-20 14:55:39下载
- 积分:1
-
a full 3D simulation of electromagnetic waves with efficient absorbing boundary...
a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS- a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS
- 2022-05-25 07:53:42下载
- 积分:1
-
一些算法的C 的实现
一些算法的C 的实现-Some algorithm realization C
- 2022-03-07 18:50:51下载
- 积分:1
-
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方...
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方-Determine the random numbers for random read data, it is the primary source code, can be modified for other places
- 2022-01-30 22:01:58下载
- 积分:1
-
超像素图像SLIC算法
SLIC算法是一种小范围的像素迭代形成超像素的算法,与K-means算法有相似之处,不过SLIC在找最近邻居时不需要搜索整个空间,从S*S中就可以得到很好的结果。在VS2008,MFC实现。
- 2022-02-10 07:21:03下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
八皇后问题的一个程序,可以输出结果
八皇后问题的一个程序,可以输出结果-eight of a Queen"s procedures, the results can be output
- 2022-09-13 14:00:03下载
- 积分:1
-
数列计算
例如,当k=3时,这个序列是:
1,3,4,9,10,12,13,…
(该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2,
3^0+3^1+3^2,…)
请你求出这个序列的第N项的值(用10进制数表示)。
例如,对于k=3,N=100,正确答案应该是981。
输入格式
输入只有1行,为2个正整数,用一个空格隔开:
k N
(k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。
输出格式
输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。
样例输入
3 100
样例输出
981
- 2022-03-12 08:20:11下载
- 积分:1
-
LDPC的BP译码算法
BP算法是LDPC译码的最优算法,此文件包括BP算法的概率域实现和对数域实现,对于LDPC初学者来说,一定会有帮助
- 2022-07-15 09:31:43下载
- 积分:1
-
JPEG Decoder in Java
这是Java上用于jpeg解码的开源代码,里面注释非常清晰,是学习的很好材料,里面的主要类有DCT.java HuffmainTable.java,JPEGComponent.java, JPEGDecoder... 希望跟大家分享,谢谢大家!!!!!!!!!!!!!
- 2022-06-20 05:50:11下载
- 积分:1