-
神经网络
本代码实现如何反向传播算法 works.it 将生成关系图,它会告诉准确的预测和实际的输出结果。
- 2022-08-10 12:08:51下载
- 积分:1
-
贝塞尔曲线算法
构建三次贝塞尔曲线 C0,......,Cn-1 中
参数形式,Ci 由
(xi(t),yi(t)) = (a0(i) + a1 (i) * t + a2 (i) * t ^2 + a3 (i) * t ^3,
b0(i) + b1 (i) * t + b2 (i) * t ^2 + b3(i)*t^3)
0 为 < = t < = 1 由左终结点 (x(i),y(i)),
离开了 guidepoint (x+(i),y+(i))、 右端点 (x(i+1),y(i+1)) 和
右 guidepoint (为每个 i x-(i+1),y-(i+1)) = 0,1,......,n-1 ;
输入的 n,((x(i),y(i)),我 = 0,...,n),
((x+(i),y+(i)),我 = 0,...,n-1),
((x-(i),y-(i)),我 = 1,...,n)。
输出系数 (a0(i)、 a1(i)、 a2(i)、 a3(i)、
b0(i)、 b1(i)、 b2(i)、 b3(i)、 我 = 0,...,n-1)。
- 2022-02-16 09:27:40下载
- 积分:1
-
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等...
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等-In finite element analysis to calculate the structure of the overall stiffness matrix, element stiffness matrix, element node displacement, stress and strain, etc.
- 2022-03-14 12:45:45下载
- 积分:1
-
bp算法及改进bp算法,已测试,附带说明文档
bp算法及改进bp算法,已测试,附带说明文档-bp bp algorithm and improved algorithm, testing, documentation, collateral
- 2023-02-05 16:30:03下载
- 积分:1
-
此程序为线性代数方程组的求解源程序,里面包含多个有用的小程序,供大家参考!...
此程序为线性代数方程组的求解源程序,里面包含多个有用的小程序,供大家参考!-This process of linear algebraic equations for solving the source, which contains a small number of useful procedures for your reference!
- 2022-01-26 06:19:56下载
- 积分:1
-
完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能...
完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix multiplication between matrix multiplication. Between square division, the inverse square. Matrix transpose matrix functions
- 2023-01-27 15:40:04下载
- 积分:1
-
一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码...
一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
- 2023-08-08 07:40:03下载
- 积分:1
-
c语言常用算法源代码
c语言常用算法源代码 -c language commonly used algorithm source code
- 2022-03-03 01:11:55下载
- 积分:1
-
c/c++ enthusiasts to learn a good example. For beginners improve the level of de...
c/c++爱好者学习的一个很好的例子。对于提高初学者的水平,开拓思维有很大的帮助-c/c++ enthusiasts to learn a good example. For beginners improve the level of development thinking has a great help
- 2022-03-22 18:06:10下载
- 积分:1
-
井字游戏
打井是在 c + + 语言中创建一个游戏。
井字游戏(或零和十字, Xs 和 Os) 是一种纸和铅笔游戏两名选手, X和O,轮流标记在一个 3 × 3 网格的空间。这位成功地将三个各自标志放置在水平、 垂直或对角线的行中的球员赢得比赛。
井字游戏的简单性使得它非常适合作为教育学的教学很好的体育精神和处理的博弈树搜索的人工智能的一个分支的概念工具。它是直接写一个计算机程序来玩井字游戏完美,以枚举 765 本质上不同的位置 (状态空间复杂度),或的 26,830 可能游戏 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 09:30:03下载
- 积分:1