代码搜索:optional

找到约 6,947 项符合「optional」的源代码

代码结果 6,947
www.eeworm.com/read/364809/9894481

h mwcomtypes.h

/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 5.01.0164 */ /* at Mon Oct 13 10:02:28 2008 */ /* Compiler settings for m
www.eeworm.com/read/168435/9914833

html chb_o.html

tanchu
www.eeworm.com/read/361386/10055303

java ifexp.java

package Absyn; import Symbol.Symbol; public class IfExp extends Exp { public Exp test; public Exp thenclause; public Exp elseclause; /* optional */ public IfExp(int p, Exp x, Exp y) {pos=
www.eeworm.com/read/165471/10061585

template person.template

# name : person # # objectClass : top # objectClass : person # PREFIX: cn REQUIRED ATTRIBUTES OPTIONAL ATTRIBUTES sn description seeAlso telephoneNumber userPassword
www.eeworm.com/read/360251/10105799

c xput.c

/* xput.c - xputc, xfputs */ #include extern FILE *scrfp; /*------------------------------------------------------------------------ * xputc - putc with optional file scripting *-------
www.eeworm.com/read/359581/10135166

c global.c

/* global.c -- uses an external variable */ #include int units = 0; /* an external variable */ void critic(void); int main(void) { extern int units; /* an optional r
www.eeworm.com/read/163433/10161815

txt wml教程6:动作和链接.txt

作者:蓝 email: lanxk@263.net 日期:00-6-17 下午 12:46:48 设置动作(Do) Do是WML语言中最有有价值的元素之一,它给用户提供一种在当前Card上进行"动作"的通用方法。这种动作通常被定位在用户终端界面的特定部件上,例如WAP手机的功能键(Cancel,Option,Accept),特定的图标,语音识别功能等等。Do可以设置在Deck的Templa ...
www.eeworm.com/read/356874/10219785

c global.c

/* global.c -- uses an external variable */ #include int units = 0; /* an external variable */ void critic(void); int main(void) { extern int units; /* an optional r
www.eeworm.com/read/356682/10222961

m pltnet.m

function pltnet(latd,lond,sym,label,xoffset,yoffset) % PLTNET Plots a network of points in decimal degrees with labels. % Version: 20 Jan 99 % Usage: pltnet(label,latd,lond,xoffset,yoffset) % Input
www.eeworm.com/read/355337/10274861

m urts_smooth1.m

%URTS_SMOOTH1 Additive form Unscented Rauch-Tung-Striebel smoother % % Syntax: % [M,P,D] = URTS_SMOOTH1(M,P,a,Q,[param,alpha,beta,kappa,mat,same_p]) % % In: % M - NxK matrix of K mean estimates f