-
UDP
说明: 基于UDP协议的文件传输系统,采用python语言编程实现。(File transfer system based on UDP protocol.)
- 2020-06-17 06:20:02下载
- 积分:1
-
MS06_036_DHCP_Client[1].tar
Python DHCP client source code
- 2008-07-12 11:03:21下载
- 积分:1
-
EasyPBC V.1.3
说明: 一款简单的ABAQUS施加周期性边界条件的插件(A Simple ABAQUS Plug-in with Periodic Boundary Conditions)
- 2020-11-10 17:19:45下载
- 积分:1
-
Black Hat Python
本书由 Immunity 公司的高级安全研究员 Justin Seitz 精心撰写。作者根据自己在安全界,特别是渗透测试领域的几十年经验,向读者介绍了 Python 如何被用在黑客和渗透测试的各个领域,从基本的网络扫描到数据包捕获,从 Web 爬虫到编写 Burp 扩展工具,从编写木马到权限提升等。(The book is written by Justin Seitz, a senior security researcher at Immunity company. Based on his decades of experience in the security community, especially in the field of penetration testing, the author introduces how Python is used in various fields of hacker and penetration testing, from basic network scanning to packet capture, from Web crawler to Burp extension tool, from writing Trojan to privilege escalation, and so on.)
- 2018-04-06 22:46:18下载
- 积分:1
-
socialnetwork
使用cookie的方法进行微博登陆爬虫,免除一定复杂步骤(lauch weibo with cookie)
- 2013-10-03 13:05:22下载
- 积分:1
-
openlayer_v5.3.0-dist
openlayers必须的openlayer文件(Gis have to get a ol.js)
- 2020-06-16 21:20:02下载
- 积分:1
-
udp聊天室16031125
说明: 基于udp的网络聊天室,使用python语言,具有注册登录公频聊天和私聊等功能。(The Internet chat room based on UDP, using Python language, has the functions of registering and logging in public frequency chat and private chat.)
- 2020-05-23 14:09:09下载
- 积分:1
-
GitOauth
说明: 用Python完成了github的oauth2功能(The OAuth 2 function of GitHub is completed with Python)
- 2020-06-18 17:40:02下载
- 积分:1
-
Python核心编程 第3版 中文版
说明: Python的入门书籍,很适合新手进行阅读(Python's introductory books)
- 2017-12-29 16:50:29下载
- 积分:1
-
梯度提升树算法实现
提升方法是将弱学习算法提升为强学习算法的统计学习方法。在分类学习中,提升方法通过反复修改训练数据的权值分布,构建一系列的基本分类器(弱分类器),并将这些基本分类器线性组合,构成强分类器。提升树是建立在决策树上的一种提升方法。针对回归、分类问题,它采用的损失函数不同。对于回归问题,通常使用平方误差损失函数;而对于分类问题,通常使用指数损失函数。代表性的方法主要有AdaBoost算法以及梯度提升树算法(GBDT)。
- 2020-12-11下载
- 积分:1