-
非常简便,代码短且稳健性强
非常简便,代码短且稳健性强-very simple, but short code stability-
- 2022-04-26 08:45:45下载
- 积分:1
-
关于狄洛尼三角剖分的c++代码
用c++代码实现狄洛尼三角剖分过程,主要考虑到的因素有:(1) 占用的内存空间;(2)是否包含三角网中的各三角形、边及节点间的拓扑关系;(3)数据结构使用的效率。经编译,可以运行
- 2023-04-10 16:10:04下载
- 积分:1
-
is "commonly used computer numerical algorithms and procedures C version,&q...
是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2023-03-01 22:00:04下载
- 积分:1
-
sift算法
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量,匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。对图像平移、旋转、缩放、甚至仿射变换保持不变性的图像局部特征,以及基于该特征的描述符.
- 2023-05-12 20:15:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
C程序小车加油
一个汽车加满油后可行驶n公里,由起点a到起点b为m公里。汽车出发时加满了油,途中设有k个加油站,d1是第一个加油站距起点的距离,di是第i个加油站距其前一个加油站的距离。设计一个算法,求出加油方案,使得加油次数最少即可到达终点。解决策略 汽车是由起点向终点行驶,现在面对的问题是应该在那个加油站加油,可使旅途过程中加油次数最少。为了解决该问题,我们可以规定在油箱中的油不足以使汽车行驶到下一个加油站的前提下,才加一次加油,如此
- 2022-02-06 23:59:50下载
- 积分:1
-
图片浏览器
关于matlab编写的图片浏览器算法,打开一个图片目录,可以通过【上一张】、【下一张】按钮实现图片的浏览,并且自动检测第一张和最后一张图片
- 2022-03-14 22:33:42下载
- 积分:1
-
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库,对学习VC和OPENCV很有帮助,能有效实现人脸检测
- 2023-04-22 02:35:04下载
- 积分:1
-
MATLAB-仿射密码解码程序
资源描述新手练习,对仿射密码进行解码,可以得到一系列值,最终只有正确的解码才能得出正确的结果。
- 2022-07-26 02:26:57下载
- 积分:1
-
C++ 数据结构 源码
谭浩强版本的C语言教材或C++教材,书本上主要的程序讲解,实例,在包中都基本已经包含了的
另外包含了一个用C语言实现的基本的公交车系统
- 2023-01-08 15:50:03下载
- 积分:1