代码搜索:Annotation

找到约 6,069 项符合「Annotation」的源代码

代码结果 6,069
www.eeworm.com/read/189328/8475230

xsd dynamicfeature.xsd

www.eeworm.com/read/390194/8478306

txt 9-03.txt

%例9-3 使用注释矩形环绕多子图。 %本例显示了如何创建注释矩形,并给图形中的两个子图高亮显示,本例还使用核心对象的属性Position 和 TightInset 来决定注释矩形的位置和大小。 首先创建子图阵列,在命令窗口中输入如下命令,并按Enter键确认。 >> x = -2*pi:pi/12:2*pi; >> y = x.^2; >> subplot(2,2,1:2) >>
www.eeworm.com/read/389292/8535642

java sqlstring.java

//: annotations/database/SQLString.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface SQLString {
www.eeworm.com/read/389292/8535645

java constraints.java

//: annotations/database/Constraints.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface Constrain
www.eeworm.com/read/389292/8535651

java dbtable.java

//: annotations/database/DBTable.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.TYPE) // Applies to classes only @Retention(RetentionPolicy.RUNTIME) publi
www.eeworm.com/read/389292/8535666

java sqlinteger.java

//: annotations/database/SQLInteger.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface SQLInteger
www.eeworm.com/read/389292/8535669

java usecase.java

//: annotations/UseCase.java import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface UseCase { public int id(); public String descr
www.eeworm.com/read/389292/8535674

java simulatingnull.java

//: annotations/SimulatingNull.java import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface SimulatingNull { public int id() default -
www.eeworm.com/read/389292/8535698

java multiplier.java

//: annotations/Multiplier.java // APT-based annotation processing. package annotations; @ExtractInterface("IMultiplier") public class Multiplier { public int multiply(int x, int y) { in
www.eeworm.com/read/433114/8544536

m info2label.m

function label=info2label(info) % Create label for axis annotation from two-element or three-element % cell array such as those found in structures for seismic data, well logs, % p.d.f.s, etc. on