CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算

文件名称:TngSourceWithGAL

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-12-09
  • 文件大小:
    259.26kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

In this game, the player has the task to find a mathematical expression whose value is closest to a randomly chosen value using only basic operations and a predefined set of numbers. The game has other restrictions: all intermediate results and the final result must be positive integer numbers. Additional restrictions are also placed on the selected and target numbers. The player gets four random numbers between 1 and 9, one number the { 10, 15, 20 } set and one the { 25, 50, 75, 100 } set. The target number is randomly chosen the interval [100,999]. The player can use the selected numbers only once. Whoever has the expression with the closest number to the target wins, and if there is a tie, the player who was choosing the numbers wins.-In this game, the player has the task to find a mathematical expression whose value is closest to a randomly chosen value using only basic operations and a predefined set of numbers. The game has other restrictions: all intermediate results and the final result must be positive integer numbers. Additional restrictions are also placed on the selected and target numbers. The player gets four random numbers between 1 and 9, one number the { 10, 15, 20 } set and one the { 25, 50, 75, 100 } set. The target number is randomly chosen the interval [100,999]. The player can use the selected numbers only once. Whoever has the expression with the closest number to the target wins, and if there is a tie, the player who was choosing the numbers wins.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

tng/
tng/GeneticLibrary/
tng/GeneticLibrary/build/
tng/GeneticLibrary/build/debug/
tng/GeneticLibrary/build/debug/gcc_bsd/
tng/GeneticLibrary/build/debug/gcc_linux/
tng/GeneticLibrary/build/debug/gcc_macos/
tng/GeneticLibrary/build/debug/gcc_solaris/
tng/GeneticLibrary/build/debug/icc_linux/
tng/GeneticLibrary/build/debug/icc_macos/
tng/GeneticLibrary/build/debug/icc_win/
tng/GeneticLibrary/build/debug/mingw/
tng/GeneticLibrary/build/debug/msvc/
tng/GeneticLibrary/build/debug/scc_solaris/
tng/GeneticLibrary/build/release/
tng/GeneticLibrary/build/release/gcc_bsd/
tng/GeneticLibrary/build/release/gcc_linux/
tng/GeneticLibrary/build/release/gcc_macos/
tng/GeneticLibrary/build/release/gcc_solaris/
tng/GeneticLibrary/build/release/icc_linux/
tng/GeneticLibrary/build/release/icc_macos/
tng/GeneticLibrary/build/release/icc_win/
tng/GeneticLibrary/build/release/mingw/
tng/GeneticLibrary/build/release/msvc/
tng/GeneticLibrary/build/release/scc_solaris/
tng/GeneticLibrary/gpl-2_0.txt
tng/GeneticLibrary/makefiles/
tng/GeneticLibrary/makefiles/gcc_bsd_debug
tng/GeneticLibrary/makefiles/gcc_bsd_release
tng/GeneticLibrary/makefiles/gcc_linux_debug
tng/GeneticLibrary/makefiles/gcc_linux_release
tng/GeneticLibrary/makefiles/gcc_macos_debug
tng/GeneticLibrary/makefiles/gcc_macos_release
tng/GeneticLibrary/makefiles/gcc_solaris_debug
tng/GeneticLibrary/makefiles/gcc_solaris_release
tng/GeneticLibrary/makefiles/icc_linux_debug
tng/GeneticLibrary/makefiles/icc_linux_release
tng/GeneticLibrary/makefiles/icc_macos_debug
tng/GeneticLibrary/makefiles/icc_macos_release
tng/GeneticLibrary/makefiles/objs/
tng/GeneticLibrary/makefiles/scc_solaris_debug
tng/GeneticLibrary/makefiles/scc_solaris_release
tng/GeneticLibrary/source/
tng/GeneticLibrary/source/Algorithm.cpp
tng/GeneticLibrary/source/Algorithm.h
tng/GeneticLibrary/source/AlgorithmOperations.h
tng/GeneticLibrary/source/AlgorithmState.h
tng/GeneticLibrary/source/BinaryChromosome.cpp
tng/GeneticLibrary/source/BinaryChromosome.h
tng/GeneticLibrary/source/Catalogue.h
tng/GeneticLibrary/source/Chromosome.cpp
tng/GeneticLibrary/source/Chromosome.h
tng/GeneticLibrary/source/ChromosomeOperations.h
tng/GeneticLibrary/source/CouplingOperations.cpp
tng/GeneticLibrary/source/CouplingOperations.h
tng/GeneticLibrary/source/CrossoverOperations.cpp
tng/GeneticLibrary/source/CrossoverOperations.h
tng/GeneticLibrary/source/DomainChromosome.h
tng/GeneticLibrary/source/FitnessComparators.h
tng/GeneticLibrary/source/FPEqual.h
tng/GeneticLibrary/source/GlobalRandomGenerator.h
tng/GeneticLibrary/source/IncrementalAlgorithm.cpp
tng/GeneticLibrary/source/IncrementalAlgorithm.h
tng/GeneticLibrary/source/Initialization.cpp
tng/GeneticLibrary/source/Initialization.h
tng/GeneticLibrary/source/MultithreadingAlgorithm.cpp
tng/GeneticLibrary/source/MultithreadingAlgorithm.h
tng/GeneticLibrary/source/MultiValueChromosome.h
tng/GeneticLibrary/source/MutationOperations.cpp
tng/GeneticLibrary/source/MutationOperations.h
tng/GeneticLibrary/source/Observing.cpp
tng/GeneticLibrary/source/Observing.h
tng/GeneticLibrary/source/Operation.h
tng/GeneticLibrary/source/Platform.h
tng/GeneticLibrary/source/Population.cpp
tng/GeneticLibrary/source/Population.h
tng/GeneticLibrary/source/PopulationOperations.cpp
tng/GeneticLibrary/source/PopulationOperations.h
tng/GeneticLibrary/source/Random.cpp
tng/GeneticLibrary/source/Random.h
tng/GeneticLibrary/source/ReplacementOperations.cpp
tng/GeneticLibrary/source/ReplacementOperations.h
tng/GeneticLibrary/source/RepresentationInterfaces.h
tng/GeneticLibrary/source/ScalingOperations.cpp
tng/GeneticLibrary/source/ScalingOperations.h
tng/GeneticLibrary/source/SelectionOperations.cpp
tng/GeneticLibrary/source/SelectionOperations.h
tng/GeneticLibrary/source/SimpleAlgorithm.cpp
tng/GeneticLibrary/source/SimpleAlgorithm.h
tng/GeneticLibrary/source/SingleValueChromosome.h
tng/GeneticLibrary/source/SmartPtr.h
tng/GeneticLibrary/source/SortedGroup.h
tng/GeneticLibrary/source/SortedGroupType.h
tng/GeneticLibrary/source/Statistics.cpp
tng/GeneticLibrary/source/Statistics.h
tng/GeneticLibrary/source/StopCriterias.cpp
tng/GeneticLibrary/source/StopCriterias.h
tng/GeneticLibrary/source/Threading.cpp
tng/GeneticLibrary/source/Threading.h
tng/GeneticLibrary/source/ValueSets.h
tng/GeneticLibrary/vs/
tng/GeneticLibrary/vs/GeneticLibrary.vcxproj
tng/GeneticLibrary/vs/GeneticLibrary.vcxproj.filters
tng/TargetNumberGame/
tng/TargetNumberGame/algorithm/
tng/TargetNumberGame/algorithm/TNG.cpp
tng/TargetNumberGame/algorithm/TNG.h
tng/TargetNumberGame/game/
tng/TargetNumberGame/game/Game.cpp
tng/TargetNumberGame/game/Game.h
tng/TargetNumberGame/GameResultsDialog.cpp
tng/TargetNumberGame/GameResultsDialog.h
tng/TargetNumberGame/MathEdit.cpp
tng/TargetNumberGame/MathEdit.h
tng/TargetNumberGame/parsing/
tng/TargetNumberGame/parsing/Parsing.cpp
tng/TargetNumberGame/parsing/Parsing.h
tng/TargetNumberGame/res/
tng/TargetNumberGame/res/TargetNumberGame.ico
tng/TargetNumberGame/res/TargetNumberGame.rc2
tng/TargetNumberGame/resource.h
tng/TargetNumberGame/stdafx.cpp
tng/TargetNumberGame/stdafx.h
tng/TargetNumberGame/TargetNumberGame.

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭