-
c源码,数学函数库,包含了大部分数学公式,矩阵运算等
c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has
contained the majority of mathematical formula, the matrix operation
and so on
- 2023-05-11 17:50:03下载
- 积分:1
-
BP神经网络java
资源描述包含源代码及说明文档,使用java语言,代码清晰,使用时先用StartLearning类训练,后使用TestMain类测试,说明文档简单讲解了算法流程及注意事项,附带3000个训练测试数据。仅供学习参考,欢迎提问。
- 2023-08-30 04:40:03下载
- 积分:1
-
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算...
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算-Fast Fourier Transform of C realized, the introduction of a new reverse algorithm, program code, only more than 100 lines, it is necessary to achieve the 1000 sampling points calculation
- 2022-03-23 21:12:52下载
- 积分:1
-
哈夫曼编码
资源描述
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
- 2022-02-04 15:40:09下载
- 积分:1
-
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!...
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!-JPEG introduced the theory and implementation can be used as the basis for teaching novice to use, there will be a great inspiration!
- 2022-02-16 06:24:44下载
- 积分:1
-
直流电机的速度和位置控制
控制系统的许多概念是抽象,难以被大部分学习工程的研究充分理解由。实际实验室过程的研究与设计控制器是一个宝贵的经验
这能加强重要的概念,使学习过程更加有效和很有趣。该项目涉及实时直流电机速度和位置控制学习目的使用运算放大器作为模拟 PID 控制器。一种 PID利用 MATLAB 作为仿真工具,以确定一套设计了控制器直流电机的性能要求的系数。该控制器
系数是然后转账到实现 PID 的硬件配置控制器。采用 Microsoft Visual 开发图形用户界面 (GUI)基本 6.0 情节和监测系统在实时的反应。它将极大地帮助学生可视化控制系统的性能。
- 2022-06-02 00:18:02下载
- 积分:1
-
概率论与数理统计中的F分布函数,有了它,可以免去查教科书附表的繁琐...
概率论与数理统计中的F分布函数,有了它,可以免去查教科书附表的繁琐-probability theory and mathematical statistics of the distribution function F, With it, check the textbook can avoid the cumbersome Schedule
- 2022-02-28 17:54:51下载
- 积分:1
-
Schrodinger Equation numerical calculation equation
Schrodinger Equation
数值计算中的方程-Schrodinger Equation numerical calculation equation
- 2022-04-17 00:16:20下载
- 积分:1
-
设计集锦设计集锦.rar
设计集锦设计集锦.rar-Design Collection Design Collection. Rar
- 2022-01-23 10:41:17下载
- 积分:1
-
0 / 1背包问题是一个N P
0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-complex issues, in order to solve the problem, and will be used backtracking algorithm to solve the problem. As to the choice of a subset of object, they will load a backpack, in order to obtain the greatest profits, the solution should be organized into space subset of the shape of the tree (Figure 1 6-2 below). The backtracking algorithms and 4. Two loading problem is very similar. Forming a recursive algorithm to get the maximum benefit available. Then, this algorithm is modified to form code. Improved code can be found at the maximum benefits included in the backpack of a collection of objects.
- 2022-02-26 09:06:08下载
- 积分:1