代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/389292/8535671
java extractinterface.java
//: annotations/ExtractInterface.java
// APT-based annotation processing.
package annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
publi
www.eeworm.com/read/187617/8614000
67078
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!agate!biosci!netnews.synoptics.com!bugs
www.eeworm.com/read/386159/8762709
m run_me.m
%% Display Start message
disp('Running Fading Channel BER Simulation set')
disp('To produce smoother simulation curves, increase')
disp('maxNumErr inside Fading_Simulate.m to collect more')
disp('
www.eeworm.com/read/386050/8767880
m getlablist.m
%GETLABLIST Get label list of dataset
%
% LABLIST = GETLABLIST(A,STRING)
%
% Returns the label list of a dataset A.
% If STRING equals 'string' the label list is converted to characters,
% which may
www.eeworm.com/read/284304/8947896
txt 09-03.txt
>> x = -2*pi:pi/12:2*pi;
>> y = x.^2;
>> subplot(2,2,1:2)
>> plot(x,y)
>> h1=subplot(223);
>> y = x.^4;
>> plot(x,y)
>> h2=subplot(224);
>> y = x.^5;
>> plot(x,y)
>> p1 = get(h1,'Position');
www.eeworm.com/read/426520/9016295
txt jbossseam.txt
JBoss Seam是一个强大的用来构建下一代Web 2.0应用程序的应用程序框架,它统一和集成流行的面向服务(SOA)技术,例如AJAX,JSF,EJB3,Java Portlets和BPM,工作流。 Seam自底向上设计,消除了架构和API的复杂性。它允许开发人员通过使用<mark>annotation</mark>的POJO,组件化的UIwidget和非常少的XML来组装复杂的web应用。由于Seam 1.0的简单, ...
www.eeworm.com/read/282598/9080767
cpp msg_data.cpp
//-----------------------------------------------------------------------------
//
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//---------------------------------
www.eeworm.com/read/282598/9080990
~cpp msg_data.~cpp
//-----------------------------------------------------------------------------
//
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//---------------------------------
www.eeworm.com/read/373369/9460192
java extractinterface.java
//: annotations/ExtractInterface.java
// APT-based annotation processing.
package annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
publi
www.eeworm.com/read/169058/9882865
java extractinterface.java
//: annotations/ExtractInterface.java
// APT-based annotation processing.
package annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
publi