代码搜索:Annotation

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

代码结果 6,069
www.eeworm.com/read/387434/8677684

xdb sample.xdb

www.eeworm.com/read/386159/8762701

asv run_me.asv

%% 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/386159/8762812

m qam_ber_curves.m

function varargout = QAM_BER_Curves(SNRs) %QAM_BER_Curves Bit Error Rate plots for QAM signals over AWGN Channel. % h = QAM_BER_Curves plots the bit error rate (BER) curves verus % SNR per bit
www.eeworm.com/read/429834/8787161

c readfile.c

#include #include #include"option.h" #include"readfile.h" void readline() { int i=0; while((line[i]=fgetc(source))!='\n'&&(line[i]!=EOF)) { i++; } line[i]='\0'
www.eeworm.com/read/429606/8799884

xsd ims_xml.xsd

www.eeworm.com/read/382989/8982790

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
www.eeworm.com/read/382695/9005873

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/179612/9348792

h dvpsabl.h

/* * * Copyright (C) 1998-2005, OFFIS * * This software and supporting documentation were developed by * * Kuratorium OFFIS e.V. * Healthcare Information and Communication Systems *
www.eeworm.com/read/373369/9460174

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/373369/9460176

java constraints.java

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