-
工作
车间作业调度问题用遗传算法解决的通用Matlab程序-Job-shop scheduling problem using genetic algorithms to solve the generic Matlab procedures
- 2022-02-13 16:01:51下载
- 积分:1
-
卷积神经网络CNN 手写英文字母的识别
应用背景利用计算机做图像识别分类的经典算法,训练集中30张已知类别的手写字母图片,目的是要创建一个网络结构,使手写图片与类别之间形成一种映射,以便得到一副新的图片时,利用这个网络结构能够正确判别出它的类别,即它代表的是字母A或是字母B.关键技术利用卷积神经网络对输入图像进行卷积做特征提取,原图像的特征就被细化了,再对已提取的特征图做下采样即平均池化,在减少数据量的同时保证信息量的不丢失,如此在做一次卷积和下采样,图片尺寸变小,数据量合适,做全连接层,传统神经网络,构造输出层。训练时采用BP反向传播,梯度下降法,优化参数。
- 2022-03-06 18:17:03下载
- 积分:1
-
用C++写的矩阵和矢量运算库
用C++写的矩阵和矢量运算库-C write the matrix and vector arithmetic library
- 2023-01-20 04:05:04下载
- 积分:1
-
一个经典的十字链表实现
一个经典的十字链表实现-a classic Orthogonal List
- 2023-04-16 17:10:04下载
- 积分:1
-
测试高 led 和低led
这个软件描述C语言用 16f877 触发一个LED,与所有配置的计时器和寄存器。
- 2022-11-14 10:40:03下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
数学建模方法,写论文的重要帮助,不会建模可写不出高质量的文章啊。...
数学建模方法,写论文的重要帮助,不会建模可写不出高质量的文章啊。-Mathematical modeling method, an important thesis help, will not be high-quality modeling can not write an article ah.
- 2022-12-25 01:20:03下载
- 积分:1
-
Runge
龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge- Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
- 2022-05-18 08:57:06下载
- 积分:1
-
点集凸包( 收缩法)Jarris步进法
点集凸包( 收缩法)Jarris步进法-point set convex hull (contraction) Jarris Step Method
- 2022-07-04 05:21:25下载
- 积分:1
-
c++经典代码大全
资源描述c++经典代码大全 例子 案例 classic C++ code example
- 2022-04-27 18:55:28下载
- 积分:1