登录
首页 » Python » Python

Python

于 2013-12-25 发布 文件大小:1535KB
0 94
下载积分: 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 个回复

  • textCNN文本分类
    textCNN文本分类
    2021-05-06下载
    积分:1
  • mask
    说明:  没带口罩,可以识别,可以检测,非常有价值(No mask. I can identify it)
    2020-10-15 14:39:51下载
    积分:1
  • PSO-code-in-python
    this is a particle swarm optimization code for python users. this code demonstrate how python can be used in optimization process
    2014-11-06 18:03:56下载
    积分:1
  • Python面试大全(245道面试题)
    Python面试大全(245道面试题)
    2020-12-09下载
    积分:1
  • ADENET-master
    说明:  利用该编码对声源位置进行了“端到端的深度学习:从音频信号到声源位置坐标”的定位(By using this code, the "end-to-end deep learning: from audio signal to sound source location coordinate" is carried out)
    2020-01-14 15:34:33下载
    积分:1
  • snake
    说明:  将物体用一堆点框出来,实际先初始化一堆点,然后迭代靠近物体边缘最终框出物体。(The object is framed with a pile of points. In fact, first initialize a pile of points, then iterate close to the edge of the object, and finally frame the object.)
    2021-02-27 22:31:23下载
    积分:1
  • TensorFlow Code
    说明:  Tensorflow深度学习书籍所有案例代码实现的源码,服从开源协议(Tensorflow book source code)
    2020-09-16 20:40:28下载
    积分:1
  • BP神经网络的PYTHON代码
    一种BP神经网络的PYTHON代码,可用于简单预测等(A BP neural network PYTHON code)
    2021-04-21 10:58:49下载
    积分:1
  • python hog 特征提取
    import cv2 import numpy as np import math import matplotlib.pyplot as plt class Hog_descriptor(): def __init__(self, img, cell_size=16, bin_size=8): self.img = img self.img = np.sqrt(img / np.max(img)) self.img = img * 255 self.cell_size = cell_size self.bin_size = bin_size self.angle_unit = 360 / self.bin_size # assert type(self.bin_size) == int, "bin_size should be integer," # assert type(self.cell_size) == int, "cell_size should be integer," # assert type(self.angle_unit) == int, "bin_size should be divisible by 360" def extract(self): height, width = self.img.shape gradient_magnitude, gradient_angle = self.global_gradient() gradient_magnitude = abs(gradient_magnitude) cell_gradient_vector = np.zeros((int(height / self.cell_size), int(width / self.cell_size), self.bin_size)) for i in rang
    2022-04-02 09:16:48下载
    积分:1
  • 可以在ABaqus中模拟出三维多晶体Desktop
    可以在ABaqus中模拟出三维多晶体,加入取向模拟晶粒的受力情况。(The three-dimensional polycrystal can be simulated in ABaqus, and the force of the grain can be simulated with the orientation.)
    2020-07-18 10:48:50下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载