-
opcv实例源代码讲述各种实例提供各类源码
opcv实例源代码讲述各种实例提供各类源码-opcv examples of source code, about various instances, provide various types of source code
- 2022-03-26 17:29:17下载
- 积分:1
-
自适应差分进化
最近一段时间优化方法,尤其是进化计算技术,属于主要讨论的话题。遗传算法中,相对较新的方法,在这一领域 (他们的发展已经开始十或十五年前),越来越会变得越来越流行的工具,为解决日益谱的优化任务,已知的一些实际应用。我们已开始处理这些方法,2000 年夏天。有人能帮助我们解决当今来到焦点的优化问题相对不同套的同样可靠的、 有效的和通用算法需要。除其他外一直在调查以下几个问题: 鉴别材料模型参数、 回归分析、 可以用来从实验 resultstopological optimizationssome 工程任务,例如,钢筋混凝土梁与其他结构和结构构件的优化近似的材料模型参数估计的神经网络的训练。
- 2022-03-29 22:55:26下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
图像去抖,通过调试能打开摄像头也可以读取视频
图像去抖源代码,C++编写,基于opencv 可通过摄像头,或者读取视频的方式获得视频。通过调试,可直接使用。
- 2022-02-11 11:24:17下载
- 积分:1
-
Taflove 的FDTD算法的经典书籍,非常值得期待的FDTD教程。相信大家喜欢...
Taflove 的FDTD算法的经典书籍,非常值得期待的FDTD教程。相信大家喜欢-Taflove the FDTD algorithm is the classic book, well worth looking forward to the FDTD tutorial. I believe that everyone likes
- 2022-12-21 15:10:03下载
- 积分:1
-
NRF51822 UART
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
- 2022-06-19 21:29:20下载
- 积分:1
-
Delphi is the commonly used method and function list.
Delphi的很有用的常用的方法和函数列表.-Delphi is the commonly used method and function list.
- 2022-02-04 20:26:57下载
- 积分:1
-
动态规划的Matlab实现和实例分析
应用背景
动态规划是解决多阶段决策过程最优化问题的一种方法.
该方法是由美国数学家贝尔曼(R.Bellman)等人在2O世纪50年代初提出的.他们针对多阶段决策问题的特点,提出了解决这类问题的最优化原理,并成功地解决了生产管理、资源分配等方面的许多实际题,从而建立了运筹学的一个新分支——动态规划.
关键技术动态规划是现代企业管理中的一种重要决策方法,可用于解决最优路径、资源分配、生产计划与库存、投资、装载、排序等问题,还可用于生产过程的最优控制等.由于它有独特的解题思路,因而在处理某些优化问题时,比线性规划或非线性规划方法更有效.
而MATLAB是一个功能强大的用于基于矩阵运算的强大数值计算软件,将Matla
- 2023-01-17 16:45:04下载
- 积分:1
-
数独计算
在已知数字区域填充上数字,然后计算未知区域的数字。
使用Visual C++开发,用mfc开发界面,但界面十分简单,主要为计算提供算法。
使用递归算法,计算每个未知数字的区域可能的填写的数字,然后分别去测试该位置数字填写是否正确,直到找到答案或出现冲突。
- 2022-03-25 00:52:55下载
- 积分:1
-
两足机器人的能量控制开发
使用UKF进行预测,控制方法为能量控制。
整个程序最终是以图形化的方式展现出来。
此程序为一个国外老师开发,不过标注很少。
- 2023-03-30 05:50:03下载
- 积分:1