-
不动迭代算法 计算方法
不动迭代算法 计算方法-Fixed iterative algorithm calculation method
- 2023-01-14 07:40:04下载
- 积分:1
-
基于 fpga 的 jpeg 编码器
这里被提出与 dct jpeg 编码器
表示形式的图像中的颜色从RGB转换为Y′CBCR,组成的一个 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 17:44:11下载
- 积分:1
-
this doc is the best way to recognise the methods of clustering
this doc is the best way to recognise the methods of clustering
- 2022-06-19 08:38:37下载
- 积分:1
-
密码学背包加密
关于密码学背包问题的C语言实现,是在实习的时候编写的,比较适合初学密码学的,或者是需要完成课程设计的人士。。
- 2022-05-31 20:47:54下载
- 积分:1
-
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。...
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。-Givens transformation based on the QR decomposition. Their use need to call Givens transformation process.
- 2022-12-18 18:05:03下载
- 积分:1
-
hdoj的题目分类!!质量保证!
想刷hdoj的人必看!里面有每道题的类型!以下是部分:
1001 整数求和 水题
1002 C语言实验题——两个数比较 水题
1003 1、2、3、4、5... 简单题
1004 渊子赛马 排序+贪心的方法归并
1005 Hero In Maze 广度搜索
1006 Redraiment猜想 数论:容斥定理
1007 童年生活二三事 递推题
1008 University 简单hash
......
- 2023-08-27 14:20:03下载
- 积分:1
-
Kmeans算法的VB代码和测试数据
kmeans algorthms code vb and test data
- 2022-03-25 17:35:53下载
- 积分:1
-
CRC算法和Ascii码转BCD算法
CRC算法和Ascii码转BCD算法-CRC algorithm and the Ascii code BCD switch algorithm
- 2023-01-17 03:50:04下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
- 2023-06-06 19:10:03下载
- 积分:1