代码搜索结果

找到约 10,000 项符合 Python 的代码

第五章 python数据结构 suzhe (转).txt

作者:softrain email: softrain@edu.21cn.com 日期:2001-7-21 9:56:37 第五章 <mark>Python</mark>数据结构 本章更详细地讨论一些已经讲过的数据类型的使用,并引入一些新的类型。 5.1 列表 列表数据类型还有其它一些方法。下面是列表对象的所有方法: insert(i, x) ---- 在指定位置插入一项。第一自变量是要在哪一个元素前 ...

credits.txt

================ ecmaunit credits ================ This package was written by Guido Wesdorp (guido@infrae.com), with the help of Philipp von Weitershausen (philikon@philikon.de). Inspiration came

svm_struct_api_types.h

/***********************************************************************/ /* */ /* svm_struct_api.h

pymemcompat.h

/* The idea of this file is that you bundle it with your extension, #include it, program to Python 2.3's memory API and have your extension build with any version of Python from 1.5.2 through t

readme

This directory includes some useful codes: 1. subset selection tools. 2. parameter selection tools. 3. LIBSVM format checking tools Part I: Subset selection tools Introduction ============ Trainin

build.windows.txt

install Python, version 2.3 or later - http://python.org/ install a GTK 2.4 runtime - http://gladewin32.sourceforge.net/ install pygtk 2.4 - http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

simplepy.h

#ifndef _SIMPLEPY_H_ #define _SIMPLEPY_H_ // simplepy.h v1.0 // Purpose: facilities for Embedded Python. // by hujinshan @2005年9月2日9:13:02 #include using std::string; #include

readme

YUM metadata parser written in C. * Why? The biggest complaint people have with YUM is often the performance of parsing the metadata. This implementation should be ~10 times faster, parsing the prim