-
这是一个基于遗传算法的人工生命模拟 AL_GA.C
这是一个基于遗传算法的人工生命模拟 AL_GA.C -This is a genetic algorithm based on the simulation of artificial life AL_GA.C
- 2022-02-01 16:35:00下载
- 积分:1
-
滚球游戏意智游戏
问题描述
有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的...
滚球游戏意智游戏
问题描述
有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。
现用8位二进制数依次从左到右表示八个小洞的状态。
例: 图中的初始状态为 00000101 时,最多滚入3个球时有
从C洞滚入一小球状态为 ――――> 00101111
从B洞滚入一小球状态为 ――――> 01111011
从A洞滚入一小球状态为 ――――> -bowls game Italy-game description eight holes and serial number and distribution figure. Small ball from the A, B, C (hole No. 0,1,2), one of the fallen three locations. If the state of the hole 0:00 a.m., the ball rolling left; If the state of the hole 1:00, the ball rolling right. Whatever strain at the hole, from the anti-state (both from a variable 0, 0 Variable 1). Now with eight followed by the binary number eight hole, said whatever the state. Cases : Figure the initial states of 00000101, three roll-up ball from C hole rolled over a small ball of----> 00101111 B hole rolled over from one state to the small ball----> 01111011 from A hole rolled over a small ball of---->
- 2023-04-01 05:00:04下载
- 积分:1
-
IIS5.0 to install the required system files appconf.d
IIS5.0安装所需的系统文件 appconf.d-IIS5.0 to install the required system files appconf.d
- 2022-09-01 18:25:03下载
- 积分:1
-
C++实现查看电脑CPU型号信息的源码
// Test_cpu.cpp : 定义控制台应用程序的入口点。
//
//=====================================================================================
/* CPUID指令是intel IA32架构下获得CPU信息的汇编指令,
可以得到CPU类型,型号,制造商信息,商标信息,序列号,
缓存等一系列CPU相关的东西。
*/
//#include "stdafx.h"
#include
- 2023-03-08 22:35:03下载
- 积分:1
-
tabu search code you can see it freely
tabu search code you can see it freely -tabu search code you can see it freely
- 2023-07-23 03:30:02下载
- 积分:1
-
锁相环的 systemview 实现,主要是还有FM的应用哦
锁相环的 systemview 实现,主要是还有FM的应用哦-PLL is implemented by system view, FM is an example.
- 2022-09-03 13:15:02下载
- 积分:1
-
100M
100M-MAC-IPcore(从OPENCORE下载);-100M of the MAC
- 2023-02-17 12:05:04下载
- 积分:1
-
yyy wap版的论坛,让您在手机上也会拥有自己的论坛
yyy wap版的论坛,让您在手机上也会拥有自己的论坛-yyy yyy wap edition of the Forum, on the phone you will have their own forum
- 2022-09-22 07:20:03下载
- 积分:1
-
JAVA小服务器.,可以你方便你建立服务器,更能方便你在IE中运行...
JAVA小服务器.,可以你方便你建立服务器,更能方便你在IE中运行-JAVA small server., Can be convenient for you to establish your server, and more convenience to your IE running
- 2022-07-10 21:10:14下载
- 积分:1
-
一个小的工资管理程序
有几类员工:临时员工、后勤人员、讲师、博导、硕导等,本代码意在管理他们的工资。实现了增删查改存储读取的功能。其中运用到了包括指针,模板,函数重载等内容,当然也有一些诸如清屏等的小技巧。
- 2023-06-28 07:45:02下载
- 积分:1