代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/279032/10480880
htm ei50.htm
Effective C++, 2E | Item 50: Improve your understanding of C
www.eeworm.com/read/278892/10489711
pas tntbuttons.pas
{*****************************************************************************}
{ }
{ Tnt Delphi Unicode Controls
www.eeworm.com/read/160583/10516633
py embedding_in_wx4.py
#!/usr/bin/env python
"""
An example of how to use wx or wxagg in an application with a custom
toolbar
"""
from matplotlib.numerix import arange, sin, pi
import matplotlib
# uncomment the following
www.eeworm.com/read/160583/10517000
py embedding_in_wx2.py
#!/usr/bin/env python
"""
An example of how to use wx or wxagg in an application with the new
toolbar - comment out the setA_toolbar line for no toolbar
"""
from matplotlib.numerix import arange, sin
www.eeworm.com/read/160583/10517298
py animation_blit_fltk.py
import sys
import fltk
import matplotlib
matplotlib.use('FltkAgg')
import pylab as p
import matplotlib.numerix as nx
import time
# save the clean slate background -- everything but the animated line
www.eeworm.com/read/351896/10597857
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/351896/10597912
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/351896/10598891
txt readme.txt
The executable in this directory is self-contained:
It does not read any input.
www.eeworm.com/read/351896/10599181
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/277802/10603635
py barenes-hut.py
#! /usr/bin/python
# A simple Barnes-Hut N-Body problem solver
import sys
from random import *
from math import sqrt
from Tkinter import *
import string
# each body will be a tuple (mas