代码搜索结果
找到约 10,000 项符合
Python 的代码
chap2.txt
CHAPTER II -- BASIC STRING OPERATIONS
-------------------------------------------------------------------
The cheapest, fastest and most reliable components of a
computer system are those
run_swig.sh
#! /bin/sh
srcdir="src"
pysrcdir="bblocks"
SWIG="swig"
PYTHON="python"
INCLUDES="-I$srcdir"
SWIGMODULE="Net"
SWIGSOURCE="${SWIGMODULE}_wrap.cc"
$SWIG -c++ -python -w401 "$INCLUDES" -o "$srcdir/$SWI
10.html
第十章 进一步学习
2.html
第二章 解释程序的使用
readme.msp430-bsl-telos
$Id: README.msp430-bsl-telos,v 1.2 2004/08/11 20:03:02 cssharp Exp $
@author Cory Sharp
To build a binary executable msp430-bsl.exe for Windows, first download
and install
pyutil.java
//: com:bruceeckel:python:PyUtil.java
// PythonInterpreter utilities
package com.bruceeckel.python;
import org.python.util.PythonInterpreter;
import org.python.core.*;
import java.util.*;
pu
第十章 进一步学习 suzhe (转).txt
作者:softrain
email: softrain@edu.21cn.com
日期:2001-7-21 9:59:40
第十章 进一步学习
希望通过这个入门课程的学习增强了你对使用<mark>Python</mark>的兴趣。下一步怎么办呢?
你可以进一步去读《库参考手册》,该手册对类型、函数、模块等给出了完整的(尽管
比较简短)参考材料,可以节省你写<mark>Python</mark>程序时的大量时间。标准<mark>Python</mark> ...
install.txt
Installation Instructions
=========================
1. Package Installation
You can run HarvestMan directly from this directory
or copy it to the Python installation directory and
run it afte