文件名称:TngSourceWithGAL
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
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.
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.