FINAL

共 145 篇文章
FINAL 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 145 篇文章,持续更新中。

final—修饰符(关键字)如果一个类被声明为final

final—修饰符(关键字)如果一个类被声明为final,意味着它不能再派生出新的子类,不能作为父类被继承。因此一个类不能既被声明为 abstract的,又被声明为final的。将变量或方法声明为final,可以保证它们在使用中不被改变。被声明为final的变量必须在声明时给定初值,而在以后的引用中只能读取,不可修改。被声明为final的方法也同样只能使用,不能重载

java基本概念解释:封装 (encapsulation) ,继承 (inherit) ,this用法,static ,final,super

java基本概念解释:封装 (encapsulation) ,继承 (inherit) ,this用法,static ,final,super

After an introduction to the history of mobile communications, this guide considers the basics of mo

After an introduction to the history of mobile communications, this guide considers the basics of mobile radio, the design of cellular and private radio systems, and issues of interworking with the fi

java面试习题集 大家看看自己都会不会哦 一

java面试习题集 大家看看自己都会不会哦 一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?

java的一个源代码

java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率

LLBLGen_v1.21_Final_Doc。 这个是和LLBLGen_v1.21_Final_src配套的文档

LLBLGen_v1.21_Final_Doc。 这个是和LLBLGen_v1.21_Final_src配套的文档

Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progres

In this article, we present an overview of methods for sequential simulation from posterior distribu

In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic mod

二级目录的文件系统模拟(final)的图表模式

二级目录的文件系统模拟(final)的图表模式

IEEE 802.15.3a标准的超宽带信道模型.This is the final report of the channel modeling sub-committee.

IEEE 802.15.3a标准的超宽带信道模型.This is the final report of the channel modeling sub-committee.

JiveJdon 3.0 is the application of Jdon Framework 1.4 final.

JiveJdon 3.0 is the application of Jdon Framework 1.4 final.

ActiveX Setup Server Version 2.0.5 Chipsbrain Engineer Final Release

ActiveX Setup Server Version 2.0.5 Chipsbrain Engineer Final Release

Draft ITU-T Recommendation and Final Draft International Standard of Joint Video Specification(ITU-T

Draft ITU-T Recommendation and Final Draft International Standard of Joint Video Specification(ITU-T Rec.H.264 | ISO/IEC 14496-10 AVC) H.264编码标准,主体部分是中英文对照

OFDM_Final_Report.pdf后面附有matlab程序

OFDM_Final_Report.pdf后面附有matlab程序,我猜想可能是老版本matlab,本人进行稍加改造,在matlab环境下打开ofdm.m,执行run即可。原文有两个程序,本人只改造了第一个,第二个仿照改造即可。

英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201

MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵

MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 Instance间共享*/

This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the

This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the

一个高人的VC实现NN的程序。很不错。先运行Matrixbase.dsw,again arithmetic.dsw, next nnbp.dsw,final neuralNetWork.dsw.

一个高人的VC实现NN的程序。很不错。先运行Matrixbase.dsw,again arithmetic.dsw, next nnbp.dsw,final neuralNetWork.dsw.

《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件

《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件,采用增量软件开发模型,并用UML对软件进行 建模,以便更新。 该版本只是对换热器的最简单的形式做出设计,而且程序在计算 (包括设计、校核两部分,其中校核部分未编)、绘图过程中都作了简 化,虽然采用了参数化绘图,并能进行简单的数据管理,但没有考虑 换热器的插入件、安装(待编)等因素的影响,特

In most software-development organizations, the testing program functions as the final "quality gat

In most software-development organizations, the testing program functions as the final "quality gate" for an application, allowing or preventing the move from the comfort of the software-engineering