-
vc wrote of the source is the type of game procedures. Calling many of the syste...
vc写的源程序,是关于游戏类的程序。调用了系统的很多API-vc wrote of the source is the type of game procedures. Calling many of the system API
- 2022-07-17 18:20:39下载
- 积分:1
-
最小二乘法计算程序
最小二乘法计算程序-least squares method procedures
- 2022-01-26 01:31:06下载
- 积分:1
-
traveling salesman problem source code traveling salesman problem
货郎担问题源代码 货郎担问题源代码-traveling salesman problem source code traveling salesman problem
- 2023-01-27 20:10:03下载
- 积分:1
-
用C语言实现大整数相乘问题
用C语言实现大整数相乘问题-C Language large integer multiplication problems
- 2022-05-26 22:27:39下载
- 积分:1
-
构造说明语句的语法分析程序
1.根据PASCAL语言的说明语句形式,用手工及自动方法构造一个对说明语句进行词法分析的程序。该程序能对从键盘输入或从文件读入的形如:
“const count=10,sum=81.5,char1=’f’,string1=”hj”, max=169;”
的常量说明串进行处理,分析常量说明串中各常量名、常量类型及常量值,并统计各种类型常量个数。
2.对说明语句经词法分析器分析得到的
- 2022-01-26 02:36:15下载
- 积分:1
-
用c++编写的三维FDTD源程序求解单站雷达散射截面RCS
用c++编写的三维FDTD源程序,本程序适用于时谐波任意角度入射 求解单站雷达散射截面RCS。分享出来,供大家参考研究,
适合刚刚接触fdtdD的人员学习,值得一读。
- 2022-03-11 11:54:05下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
看论坛上有个要钱的关于数学运算表达式的东西,之前写过一个关于数学表达式的单元,现免费发给大家了,当然因为只是临时用才写的,有些粗糙,请原谅。...
看论坛上有个要钱的关于数学运算表达式的东西,之前写过一个关于数学表达式的单元,现免费发给大家了,当然因为只是临时用才写的,有些粗糙,请原谅。-Have a look forum money on things mathematical expressions, written before the mathematical expression on the cell, is distributed free to the U.S., of course, because it is only a temporary use only written, some rough, please forgive me.
- 2022-01-30 19:04:27下载
- 积分:1
-
理查德外推加速算法
理查德外推加速算法-Richard extrapolation algorithm acceleration
- 2022-04-25 17:02:57下载
- 积分:1
-
用PHP实现BFS
在该算法中,我们使用语言 php 翻译难题 8,8 的谜题是用来考验智力的经典问题之一.在这里是多么经典 8 的难题,看起来像在一个 3 X 3 盒子里所有的盒子都充满了号码从 1 到 8,除了一个盒子可以移动的空白,以左、 右、 上和下。
在初始状态数是不可排序、 处于最终状态的数字进行排序。我们的目标是找出移动这种空白状态的序列达到了这一最终目标。在这个问题中我们尝试用广度优先搜索来解决它。我们用特别 Que 在 PHP 中可用来存储难题的国家。作为初始状态变得无序,如果它需要若干步骤来达到目标状态,它会采取大量内存和可能超出您的 PHP 限制。试着保持像记忆一样可能在 PHP 中这里是在 8 的难题实现广度优先搜索的 PHP 代码。
- 2022-08-24 17:44:46下载
- 积分:1