代码搜索:Annotation

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

代码结果 6,069
www.eeworm.com/read/453291/7422854

pro cityscape.pro

TEMPLATE = app HEADERS = annotation.h \ cityblock.h \ cityscape.h \ cityview.h SOURCES = annotation.cpp \ cityblock.cpp
www.eeworm.com/read/445251/7597291

mdl ssts__mass_spring_damping.mdl

Model { Name "SSTS__mass_spring_damping" Version 6.3 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames ""
www.eeworm.com/read/445194/7598090

mo catcher2.mo

package catcher2 model motor Modelica.Electrical.Analog.Sources.SignalVoltage Vs annotation (extent=[-70,20; -50,0], rotation=90); Modelica.Electrical.Analog.Basic
www.eeworm.com/read/443646/7629524

pep globin.pep

>P1;HBB_HUMAN Sw:Hbb_Human => HBB_HUMAN VHLTPEEKSA VTALWGKVNV DEVGGEALGR LLVVYPWTQR FFESFGDLST PDAVMGNPKV KAHGKKVLGA FSDGLAHLDN LKGTFATLSE LHCDKLHVDP ENFRLLGNVL VCVLAHH
www.eeworm.com/read/442927/7641935

m dcprdataplot.m

function dcprDataPlot(DS, plotTitle, displayAnnotation) % dcprDataPlot: Plot of 2D data for data clustering or pattern recognition % Usage: dcprDataPlot(DS, plotTitle, inputName, pointLabel) % DS:
www.eeworm.com/read/435631/7788732

qmsg prev_cmp_testctl.tan.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0 0
www.eeworm.com/read/398717/7927304

java loginbean.java

package grant; import java.util.List; import javax.faces.context.FacesContext; import org.operamasks.faces.annotation.ManagedBean; import org.operamasks.faces.annotation.ManagedBeanScope;
www.eeworm.com/read/329960/12923841

xsd ghmm.xsd

www.eeworm.com/read/243682/12924462

txt modelica.txt

/L20"Modelica" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ File Extensions = mo mos /Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .? /Function String = "%[ ^t]+[A-_,a-
www.eeworm.com/read/325023/13230609

java sqlstring.java

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