-
Pyhone 对中文分词技术的实现
对于中文分词技术的实现,有许多算法可以完成,目前大致可以把算法分为三大类:
基于字符串匹配的分词方法;
基于理解的分词方法;
基于统计的分词方法。(Word Segmentation Code)
- 2020-06-19 03:20:01下载
- 积分: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
-
批量归一化代码
说明: 对数据进行批量归一化处理,适合gis工作人员,可以在gis的arcpy中运行。(Batch normalization of data is suitable for gis staff and can be run in gis arcpy.)
- 2021-04-06 19:56:55下载
- 积分:1
-
PYTHON
Stock:自定义的随机股票交易回测系统
URLBookmarkManage:收藏夹书签自动生成网页版本
autoinstall:自动安装未安装的模块
LazyImport:延迟加载(类实现)
LazyImport2:延迟加载(重写import)(Stock: a custom random stock trading back test system
URLBookmarkManage: a collection of bookmarks automatically generates a web version
Autoinstall: automatic installation of an un installed module
LazyImport: delay loading (Class Implementation)
LazyImport2: delayed loading (Rewriting import))
- 2018-03-27 13:23:18下载
- 积分:1
-
OFDM信道估计仿真
说明: OFDM系统仿真内容,比较简单的说明,希望有用哦。(OFDM Channel estimation)
- 2021-03-03 16:13:08下载
- 积分:1
-
download_ERA_interim
批量下载ERA interim数据资料的方法(download ERA interim in batch)
- 2021-01-21 19:18:40下载
- 积分:1
-
How_To_Think_Like_A_Computer_Scientist-Learning_Wi
这本书旨在通过Python(对于初学者来说是最容易语言之一)的介绍和学习,教你像计算机科学家那样思考。这本书是国外中学生的教材之一,非常的通俗易懂。(How to Think Like a Computer Scientist: Learning with Python is an introduction to programming using Python, one of the best languages for beginners. )
- 2010-09-20 10:44:32下载
- 积分:1
-
压缩文件
说明: 实现文件压缩,解压,使用了哈夫曼编码来实现程序(Realize file compression and decompression)
- 2020-11-23 20:25:56下载
- 积分:1
-
ZTE
说明: “中兴捧月”程序设计大赛预赛,俄罗斯套娃算法实现,python语言("ZTE holding the Moon" Programming Contest preliminaries, the algorithm of the Russian doll sets with python language)
- 2011-03-12 08:50:57下载
- 积分:1
-
图片隐写术
载体文件(cover file)相对隐秘文件的大小(指数据含量,以比特计)越大,隐藏后者就越加容易。
因为这个原因,数字图像(包含有大量的数据)在因特网和其他传媒上被广泛用于隐藏消息。这种方法使用的广泛程度无从查考。例如:一个24位的位图中的每个像素的三个颜色分量(红,绿和蓝)各使用8个比特来表示。如果我们只考虑蓝色的话,就是说有2^8种不同的数值来表示深浅不同的蓝色。而像11111111和11111110这两个值所表示的蓝色,人眼几乎无法区分。因此,这个最低有效位就可以用来存储颜色之外的信息,而且在某种程度上几乎是检测不到的。如果对红色和绿色进行同样的操作,就可以在差不多三个像素中存储一个字节的信息。
更正式一点地说,使隐写的信息难以探测的,也就是保证“有效载荷”(需要被隐蔽的信号)对“载体”(即原
- 2022-01-26 06:42:13下载
- 积分:1