bingmous

欢迎交流,不吝赐教~

导航

上一页 1 ··· 12 13 14 15 16

2019年8月30日 #

gurbi安装

摘要: 1,下载相应版本gurobi,msi文件,双击安装。注意安装路径,一般默认,否则容易出错。 2,注册gurobi账号,在校园网下电脑终端运行许可grbgetkey 3,添加许可路径到系统path 4,yalmiptest 测试 ... 阅读全文

posted @ 2019-08-30 14:37 Bingmous 阅读(75) 评论(0) 推荐(0)

2019年8月29日 #

Pycharm

摘要: 目录 修改快捷键:设置->快捷键 运行当前文件:Ctrl + Shift +F10 运行:F10 行注释:Ctrl + R 阅读全文

posted @ 2019-08-29 21:17 Bingmous 阅读(13) 评论(0) 推荐(0)

2019年8月19日 #

Git安装和使用

摘要: 安装: 下载:https://git-scm.com/,https://gitforwindows.org/直接默认安装就行安装完成后设置用户名和邮箱 $ git config --global user.name "Your Name" $ git config --global user.ema 阅读全文

posted @ 2019-08-19 15:23 Bingmous 阅读(24) 评论(0) 推荐(0)

2019年8月15日 #

简明Python教程 - 学习笔记

摘要: 1,第一步 cmd下运行python文件 :python 文件名。(在文件目录下) 退出python解释器:ctrl + z 或 exit() 回车 进入帮助模式:help(),退出:q 或 回车 2,基础 注释:是任何存在于#号右侧的文字 字面常量 数字:整数(int)与浮点数(float) 字符 阅读全文

posted @ 2019-08-15 15:52 Bingmous 阅读(95) 评论(0) 推荐(0)

2018年11月14日 #

谷歌集群数据 clusterdata-2011-2 Cluster workload traces

摘要: 谷歌集群数据 clusterdata-2011-2 https://github.com/google/cluster-data/blob/master/ClusterData2011_2.md 链接:https://pan.baidu.com/s/1GziK... 阅读全文

posted @ 2018-11-14 10:21 Bingmous 阅读(242) 评论(0) 推荐(0)

上一页 1 ··· 12 13 14 15 16