自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

kunshanyuZ的博客

做自己的主人,勤奋学习,注意细节

  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

原创 Spyder Internal Error 解决方法

今天跑程序时一直出现 Internal Error 问题,本来以为是程序的问题,随便输入一个数也会跳同样的问题,而且还是内部问题,有点慌,用小度搜了一下,后来问题得到解决,记录如下。IDE 为 Spyder.>> Spyder document 解释如下:Internal ConsoleThe Internal Console is dedicated to S

2016-12-29 10:57:28 8846 1

原创 wordnet 词汇层次结构及词汇关系总结

#synset同义词集合from nltk.corpus import wordnet as wnwn.synsets('motorcar')wn.synset('car.n.01').lemma_names()wn.synset('car.n.01').definition() #定义wn.synset('car.n.01').examples() wn.synset('car.n

2016-12-28 11:46:24 3087

原创 python 爬虫数据清洗

最近学习python网络数据获取,看到了关于数据的清洗,觉得很好用,现贴出代码,权当记录。# Python 数据清洗#cleanInput() 功能:#输入input,#清除input中的'\n', 多余空格,文献标记[ ], 删除单个字符(除i/a 外),转化为utf-8编码格式以消除转义字符,#输出2-grams列表 ngramsfrom urllib.request

2016-12-13 19:22:52 11576

佳能mg2580s打印机驱动-for mac os

驱动版本:mcpd-mac-mg2500-16_80_0_0-ea21_3.dmg 来源:佳能官网

2024-03-20

CEC2008 LSGO 测试函数

CEC2008 大规模优化问题,7个测试函数,包括MATLAB 和C语言版本,另外含有论文说明

2018-01-05

GAMS Python API documentation 24.0

The gams namespace provides objects to interact with the General Algebraic Modeling System (GAMS). Objects in this namespace allow convenient exchange of input data and model results (GamsDatabase), help to create and run GAMS models (GamsJob), that can be customized by GAMS options (GamsOptions). Furthermore, it introduces a way to solve a sequence of closely related model instances in the most efficient way (GamsModelInstance). A GAMS program can include other source files (e.g. $include), load data from GDX files (e.g. $GDXIN or execute_load), and create PUT files. All these files can be specified with a (relative) path and therefore an anchor into the file system is required. The base class GamsWorkspace manages the anchor to the file system. If external file communication is not an issue in a particular Python application, temporary directories and files will be managed by objects in the namespace. With the exception of GamsWorkspace the objects in the gams namespace cannot be accessed across different threads unless the instance is locked. The classes themself are thread safe and multiple objects of the class can be used from different threads (see below for restrictions on solvers that are not thread safe within the GamsModelInstance class).

2017-12-05

eclipse编辑环境_豆沙绿配置

eclipse配置,护眼配置,喜欢的拿走,不要分,简单的东西要授人以鱼,不是每个人都必须学一遍如何配置的,浪费大家的时间。

2017-03-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除