代码搜索结果
找到约 10,000 项符合
Python 的代码
getnet.m
function net = getnet( pythonnet, varargin )
% GETNET.M
%
% net = getnet( pythonnet ) converts the python network pythonnet
% into the matlab structure with the network variables as its
% fields
readme.hp-ux
This file describes some things to be aware of when building SIP (and PyQt)
under HP-UX.
I had success building SIP V4 and PyQt on HP-UX 11.0 with the
HP aC++ compiler.
My configuration was:
HP-UX
build.bat
@rem The contents of this file are subject to the BitTorrent Open Source License
@rem Version 1.0 (the License). You may not copy or use this file, in either
@rem code or executable form, except in c
install.unix.txt
The easiest way to install BitTorrent is to run the install_nix.sh
script included in the source code. The rest of these directions are
included for historical reasons.
------------------------------
tutorial.txt
[[TableOfContents]]
==== It runs! ====
This Storm tutorial is included in the source code at
tests/tutorial.txt, so that it may be tested and stay
up to date.
==== Importing ====
Let's start by
invert_axes.py
#!/usr/bin/env python
"""
You can use decreasing axes by flipping the normal order of the axis
limits
"""
from pylab import *
t = arange(0.01, 5.0, 0.01)
s = exp(-t)
plot(t, s)
xlim(5,0) # decrea
libxml.spec.in
Summary: Library providing XML and HTML support
Name: libxml2
Version: @VERSION@
Release: 1
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
BuildRoot: %{_