-
实现阶乘算法,1000以内的数字都可以实现
实现阶乘算法,1000以内的数字都可以实现-factorial algorithm to achieve, within the 1000 figure can be achieved ..................................
- 2022-03-22 10:33:38下载
- 积分:1
-
3D打印机下位机源码(不完整)以及原理图
3D打印机下位机源码(不完整)以及原理图,网上看到的,觉得不错,包括下位机各部件的驱动以及原理图
- 2022-12-11 18:10:05下载
- 积分:1
-
数据结构关于二叉树
二叉排序树排序关于二叉树的排序问题数据结构课程设计
- 2023-01-12 04:35:04下载
- 积分:1
-
opencv教程
========================================================================
控制台应用程序:opencv 项目概述
========================================================================
应用程序向导已为您创建了此 opencv 应用程序。
本文件概要介绍组成 opencv 应用程序的
的每个文件的内容。
opencv.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
opencv.cpp
这是主应用程序源文件。
/////////////////////////////////////////////////////////////////////////////
其他标准文件:
StdAfx.h, StdAfx.cpp
这些文件用于生成名为 opencv.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
/////////////////////////////////////////////////////////////////////////////
其他注释:
应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。
- 2023-02-22 02:05:04下载
- 积分:1
-
Minute calculation method of quadrature formula
计算方法复化求积公式-Minute calculation method of quadrature formula
- 2022-10-31 08:40:02下载
- 积分:1
-
五次插值。 这个算法代码可是花了很长的时间,希望和大家共享...
五次插值。 这个算法代码可是花了很长的时间,希望和大家共享-five interpolation. But the algorithm code for a very long time, and hopes to share
- 2022-05-18 21:11:45下载
- 积分:1
-
利用有限元流体计算求解器的准备,包括你的使用…
一个用fortran90编写有限元流体求解器,包括使用源代码,输出文件和单元文件,推荐学习使用-Prepared using a finite element fluid fortran90 solver, including the use of source code, the output file and the unit document and recommend learning to use
- 2022-02-03 11:34:16下载
- 积分:1
-
音频信号采集
能够完成对于MP3 等文件的信息,音频信号进行采集与输出
例如:文件头的歌曲名、歌手等
由于MP3是二进制文件,因此主要根据断点来进行编码实行
- 2023-08-08 21:50:04下载
- 积分:1
-
地理信息系统示例
gis sample图形排版,二维图形处理与GIS图形处理.
- 2022-11-23 11:40:03下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1