-
遗传优化算法
此算法是 遗传优化算法 对于学习智能优化算法很有帮助,同时对于基本的遗传算法的使用有一定的指导作用,希望对大家有用,
- 2022-05-30 18:10:24下载
- 积分:1
-
逆波兰表达式求值
是自己写的逆波兰表达式求值问题 通过栈和数组来存储数据完美实现了计算过程..
- 2023-07-09 11:00:03下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
利用matlab编写的神经网络程序
这是本人多年来学习神经网络的代码的一个总结,里面包括了具体的算例,以及对训练过程的详细解说,希望对别人有一定的帮助。
- 2022-03-21 23:11:05下载
- 积分:1
-
一个简单的算法加法器
一个简单的算法加法器-a simple algorithm Adder
- 2022-01-25 18:19:16下载
- 积分:1
-
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件...
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, organization, and the importation of 229 for a group, they will automatically calculate data, displayed on the screen, while the output to a file, is a very good procedure, I spent several days prepared and very lean!
- 2022-09-10 07:35:02下载
- 积分:1
-
这是掌握计算机软件专业组合的一种数学…
这是硕士生计算机软件专业组合数学的一个字典算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm dictionary demonstration purposes only.
- 2023-07-29 18:05:04下载
- 积分:1
-
打开携带的数学库的源代码
Open Watcom Math Library Source Code
- 2022-02-05 08:35:36下载
- 积分:1
-
A星算法实现
应用背景本程序对Astar算法进行了实现。是A星算法的一个例子,A星算法可以应用在机器人自定位导航的学习中,适合于刚开始接触这一块的同学们关键技术A*搜寻算法俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。在游戏中,路径潜在地花费了许多存储空间,
特别是当路径很长并且有很多物体需要寻路时。路径压缩,导航点和beacons通过把多个步骤保存为一个较小数据从而减少了空间需求。Waypoints
rely on straight-line segments being common so that we have to store
only the endpoints, while beacons rely on there being well-known paths
calculated beforehand between specially marked places on the
map.如果路径仍然用了许多存储空间,可以限制路径长度,这就回到了经典的时间-空间折衷法:为了节省空间,信息可以被丢弃,稍后才重新计算它。
- 2023-05-30 19:40:03下载
- 积分:1
-
Csdfdssd23
asdf
矩阵LU分解求逆详细分析与C语言实现
- 2022-08-20 05:56:42下载
- 积分:1