登录
首页 » Python » Python

Python

于 2013-12-25 发布 文件大小:1535KB
0 110
下载积分: 1 下载次数: 4

代码说明:

  本书是由知名安全机构ImmunityInc的资深黑帽JustinSeitz先生主笔撰写的一本关于编程语言Python如何被广泛应用于黑客与逆向工程领域的书籍.(This book is a well-known security agencies ImmunityInc black hat Mr. JustinSeitz senior writer wrote a book about how the Python programming language is widely used by hackers and reverse engineering.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • image_example
    image decomposition example for python
    2020-06-16 12:40:02下载
    积分:1
  • 亚马逊 Web 服务 API 代码在 ESP8266 上的实现
    此代码表示要与亚马逊网络服务集成 ESP8266 的 AWS API 的实现。纯 c 编写代码
    2022-04-17 07:13:19下载
    积分:1
  • pyhone 图像识别 行人图像分类
    说明:  对行人图像进行二分类,行人 或者 非行人 ,分类效果好(The classification of pedestrian images, pedestrian or non-pedestrian, has a good effect)
    2020-06-19 07:00:01下载
    积分:1
  • mfrl-master
    说明:  平均场的python代码,大家有需要可以看看(Python code about mean field. You can download if you need.)
    2020-06-18 17:00:02下载
    积分:1
  • python机器学习
    说明:  python机器学习经典实例,python自然语言处理,中文版,含代码(Classical examples of Python machine learning)
    2019-03-17 09:55:35下载
    积分:1
  • chengdu_map_new
    说明:  成都市shp格式地图,带地理坐标系,内容详细。包含大量的地理信息。(Chengdu city shp format map with geographic coordinate system, detailed content. Contains a lot of geographic information.)
    2020-07-01 15:40:01下载
    积分:1
  • textCNN文本分类
    textCNN文本分类
    2021-05-06下载
    积分:1
  • game
    一个普通的小游戏,没有什么功能,就一个垃圾小游戏(An ordinary little game, no function, just a junk game)
    2020-06-19 17:00:01下载
    积分:1
  • 机器学习实战-Kaggle犯罪预测-数据集+代码
    kaggle上对旧金山城市的犯罪案件进行分类,属于多分类问题,提供的数据特征包含时间、地点、描述等。本实例包含数据集和代码,机器学习方法是朴素贝叶斯和逻辑回归
    2020-11-09下载
    积分:1
  • 森林结构参数提取
    提取森林结构参数 #读取冠层高度模型CHM raster = gdal.Open("./chm.tif") banddataraster = raster.GetRasterBand(1) dataraster = banddataraster.ReadAsArray() #对CHM进行高斯滤波,平滑数据 dataraster_gau = gaussian_filter(dataraster,sigma=1) #寻找CHM中的局部最大值作为分水岭的标记点 local_maxi = peak_local_max(dataraster_gau, indices=False) markers = ndi.label(local_maxi)[0] #利用分水岭算法进行分割,labels变量中存储了每个分割结果 labels = watershed(-dataraster_gau, markers, mask= dataraster_gau[:]>5) #利用matplotlib出图查看初步结果
    2022-02-13 18:03:00下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载