代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/411228/2190563
py example_5_11a.py
from Tkinter import *
class App:
def __init__(self, master):
master.geometry("300x200")
fm = Frame(master)
Button(fm, text='side=TOP, anchor=NW').pack(side=TOP, anch
www.eeworm.com/read/411228/2190564
py example_5_8a.py
from Tkinter import *
class App:
def __init__(self, master):
master.geometry("300x200")
fm = Frame(master)
Button(fm, text='Top').pack(side=TOP, fill=X, expand=YE
www.eeworm.com/read/411228/2190569
py example_5_7.py
from Tkinter import *
class App:
def __init__(self, master):
master.geometry("300x200")
fm = Frame(master, width=300)
Button(fm, text='Left').pack(side=LEFT, fill=X,
www.eeworm.com/read/411228/2190571
py example_5_9a.py
from Tkinter import *
class App:
def __init__(self, master):
master.geometry("300x200")
fm = Frame(master)
Button(fm, text='Top').pack(side=TOP, fill=BOTH, expand=1)
www.eeworm.com/read/411228/2190576
py example_5_11.py
from Tkinter import *
class App:
def __init__(self, master):
master.geometry("300x200")
fm = Frame(master)
Button(fm, text='side=TOP, anchor=W').pack(side=TOP, ancho
www.eeworm.com/read/396408/2418313
16m makefile.16m
include ../config.mak
LIBNAME_COMMON = libosd.a
LIBNAME_MPLAYER = libvo.a
SRCS_MPLAYER = aspect.c \
geometry.c \
video_out.c \
vo_null.c \
www.eeworm.com/read/155499/5622091
java editietypedialog.java
package com.intotherain.examples.SimpleCellEditor.CellEditors;
import org.eclipse.jface.util.Geometry;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.ecli
www.eeworm.com/read/203062/15366114
inp e150.inp
e150
{
Modeling the E-150 plasma lens experiment at SLAC --
High-energy electron bunch enters a dense neutral gas in cylindrical
geometry. The electron beam is Gaussian in z and r.
Boundary condi
www.eeworm.com/read/203062/15366234
inp e150_test.inp
e150
{
Modeling the E-150 plasma lens experiment at SLAC --
High-energy electron bunch enters a dense neutral gas in cylindrical
geometry. The electron beam is Gaussian in z and r.
Boundary condi
www.eeworm.com/read/392021/8367014
h poly.h
/* poly.h -- header file for poly.c and poly2.c
see README, qhull.h and poly.c
copyright (c) 1993-1995, The Geometry Center
*/
#ifndef qhDEFpoly
#define qhDEFpoly 1
/*----------------------