登录

最新会员 最新下载

成为了本站VIP会员

11月02日 20:53

成为了本站VIP会员

10月30日 10:36

成为了本站VIP会员

10月27日 09:50

成为了本站VIP会员

10月20日 00:18

成为了本站VIP会员

10月18日 11:26

成为了本站VIP会员

10月18日 09:56
已选条件
  1. 编程语言:Python
  2. 代码类别:其他
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 猜拳游戏

说明:  猜拳游戏Python实现。 猜拳游戏规则: 石头:握紧的拳头。 剪子:或称“剪刀”,中指和食指伸直,其余手指握紧。 布:五指伸直,张开手掌。手心向下,或向上,或竖直(拇指向上)。 每一个手势代表一个“武器”,互相克制的原则是:剪子剪不动石头(石头胜利);布被剪子剪开(剪子胜利);石头被布包裹(布胜利)。如果双方出示了一样的手势,就是平局。(Application of Guess boxing game with Python)

1
下载
164
浏览
2020-06-21发布

2. 4、学员管理系统_面向对象

  利用Python和面向对象知识实现学员管理系统(Application of Student Management System with Python)

1
下载
134
浏览
2020-06-21发布

3. 4、学员管理系统_面向对象

说明:  利用Python和面向对象知识实现学员管理系统(Application of Student Management System with Python)

2
下载
147
浏览
2020-06-21发布

4. 飞机大战面向对象

  利用Python面向对象知识实现飞机大战游戏(Application of Aircraft Battle Game with Python)

2
下载
147
浏览
2020-06-21发布

5. 飞机大战面向对象

说明:  利用Python面向对象知识实现飞机大战游戏(Application of Aircraft Battle Game with Python)

2
下载
122
浏览
2020-06-21发布

6. 倒排表

  这是一个基于gensim的倒排表,同时也含有手动实现的部分(This is an inverted table based on gensim, and also contains manual implementation.)

1
下载
219
浏览
2020-06-21发布

7. 倒排表

说明:  这是一个基于gensim的倒排表,同时也含有手动实现的部分(This is an inverted table based on gensim, and also contains manual implementation.)

2
下载
162
浏览
2020-06-21发布

8. 机器学习之文本分类

  机器学习之文本分类,有代码,语料库,分词 python语言(Machine Learning Text Categorization, Code, Corpus, Word Segmentation Python language)

0
下载
163
浏览
2020-06-20发布

9. 机器学习之文本分类

说明:  机器学习之文本分类,有代码,语料库,分词 python语言(Machine Learning Text Categorization, Code, Corpus, Word Segmentation Python language)

2
下载
194
浏览
2020-06-20发布

10. lpa(1)

  本次代码程序采用python语言实现lpa算法,具有良好的模块度结果(This code program uses Python language to implement LPA algorithm, and has good modularity results.)

1
下载
150
浏览
2020-06-20发布

11. lpa(1)

说明:  本次代码程序采用python语言实现lpa算法,具有良好的模块度结果(This code program uses Python language to implement LPA algorithm, and has good modularity results.)

5
下载
134
浏览
2020-06-20发布

12. ATR价格突破策略

  ATR价格突破策略,非常好用,免费提供给大家(ATR price breakthrough strategy, very useful, free to everyone)

0
下载
150
浏览
2020-06-20发布

13. ATR价格突破策略

说明:  ATR价格突破策略,非常好用,免费提供给大家(ATR price breakthrough strategy, very useful, free to everyone)

4
下载
157
浏览
2020-06-20发布

14. 商品信息爬取

  简单的爬虫实例,通过各种方式从商品网站上爬取各种不同的信息,主要用于练习爬虫的应用,更加熟悉爬虫的应用(A simple crawler instance that crawls a variety of different information from a product website in a variety of ways, mainly for practicing reptile applications and more familiar with reptile applications.)

7
下载
167
浏览
2020-06-20发布

15. 商品信息爬取

说明:  简单的爬虫实例,通过各种方式从商品网站上爬取各种不同的信息,主要用于练习爬虫的应用,更加熟悉爬虫的应用(A simple crawler instance that crawls a variety of different information from a product website in a variety of ways, mainly for practicing reptile applications and more familiar with reptile applications.)

9
下载
167
浏览
2020-06-20发布

16. ORC_Python27

  加上Coolprop库后,可以在Python软件中进行ORC的计算(With the addition of the Coolprop library, the ORC calculation can be done in Python software)

2
下载
160
浏览
2020-06-20发布

17. ORC_Python27

说明:  加上Coolprop库后,可以在Python软件中进行ORC的计算(With the addition of the Coolprop library, the ORC calculation can be done in Python software)

4
下载
133
浏览
2020-06-20发布

18. 统计学习方法(李航)

  统计学习是计算机及其应用领域的一门重要的学科本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、K近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归、与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。(Statistical learning is an important subject in the field of computer and application of this book comprehensively systematically introduces the main methods of statistical learning, especially the supervision method of study, including the perception, K neighbor method, naive bayesian method, decision tree, logistic regression, and the maximum entropy model, support vector machine (SVM), promotion methods, the EM algorithm, the hidden markov model and conditional random field, etc.)

1
下载
296
浏览
2020-06-20发布

19. 统计学习方法(李航)

说明:  统计学习是计算机及其应用领域的一门重要的学科本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、K近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归、与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。(Statistical learning is an important subject in the field of computer and application of this book comprehensively systematically introduces the main methods of statistical learning, especially the supervision method of study, including the perception, K neighbor method, naive bayesian method, decision tree, logistic regression, and the maximum entropy model, support vector machine (SVM), promotion methods, the EM algorithm, the hidden markov model and conditional random field, etc.)

8
下载
231
浏览
2020-06-20发布

20. arm

  实现了对具有明显颜色特征物体的跟踪和抓取功能,(It realizes the function of tracking and grabbing objects with obvious color features.)

0
下载
154
浏览
2020-06-20发布