代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/341877/12057436
c do.c
/*
** DO.C - a simple facility for specifying multiple commands
*/
#include
#include
void main(int argc, char *argv[])
{
if (2 > argc)
{
puts
www.eeworm.com/read/341867/12057593
def adwin.def
NAME ADWIN
DESCRIPTION 'AlertDriver for Windows Demo (c)1994 Logical Operators'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE
www.eeworm.com/read/255258/12092823
urifind
#!/usr/local/bin/perl -w
# ----------------------------------------------------------------------
# $Id: urifind,v 1.2 2003/07/10 20:54:09 dlc Exp $
# -----------------------------------------------
www.eeworm.com/read/152548/12107494
txt 使用 midp 列表组件.txt
使用 MIDP 列表组件
作者:Eric Giguere
版本1.0
2001年6月22日
MIDP 将它的用户界面组件分为两组类:高层 API 和底层 API。使用高层 API 你可以使用一组平台独立的抽象类定义你的用户界面,并让 MIDP 实现确定用户界面的外观和操作。底层 API 是你获得完全的画图区域控制并处理原始输入事件。底层 API 在使用底层用户界面 API ...
www.eeworm.com/read/254612/12127599
def termw16.def
NAME TERMW16
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 8192
EXPORTS
; ===List your explicitly exported func
www.eeworm.com/read/340849/12130893
todo
Planned and desired features:
- support for multiple internal interfaces
- improved security through validation
- detection of connection speed
- detection of connection type (ie ppp0 -> ADSL,
www.eeworm.com/read/340486/12154020
pscwell
#! /bin/sh
# Run CWELL with CWP PostScript Graphics
demo=11
psfile1=demo${demo}1.eps
psfile2=demo${demo}2.eps
x1beg=0 x1end=6500 x2beg=-100 x2end=10000
cwell |
cshotplot >demo${demo}plot outpar=de
www.eeworm.com/read/340481/12154848
notes
This example produces a ray plot of a multiple.
The last line in file param1 describes the multiple - only
the reflecting interfaces are specified.
www.eeworm.com/read/253942/12176118
def yy.def
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 8192
STACKSIZE 8192
www.eeworm.com/read/151211/12227787
txt 39.txt
VisualBasic中的界面设计原则和编程技巧
作者:谢海永
在VB 里 ,MDI(Multiple Document Interface , 多 窗 口 程 序) 窗 体 是 这 样 定 义 的:“MDI 窗 体 作 为 一 个 程 序 的 后 台 窗 口 , 包 含 着MDIChild 属 性 为True 的 窗 体” 。 在 一 个VB 程 序 中 , 至 多 只 能 存 在 一 个