1 Star 0 Fork 0

zhongyunsong/SeriesTopic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bashscr.sh 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yunsong Zhong 提交于 2017-04-18 12:22 . add comparison experiment
#!/bin/bash
echo "Start"
python dtrp.py 200 20 0 20
for ((i=2;i<=400;i+=20))
do
python dtrp.py $i 20 0 20
done
for ((i=2;i<=20;i+=2))
do
python dtrp.py 200 $i 0 20
done
for ((i=0;i<=200;i+=20))
do
python dtrp.py 200 20 $i 20
done
for ((i=0;i<=80;i+=5))
do
python dtrp.py 200 20 0 $i
done
echo "End"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yunsongzhong/SeriesTopic.git
git@gitee.com:yunsongzhong/SeriesTopic.git
yunsongzhong
SeriesTopic
SeriesTopic
master

搜索帮助