CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - python代码

搜索资源列表

  1. cmppmsg

    0下载:
  2. python写的cmpp报文解析代码, 其中只实现了部分常用的报文-python write code to resolve cmpp Message
  3. 所属分类:SMS

    • 发布日期:2017-04-04
    • 文件大小:2586
    • 提供者:likeme
  1. Sanguo

    1下载:
  2. 三国风云 自动化测试的代码,只能用来研究python哦,不要动歪脑筋哦。而且改版之后可能有一些地方需要修改。-Three Fengyun code automated testing can only be used to study the python Oh, oh, do not move askew brains. And revision may have some place needs to be revised.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6256
    • 提供者:topbadbady
  1. rtf2xml-1.33.tar

    0下载:
  2. rtf文件转为xml文件的py代码 可以通过此代码学习rtf的格式、读取和转换-rtf file to xml file py code can learn through this code rtf format, to read and convert
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:421817
    • 提供者:小叶
  1. google-image-search

    0下载:
  2. 利用Google API按照给定关键字搜索并下载所有图片的代码,可以在短时间内收集大量图片素材。-Search and download images from web using google APIs.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-09
    • 文件大小:1597895
    • 提供者:mep
  1. corepythonprogramming

    0下载:
  2. 关于PYTHON编成语言的最新中文翻译书,有大量的代码,还增加讲解最新的功能-About PYTHON compiled the latest English language translation of the book, there are a lot of code, but also on the latest features to increase
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:5008365
    • 提供者:王芳
  1. PythonforSoftwareDesignHowtoThinkLikeaComputerScie

    0下载:
  2. 是关于PYTHON编程语言2009年最新针对软件编程人员学习该语言的有浅入深的书,大量代码-PYTHON programming language on the latest in 2009 for software programmers to learn the language a light into the dark book, a large number of code
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:426581
    • 提供者:王芳
  1. clamwin-0.88.1-src

    0下载:
  2. 一款免费的杀毒软件的源代码。可以学学杀毒软件的开发技术-A free antivirus software source code. Can learn anti-virus software development technology
  3. 所属分类:Kill Virus

    • 发布日期:2017-05-10
    • 文件大小:2273612
    • 提供者:run
  1. collect

    0下载:
  2. 简易采集爬虫 # 1.我只做了一个收集url的功能,如果需要将数据入库,可在 parseData 函数里面写处理代码 # 2.需要sqlite3或者pysqlite支持 # 3.可以在DreamHost.com空间上面运行 # 4.可以修改User-Agent冒充搜索引擎蜘蛛 # 5.可以设置暂停的时间,控制采集速度-Simple collection reptiles# 1. I have only had a collection of url feature, if y
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:5192
    • 提供者:wangyh123
  1. stunclient

    0下载:
  2. stun,得到本地stun类型的python代码,要求python运行环境-stun, stun type of python by local code to require python runtime environment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:4038
    • 提供者:
  1. policyServer

    0下载:
  2. flash 中的 socket 使用,要先访问策略服务器获取安全沙箱的策略文件,如843 端口,然后才能与你的逻辑服务器端口通讯,我提供的是一个策略服务器的代码,可以在命令行用下面的命令启动这个服务 flashpolicyd.py --file=policyfile.xml --port=843-The policyfile.xml file is a Flash Player socket master policy file that will need to be conf
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:wf
  1. kyotocabinet-python-1.14.tar

    0下载:
  2. 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:66384
    • 提供者:Jim Abuma
  1. Beginning_Python_From_Novice_Code

    0下载:
  2. 这是《Python基础教程》第2版的随书源码。代码中既包含对Python中基础知识如字符串函数、字典、类和对象、迭代器、异常的简单使用,也包括10个基于Python的项目代码,包括及时标记、绘画、XML操作、即时通信、CGI远程、BBS、XML-RPC文件共享、基于GUI的文件共享、街机游戏。-This is the " Python Basic Tutorial" with the book version 2 source code. Code contains both
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:66448
    • 提供者:
  1. synflood.py

    0下载:
  2. tcp syn flood攻击的python脚本代码实现,基于James Penguin的代码,-Python scr ipt Simulating a SYN Flood attack. Based on code from: James Penguin
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:640
    • 提供者:wangbo
  1. modify_AutoScript

    0下载:
  2. python 代码,从服务器上分次update不同版本-python svn从服务器上UPDATE不同版本
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2449
    • 提供者:herone
  1. verifyimage

    0下载:
  2. python代码,使用PIL库生成验证码,用于登录功能-code for login
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:771
    • 提供者:icoding
  1. nums

    0下载:
  2. python代码编写的冒泡算法,挺不错的个小东西。python for s60原创教程!!包含例子,使用前提是首先懂基本python语法!-Code written in Python bubble algorithm, very good small things. Python for S60 original tutorial!! Contains examples, using the first premise is to understand the basic Python syn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:32972
    • 提供者:mj
  1. Del_Html_Label

    0下载:
  2. 一段Python代码,利用re正则表达式去除网页HTML标签。-Some Python code, using regular expressions to remove pages re HTML tags.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1043
    • 提供者:陈彦龙
  1. wcog

    0下载:
  2. tribon 抽取重量中心的python代码-tribon wcog sources
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1928
    • 提供者:liujian10
  1. UML

    0下载:
  2. 一个简单的python代码示例,初学者必看-a simple python code,new leaner need it
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3168217
    • 提供者:李念
  1. FTP

    0下载:
  2. 简易的FTP,使用help可以查看使用信息,内嵌有python代码-A simple realization of the FTP, use the help you can view with instructions for use, within the embedded python code
  3. 所属分类:Ftp Client

    • 发布日期:2017-06-20
    • 文件大小:33295419
    • 提供者:无名氏
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 45 »
搜珍网 www.dssz.com