-
《游戏编程中的人工智能技术》书中源代码和可执行文件
《游戏编程中的人工智能技术》书中源代码和可执行文件- Game programming in artificial intelligence technology, the book source code and executable files
- 2022-08-13 15:36:34下载
- 积分:1
-
BellManford
Bellman Ford algorithm for finding the shortest path between nodes is an algorithm used.
primarily in the gray box identifies nodes are between our EDGE. Then we set the starting node (for one example)
resulting path will be drawn on lef
- 2022-08-14 08:44:59下载
- 积分:1
-
Mathematical Modeling of experiences, the preparation team and have team members...
数学建模的经验之谈,对准备参赛及已经参赛的队员有一定的指导意义。对参加工作的科研人员也有一定借鉴作用。-Mathematical Modeling of experiences, the preparation team and have team members have a certain significance. For participating in the work of researchers also have some reference.
- 2022-12-17 13:20:03下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
eight Queen's achievement
八皇后c++实现-eight Queen"s achievement
- 2022-04-16 20:57:15下载
- 积分:1
-
J48实现数据挖掘c4.5
代码是数据挖掘技术中使用的,用Java编写。实际上就是数据挖掘技术中决策树的C45算法。
- 2022-03-25 10:01:43下载
- 积分:1
-
易语言利用JS做RSA验证
QQ注册RSA算法易语言源码例程程序,创建ScriptControl对象实现QQ注册中的RSA算法。
易语言例程源码属于易语言进阶教程。
- 2022-02-20 01:12:27下载
- 积分:1
-
recorrer una 玛特
数组也可以是不同的数据类型如 char,浮法、 双等......数组在 C + + 中存储为载体在连续的内存位置。
通常一个想法是矩阵是作为板,但内部处理是其定义意味着,向量的向量,ie 向量是一个后面其他在一起。
访问矩阵的元素的方法使用你的名字,指示两个下标在括号中。
- 2022-03-12 11:47:56下载
- 积分:1
-
通过此程序可以把输入的年份判别是平年,还是闰年.
通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
- 2022-10-19 14:30:03下载
- 积分:1
-
SPWM STM32
应用背景
PWM控制的思想源于通信技术,全控型器件的发展使得实现PWM控制变得十分容易。
PWM技术的应用十分广泛,它使电力电子装置的性能大大提高,因此它在电力电子技术的发展史上占有十分重要的地位。
关键技术STM32单片机作为主控,BLDC电机是比较的成熟的电机控制模式。y用电源逆变原理完成的项目,生活中的电机很多是利用逆变电源原理。PWM控制技术正是有赖于在逆变电路中的成功应用,才确定了它在电力电子技术中的重要地位。现在使用的各种逆变电路都采用了PWM技术。
- 2022-03-23 17:22:32下载
- 积分:1