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

搜索资源列表

  1. daxfi-1[1].0.tar

    0下载:
  2. DAXFi是一个Python 脚本,可以方便地帮助配置几个不同种类的防火墙。它可以作为后台程序运行,并根据外部条件调整其行为;可以用XML文件,XML字符串描述规则,或是直接由代码生成;可以用一种用Python写的插件配置和扩展程序。它带有一个Python 包,用于建造其它应用程序,用一种统一的方式(包括一些样例程序)处理不同的防火墙-DAXFi is a Python scr ipt, can help to facilitate the distribution of several dif
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:271.62kb
    • 提供者:常葳
  1. xml2dict-2008.6-tar

    0下载:
  2. 解析xml为字典,只要xml格式正确,都可以解析,避免重复的代码-parse xml to dict
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2.6kb
    • 提供者:geng
  1. gen1

    0下载:
  2. 用Python程序,生成Java的ANT工具所需要的Build.xml文件。-Generate build.xml for ANT
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.72kb
    • 提供者:杨丰樾
  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
    • 文件大小:411.93kb
    • 提供者:小叶
  1. pythonxml_examples

    0下载:
  2. example of python and xml
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:126.33kb
    • 提供者:ducanpham
  1. xmlhandle

    0下载:
  2. 处理xml,转换成python的数据类型-To deal with xml, convert the data types python
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.53kb
    • 提供者:simon
  1. Forex

    0下载:
  2. 一个用python写的三个小程序,分别用来解析xml和html和读取网络文件-One with three small programs written in python, respectively, used to parse xml and html and read a network file
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7.49kb
    • 提供者:殳中晓
  1. kaixin

    0下载:
  2. python写的开心脚本,使用python3.1编写(花园精灵模块基于python2.6,需要PIL),xml解析需要安装模块lxml,windows下需要pywin32(不喜欢可以自己改掉) 功能: 支持windows和linux,命令行界面,可修改ini文件配置 可全局限速以避免因访问频繁而被封帐号,可以统计访问次数以自动调整访问频率,到达每日限制后可自动退出; 偷菜 1. 定时偷花园的菜,偷牧场的动物和农副产品,支持摇钱树和蜂蜜,可避开巡查员,支持
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:32.42kb
    • 提供者:kevin
  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
    • 文件大小:64.89kb
    • 提供者:
  1. Bloknot

    0下载:
  2. Illumination of the text and possibility of turning of blocks, according to syntax of the programming language Support of a considerable quantity of languages (C, C ++, Java, XML, HTML, PHP, Java scr ipt, ASCII, VB/VBS, SQL, CSS, Pascal, Perl, Pyt
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.29mb
    • 提供者:vitaliy_lendel
  1. xmlToWord

    0下载:
  2. xmlToWord程序,定义一套xml描述接口,用户使用xml描述要生成的word文档的格式和内容,程序生成相应的word文档。程序使用python语言实现,通过com调用word编程开发接口,实现word文档自动生成。程序在word 2010上通过测试,其它版本在自动生成目录操作时需要对模板文件路径进行修改。-xmlToWord: define a xml interface, user can use xml file to describe the format and content.
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:3.33mb
    • 提供者:cyb
  1. main-(2)

    0下载:
  2. python编写的对xml文件的分析器,主要应用分析xml格式的.pit文件-the python xml file analyzer application analysis xml format. pit file
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1.06kb
    • 提供者:王风
  1. OgreXMLConverter

    0下载:
  2. 先是点Import Mesh,导入.mesh.xml文件,之后是点Import Animation,导入.skeleton.xml文件。 在游戏中自带的只有.mesh和.skeleton文件,想要得到上面的文件,就要通过OGRE的工具(OgreXMLConverter.exe)来转换了。 为了方便,我用python写了个简单的脚本,这样我就不用去一个一个去转换了:-First Point Import Mesh, import. Mesh.xml file, followed by po
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2.48kb
    • 提供者:JOKEY
  1. swig-2.0.0.tar

    0下载:
  2. SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scr ipting languages such as Perl, PHP, Python, Tcl/Tk, and Ruby, however the list
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4.56mb
    • 提供者:tammmaoo
  1. xmlhandle

    0下载:
  2. 这个是用python实现对xml文件的操作,主要是使用xml.etree.ElementTree这个模块对xml进行操作,已经封装成类,可以导入直接应用。-This is achieved using python xml file operation, mainly using xml.etree.ElementTree this module xml operation, has been packaged into a category, you can import directly.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:xiaobailong
  1. OpenCV

    0下载:
  2. face detector program in python with xml file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:95.08kb
    • 提供者:richi
  1. code

    0下载:
  2. This program consists of three parts: XML scr ipt for the skin, the Python scr ipt for actually executing the program, and the MFC DLL for creating a skinned dialog and passing the user action to the Python scr ipt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:370.22kb
    • 提供者:neymar
  1. ghsc268927131256132

    0下载:
  2. pubmed_parser: Python XML parser for PubMed Open Access and MEDLINE dataset
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:174.69kb
    • 提供者:Zaozao
  1. XmlDemo

    1下载:
  2. Python操作XML。代码中写了 Python对XML的增删改的基本功能(Python operation XML. Code written in Python XML additions and deletions to the basic functions of change)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5kb
    • 提供者:shake
  1. pp

    0下载:
  2. python读写xml,可增删改查,插入(Python read and write XML, can be added, delete and change, insert)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1kb
    • 提供者:wq20188
« 12 »
搜珍网 www.dssz.com