-
蜂群算法
人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,是集群智能思想的一个具体应用,它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。
- 2022-08-20 08:38:07下载
- 积分:1
-
uc/osII移植
利用意法半导体STM32F103ZET6芯片,移植uc/osii系统,通过修改os_cpu.h,os_cpu.c,os_cpu.asm等文件成功实现移植,并给出验证示例,通过跑马灯实验,ADC,DAC实验SPI等验证,
- 2022-03-21 05:19:09下载
- 积分:1
-
生成纹理特征图像
计算原始图像的几何纹理;将原始图像转化成他的纹理图像;该程序计算了14中不同的几何纹理;该程序可以方便的移植到其他程序中,独立于MFC;该程序面向的图像为大数据的遥感图像,用到了GDAL库。
- 2023-05-08 15:15:04下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-06-02 03:04:12下载
- 积分:1
-
图像镜像
c++实现基础的图像处理,适合各种图片的镜像处理,有详细的注释,并提供测试图片,运行良好,适合c++学习者
- 2022-07-08 10:06:03下载
- 积分:1
-
FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire...
FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire.nist.gov/fds/官方网址-FDS for the fire dynamics simulation software source code, the software for the open source project, code language primarily for FORTRAN, can be compiled under WINDOWS and LINUX operation, a detailed description may refer to the official web site http://fire.nist.gov/fds/
- 2022-03-21 12:22:09下载
- 积分:1
-
This code gets a text file which is output of simple scalar profiling command an...
This code gets a text file which is output of simple scalar profiling command and process it, it extracts sequences of logical operations like and, or, shift.
- 2023-03-28 01:35:04下载
- 积分:1
-
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间...
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间-A shortest path algorithm, can serve as a beginner reference, has a certain value and the expansion of space
- 2022-07-12 00:51:37下载
- 积分:1
-
棋盘八皇后
棋盘八皇后-eight Queen"s chessboard
- 2023-07-25 13:20:03下载
- 积分:1
-
基于堆的优先队列C语言实现
优先队列(priority_queue)和一般队列(queue)的函数接口一致,不同的是,优先队列每次出列的是整个队列中最小(或者最大)的元素。
本文简要介绍一种基于数组二叉堆实现的优先队列
详细出处参考:http://www.jb51.net/article/41978.htm
- 2022-03-13 04:05:17下载
- 积分:1