-
用C++实现的B
用C++实现的B-Tree算法- B-Tree algorithm realizes which with C
- 2022-10-19 15:15:04下载
- 积分:1
-
Sort ranked scoring option, insert, Bubble Sort Shell Sort
排序排序评分选项,插入,气泡排序外壳排序-插入排序震动器改进排序方法-改进气泡排序堆排序-选择排序改进快速排序方法(a)快速排序方法(b)快速排序方法(c)合并排序方法排序基方法
- 2022-02-26 11:49:29下载
- 积分:1
-
C程序小车加油
一个汽车加满油后可行驶n公里,由起点a到起点b为m公里。汽车出发时加满了油,途中设有k个加油站,d1是第一个加油站距起点的距离,di是第i个加油站距其前一个加油站的距离。设计一个算法,求出加油方案,使得加油次数最少即可到达终点。解决策略 汽车是由起点向终点行驶,现在面对的问题是应该在那个加油站加油,可使旅途过程中加油次数最少。为了解决该问题,我们可以规定在油箱中的油不足以使汽车行驶到下一个加油站的前提下,才加一次加油,如此
- 2022-02-06 23:59:50下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1
-
隐式曲面求解的源代码,用户可以输入隐式曲面,得到mxmxm的网格数据...
隐式曲面求解的源代码,用户可以输入隐式曲面,得到mxmxm的网格数据-Implicit surface to solve the source code, users can enter implicit surface, the grid data mxmxm
- 2022-05-17 08:28:55下载
- 积分:1
-
矩阵处理的C语言源程序,包含一些矩阵处理的程序.
矩阵处理的C语言源程序,包含一些矩阵处理的程序. -Matrix treatment of the C language source code, the matrix contains a number of treatment procedures.
- 2022-03-01 00:14:54下载
- 积分:1
-
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来...
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse center point of the distance, the effective analysis of the error ellipse fitting problem, and let it be shown in the dialog box
- 2022-03-18 15:29:28下载
- 积分:1
-
一个自己写的关于Hermite的matlab程序
一个自己写的关于Hermite的matlab程序-Wrote it myself on a Hermite process of matlab
- 2022-01-28 16:27:44下载
- 积分:1
-
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。...
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
- 2022-02-05 06:36:25下载
- 积分:1
-
井字游戏
打井是在 c + + 语言中创建一个游戏。
井字游戏(或零和十字, Xs 和 Os) 是一种纸和铅笔游戏两名选手, X和O,轮流标记在一个 3 × 3 网格的空间。这位成功地将三个各自标志放置在水平、 垂直或对角线的行中的球员赢得比赛。
井字游戏的简单性使得它非常适合作为教育学的教学很好的体育精神和处理的博弈树搜索的人工智能的一个分支的概念工具。它是直接写一个计算机程序来玩井字游戏完美,以枚举 765 本质上不同的位置 (状态空间复杂度),或的 26,830 可能游戏 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 09:30:03下载
- 积分:1