-
双线性内插实现图片缩放
代码共一个.c文件,代码包括三个函数,实现对图片的锐化、平滑、缩放(双线性内插实现)。
- 2022-11-09 03:35:03下载
- 积分:1
-
径向基神经网络源代码
this is an example demonstrating the Radial Basis Function,if you select a RBF that supports it (Gausian, or 1st or 3rd order polyharmonic spline), this also calculates a line integral between twopoints.
- 2022-02-14 22:25:54下载
- 积分:1
-
计算光子晶体能带的程序,用fortran语言编写!好用!
计算光子晶体能带的程序,用fortran语言编写!好用!-photonic crystals can be calculated with the procedure, using FORTRAN language! Easy!
- 2022-01-27 20:14:45下载
- 积分:1
-
Joseph used to solve problems
用在解决约瑟夫问题-Joseph used to solve problems
- 2022-08-24 18:48:32下载
- 积分:1
-
表达式处理及数制转换
表达式处理及数制转换-expression processing system conversion, and several
- 2022-03-13 09:13:04下载
- 积分:1
-
素数分解的MillerRabin+pho算法
使用c++的素数分解模板,可以分解2^64范围的数字。一般用于ACM竞赛模板,具体使用情况比较简单易用。程序主体使用pho以及squefof分解算法,中间不断使用米勒罗宾监测素数。分解过程主要在于猜测素数的位置逐个测试,也算是分解效率比较高的算法之一。用于ACM竞赛中还是比较好用比较能A题的一个版了。
- 2022-07-20 21:16:56下载
- 积分:1
-
内窥镜视频实时拼接程序
内窥镜视频图像的视角往往很小, 本文通过sift算法 对内窥镜视频图像进行逐帧拼接 得到全景图像 以实现获取一个较大的视角 提高医生的手眼协调, 帮助医生更方便的观察病灶。 硬件方面采用 naneye 图像传感器 通过传感器获取图像 sift算法实时拼接~~
SIFT,即尺度不变特征转换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述子。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-02 13:16:16下载
- 积分:1
-
数值算法
涵盖各种数值算法:
常用C++数值算法源代码,非常经典!
二分法
最小二乘法
牛顿跌代法
雅克比迭代法
复化辛卜生公式.cpp
改进欧拉法.cpp
高斯-赛德尔迭代法.cpp
拉格郎日插值多项式.cpp
列主元高斯消去法.cpp
龙贝格算法.cpp
龙格-库塔算法.cpp
幂法.cpp
牛顿值多项式.cpp
四阶阿当姆斯预测-校正公式.cpp
自适应梯形公式(变步长).cpp
等等。特赞
- 2022-08-13 16:58:16下载
- 积分:1
-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1
-
thread_tree
此程序使线程的树和计算为了遍历写作由 c plus
- 2022-06-12 20:14:13下载
- 积分:1