资源列表
[数学计算/工程计算] bigdatacalculater
说明:大整数运算器,可实现加减乘除模的整数运算,对于大整数位数无限制 结合C++语言性质进行了代码优化,通过压力测试。-Large integer arithmetic, can be realized integer arithmetic mode for large integer digits unlimited properties were combined C++ language code optimization, thr<luke> 在 2025-04-29 上传 | 大小:2kb | 下载:0
[matlab例程] HOG
说明:This Histograms of Oriented Gradiants(HOG) feature extraction code.-This is Histograms of Oriented Gradiants(HOG) feature extraction code.<Gwanghyun Jo> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[matlab例程] HOG
说明:This HOG descr iptor source code.-This is HOG descr iptor source code.<Gwanghyun Jo> 在 2025-04-29 上传 | 大小:3kb | 下载:0
[matlab例程] LKpyramid-Codes
说明:This Lucak-Kanade Pyramide code.-This is Lucak-Kanade Pyramide code.<Gwanghyun Jo> 在 2025-04-29 上传 | 大小:372kb | 下载:0
[matlab例程] Interpolation
说明:This is interpolation source code. Neareast, Bilinear, Bicubic methods.<Gwanghyun Jo> 在 2025-04-29 上传 | 大小:220kb | 下载:0
[matlab例程] LBP
说明:This Local Binary Pattern source code.-This is Local Binary Pattern source code.<Gwanghyun Jo> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[matlab例程] Kirsch算子matlab实现
说明:Kirsch算子实现起来相对来说稍微麻烦一些,它采用8个模板对图像上的每一个像素点进行卷积求导数,这8个模板代表8个方向,对图像上的8个特定边缘方向作出最大响应,运算中取最大值作为图像的边缘输出(上述算法中用到的8个模板在下面的实现代码中给出)。为了便于读者理解该算法的实现,这里我们给出实现该算法的函数代码,可以稍加改动应用到自己的项目中去。<jsmilcm555@163.com> 在 2014-05-08 上传 | 大小:26kb | 下载:0
[matlab例程] lda-0.2-matlab.tar
说明:lda的matlab实现,lda is a Latent Dirichlet Allocation (Blei et al., 2001) package written both in MATLAB and C (command line interface). This package provides only a standard variational Bayes estimation that was first pro<乌龟> 在 2025-04-29 上传 | 大小:24kb | 下载:0
[数据结构常用算法] homework_2.11
说明:将x插入到顺序表的适当位置上,以保持该表的有序性。 输入数据:文本文件input.txt 文件分4行: 第1行是顺序表va的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是n个递增有序的数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 第3行是整数x,x是-999~999之间的十进制整数。 第4行是空行。 输出数据:文件output.<123> 在 2025-04-29 上传 | 大小:1kb | 下载:0