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

搜索资源列表

  1. study_python

    0下载:
  2. python入门学习程序,内含注释帮助新手第一时间了解python语法的特点。本人编写。-A python start learning program, including comments to help new bible get the point of python. Written by myself.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:growlanser
  1. lpython-code

    0下载:
  2. 基于dos和unix两种系统的python入门学习代码文件-Dos and unix based on two systems started to learn python code files
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:107038
    • 提供者:dick sven
  1. [python.cookbook

    0下载:
  2. 经典书籍的配套例程,值得一看,费好大劲才下载到的。-Classic books matching routines, see, a very hard time downloading fee to.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:1266156
    • 提供者:shaohua
  1. DjangoWeb-develope

    0下载:
  2. Django web 开发指南的源码。包含blog,cms, gallery,pastebin等应用-Django web development guide source. Includes blog, cms, gallery, pastebin applications
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:41093
    • 提供者:leecheesrf
  1. appy-0.8.5

    0下载:
  2. openoffice模版,可以根据模版生成doc报告,转为pdf等功能-openoffice templates, according to the report template to generate doc, pdf and other functions into
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2227479
    • 提供者:zffl
  1. randomGen.py.tar

    0下载:
  2. 首先利用现有文本训练trigram模型,再用模型随机生成n个单词的文本-First, the use of existing training trigram model text, and then the model is randomly generated n-word text
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:594
    • 提供者:lady gg
  1. RUL

    0下载:
  2. python 爬虫 爬虫 遍历整个 网站url.rar #!/usr/local/bin/python #-*- coding: UTF-8 -*- #神龙 QQ29295842 #爬淘宝-Python crawler crawler traverses the whole site URL
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2956
    • 提供者:QQ316118740
  1. apriori

    1下载:
  2. 简单的apriori算法实践,包括生成数据集、生成频繁项集、计算信息相关度和置信度,最终输出关联关系数据-Simple apriori algorithm practice, including generating data sets, generate frequent item sets, computing-related information and confidence, the final output data association
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1128
    • 提供者:weihua
  1. daili

    0下载:
  2. socket5 代理 python 版本-socket5 python proxy sourse code files
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1138
    • 提供者:canmao
  1. tp1

    0下载:
  2. Recherche d information
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-11
    • 文件大小:513
    • 提供者:isma0611
  1. pyqtsrc

    0下载:
  2. 配套书籍Rapid GUI Programming with Python and Qt:The Definitive Guide to PyQt Programming代码,可供参考-Matching books 《Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming》 code, for reference
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:1044001
    • 提供者:grath
  1. tone_recognition

    2下载:
  2. 通过向量化方法,提取量化特征,实现四声语调识别系统。-tone recognition system
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-06-18
    • 文件大小:1152000
    • 提供者:徐文强
  1. gqqqsy

    0下载:
  2. Ce projet a pour but de nous introduire d’une manière pratique aux techniques de traitement automatique du langage naturel
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1991
    • 提供者:nouro
  1. numdect.py

    0下载:
  2. 汉字月份识别与转换为数字月份,特殊:含有十的汉字的处理-Character recognition and converted to digital in February month, special: contains characters deal with ten
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:843
    • 提供者:向量
  1. taylorDiagram

    0下载:
  2. 分享一个绘制tylor diagram的python脚本啊-tylor diagram
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2198
    • 提供者:庄潇然
  1. arxiv

    0下载:
  2. Class for generating MoodleXML files. For system MOODLE
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2864
    • 提供者:Anon
  1. egg_calc

    0下载:
  2. 对于给定的椭圆曲线,以及一个生成元和模数,此程序能够自动计算出椭圆群-For a given elliptic curve, and a modulus and generator, this program can automatically calculate the ellipse group
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:583
    • 提供者:duo
  1. pyImageAddLogo

    0下载:
  2. 书籍中的源码 import os # 导入模块 import Image import Tkinter import tkFileDialog import tkMessageBox class Window: def __init__(self): self.root = root = Tkinter.Tk() # 创建窗口 self.Image = Tkinter.StringVar() self.status =
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:雪山007
  1. PJ

    0下载:
  2. 个人期末Project,中文信息处理,可生成同风格随机歌词-One final Project, Chinese information processing, can be generated with the random style of lyrics
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-24
    • 文件大小:128818
    • 提供者:朱志斌
  1. diveintopython-5.4

    0下载:
  2. diveINtoPython的源码,有助于大家的学习和理解。-diveINtoPython source, helps everyone to learn and understand.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-23
    • 文件大小:104977
    • 提供者:ckyz
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com