From 4593793b15b1582b51e0c90b57a64b9f72ee2c01 Mon Sep 17 00:00:00 2001 From: 13766800364 <13766800364@qq.com> Date: Thu, 9 Oct 2025 16:08:27 +0800 Subject: [PATCH] Add File --- history/008_frog3d_shape/pom.xml | 102 +++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 history/008_frog3d_shape/pom.xml diff --git a/history/008_frog3d_shape/pom.xml b/history/008_frog3d_shape/pom.xml new file mode 100644 index 0000000..46f10d3 --- /dev/null +++ b/history/008_frog3d_shape/pom.xml @@ -0,0 +1,102 @@ + + 4.0.0 + com.gitee.drinkjava2 + frog008 + jar + 1.0 + + frog + 这个分支基于细胞分裂思路,由遗传算法来自动排列脑细胞,并引导脑细胞分裂向体全息存贮方案进化,以实现模式识别功能,并与上下左右运动细胞结合起来,实现吃掉无毒蘑菇,避开有毒蘑菇这个任务 + https://gitee.com/drinkjava2/jsqlbox/frog + + + gitee Issue + https://gitee.com/drinkjava2/jsqlbox/frog/issues + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Yong Zhu + yong9981@gmail.com + https://gitee.com/drinkjava2/ + + + + + scm:git@gitee.com:drinkjava2/frog.git + scm:git@gitee.com:drinkjava2/frog.git + git@gitee.com:drinkjava2/frog.git + + + + UTF-8 + UTF-8 + UTF-8 + + 1.8 + 6 + 3.3 + 2.6 + 3.0.0 + 2.7 + 2.19 + 2.6 + 2.4 + 2.10.3 + 1.6 + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.compiler-plugin} + + ${version.java} + ${version.java} + UTF-8 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.2 + + + + true + false + lib/ + com.gitee.drinkjava2.frog.Application + + + + + + + + + + + \ No newline at end of file