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

搜索资源列表

  1. busy

    0下载:
  2. 查公交呀——北京公交简易查询工具 说明:   本工具基于Symbian S60手机上的Python解释器运行,用户需要事先安装Python解释器。   本工具可以按照路线号、起止站名和正则表达式匹配来查询公交路线信息,但不具备换乘方案查询功能。   公交路线信息截止2006年9月,仅供参考。乘坐公交应以公交公司发布的信息为准。-investigation bus ah -- Beijing Public Transport simple query tool : Tools ba
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:56890
    • 提供者:林健
  1. mod_python-3.3.1

    0下载:
  2. Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:590237
    • 提供者:dipeng
  1. PyEmbedMFC_src

    1下载:
  2. Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
  3. 所属分类:其他小程序

    • 发布日期:2016-03-21
    • 文件大小:25928
    • 提供者:liulei
  1. httpd-2.2.11

    0下载:
  2. Apache官方在今天放出产品系列2.2的最新版本2.2.11的源码包 最流行的HTTP服务器软件之一,快速、可靠、可通过简单的API扩展,Perl/Python解释器可被编译到服务器中,完全免费,完全源代码开放,如果你需要创建一个每天有数百万人访问的Web服务器,Apache可能是最佳选择-Apache today released the official 2.2 product line the latest version of the source packages 2.2.11
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-24
    • 文件大小:7904617
    • 提供者:look
  1. python

    0下载:
  2. Python是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。-Python is an object-oriented programming language interpreter computers, is a powerful and complete universal language, has a history of ten years of development, mature and stable.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-31
    • 文件大小:13697151
    • 提供者:王明军
  1. Python-3.0.1

    0下载:
  2. The source code of the Python Interpreter, version 3.0.1.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-30
    • 文件大小:12736241
    • 提供者:ChaDeaM
  1. final

    0下载:
  2. 一个简单的用C++开发的python解释器。-A simple python interpreter developed with C++.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:1152741
    • 提供者:陶子
  1. Python-3.1.3

    1下载:
  2. Python v3.1.3 解释器源代码-The Python v3.1.3 interpreter source code
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-06-18
    • 文件大小:12319538
    • 提供者:孙悟空
  1. pythonexplain

    1下载:
  2. Python 简单解释器,(1) 每行为单独的语句,不需要支持语句换行; (2) 支持整数类型数据的四则运算(+, ‐, *, /)及变量赋值,不需要支持长整型或其他数据类型以及其他数据类型的运算; (3) 支持简单的if 语句(只需支持if 和else 关键词)和while 语句(只需支持while 和break 关键词),且只需要支持单 一判断条件,不需要支持嵌套的if、嵌套的while 语句,不需要支持多个逻辑表达式的布尔运算(and/or/not); (4) 支持简单的p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:16963
    • 提供者:御黎
  1. python

    1下载:
  2. 用C++写的一个python解释器,内含:源码+说明文档。-With C++ write a python interpreter, consisting of: source+ documentation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:359311
    • 提供者:Angel
  1. simplePython

    0下载:
  2. 简单版python解释器,仅支持for,if,while等简单语句-Simple version of the python interpreter, supports only for, if, while other simple statement
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:199967
    • 提供者:Lucas
  1. trace-event-python

    0下载:
  2. trace-event-python. Feed trace events to an embedded Python interpreter.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7569
    • 提供者:zaocuimy
  1. Python-2.7.13

    0下载:
  2. python解释器的动态库,vs2013可直接编译运行。(Python interpreter of the dynamic library, vs2013 can be compiled directly run.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:17034240
    • 提供者:夜风夜
  1. Python

    1下载:
  2. python解释器下载,本人测试过,真实有用,希望对大家有帮助(python Python interpreter download, I tested, real useful, I hope to help people)
  3. 所属分类:其他

  1. EmbeddedPython3

    0下载:
  2. Visual C++中如何嵌入python脚本程序,实现用户二次开发(How to Embed Python interpreter in your C/C++ code and dynamically change the code path of compiled native code.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:2871296
    • 提供者:jun888jun888
  1. 异常

    0下载:
  2. python的运行时错误称做异常 语法错误:软件的结构上有错误而导致不能被解释器或被编译器编译 逻辑错误:由于不完整或不合法的输入所致,也可能是逻辑无法生成,计算或者输出结果需要的过程无法执行等 python异常是一个对象,表示错误或意外情况 在python检测到一个错误时,将触发一个异常 python可以通过异常传导机制传递一个异常对象 发出一个异常情况出现的情况 程序员也在代码中自己触发异常(Python's runtime errors are called except
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:739328
    • 提供者:Jankin-Wen
  1. PyAIML-master

    0下载:
  2. python aiml interpreter
  3. 所属分类:游戏

    • 发布日期:2018-04-29
    • 文件大小:103424
    • 提供者:adam1111
  1. BASIC.ipynb

    0下载:
  2. simple basic interpreter written in python - author peter norvig
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:19456
    • 提供者:Glossophobe
搜珍网 www.dssz.com