-
简单算法程序
单纯型法程序算法-simple algorithm Act procedures
- 2022-01-26 02:39:26下载
- 积分:1
-
2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-02-18 16:01:39下载
- 积分:1
-
图像处理基础算法源代码
应用背景图像处理(imageprocessing),用计算机对图像进行分析,以达到所需结果的技术。又称影像处理。基本内容图像处理一般指数字图像处理。数字图像是指用数字摄像机、扫描仪等设备经过采样和数字化得到的一个大的二维数组,该数组的元素称为像素,其值为一整数,称为灰度值。图像处理技术的主要内容包括图像压缩,增强和复原,匹配、描述和识别3个部分。常见的处理有图像数字化、图像编码、图像增强、图像复原、图像分割和图像分析等。图像处理一般指数字图像处理关键技术内涵图像处理基本算法代码,如256色转灰度图、Hough变换、Walsh变换、对比度拉伸、二值化变换、方块编码、亮度增减等共27种,每种算法都有实例,方便读者学习。
- 2023-01-18 10:55:11下载
- 积分:1
-
A program to demonstrate the optimization process of particle swarm optimization...
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.-A program to demonstrate the optimization process of particle swarm optimization. A two- dimensional objective function is visualized by level of gray : the lighter the color, the higher the value function. The particles ar e shown as red circles. their trajectory as red lines.
- 2022-10-27 02:55:03下载
- 积分:1
-
万历年程序简单可读可改
资源描述本程序是大一时候写的一些小程序,这里是万历年的基本算法,其中谭浩强书中经典的闰年算法,可以供初学者学习,练习,更改。
- 2022-10-19 14:05:04下载
- 积分:1
-
图像处理sift算子代码
图像分类提取特征时所用的sift算法,具有尺度,旋转,缩放不变性,很好的概述了特征,可以和其他算法结合使用用于图像的分类。
- 2023-04-21 22:50:03下载
- 积分:1
-
特纳马基纳与chenney的垃圾colecctor和统计
特纳机与chenney的垃圾收集器在C实现代码该文件包含3台机器。该MGV1使用不带电池,以保持的方式。所述MGV2一起使用的电池存储外的路径。该MGV7实现算法chenney(垃圾colecctor)在纪律和执行计算机语言的理论应用于设计(编译)
- 2022-07-23 01:27:35下载
- 积分:1
-
VC7 MFC正则D
vc7 MFC regular d
- 2023-06-10 23:50:03下载
- 积分:1
-
在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。...
在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。-In the mapping or cartography often elevation point will need to generate DEM, generally the first point from these principles by the smallest triangulation generated, the code that is generated in accordance with any number of points, Delaunay triangulation function.
- 2022-06-12 17:50:14下载
- 积分:1
-
单元最短路径
应用背景以文档形式详细说明单元最短路径问题(用两种方法说明:贪心算法和分支限界法),并附有源码和运行结果关键技术源码用C++语言编写,可在VC和VS环境下运行
- 2022-03-31 05:10:50下载
- 积分:1