代码搜索结果
找到约 11,834 项符合
Python 的代码
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
libxml2-python-api.xml
Register a Python written function to the X
readme
Module libxml2-python
=====================
This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSL
py2exesetup.bat
rem Batch file for creating py2exe executable for Harvestman
@echo off
python install.py py2exe -O2 --packages=encodings --force-imports encodings
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
readme
Two things are provided in this directory: an automatic model selection
tool and a python binding for libsvm.
Part I: Model Selection Tools
Introduction
===============
grid.py is a model selecti
dlltest.cpp
#include
namespace
{ // Avoid cluttering the global namespace.
// A couple of simple C++ functions that we want to expose to Python.
std::string greet() { return "hello, world";
makefile
# Makefile for Python SVM-struct API, 03.07.04
export
CC = gcc
LD = gcc
#CC = attolcc -mempro -perfpro -block -proc -- gcc
#LD = attolcc -mempro -perfpro -block -proc -- gcc
CFLAGS = -O3 -fomit-fram
index.html
SVM-python
SVMpython
High Level View
readme.txt
This file briefly describes SVM^python.
--------
WHAT IT IS
This is SVM^struct, except that all of the C API functions (except those dealing with C specific problems) instead call a function of the