我的地盘_百度空间
 
订阅我的空间
 
已有人次访问本空间
 
订阅RSS  什么是RSS?

您也想拥有这样的空间?请点此申请。
     
 
背景音乐
 
     
 
最近访客
 
 

kyo97kasumi

腹肌控705Gus

期待⒏

无名鱼2010

xiaodmj

SJF0532

ch19850503

守仁伯
     
 
好友最新文章
 
     
 
最新评论
 
     
 
文章分类
 
 
 
 
 
 
 
 
 
It(5)
 
 
 
 
 
 
 
 
 
 
 
 
Nba(1)
 
 
 
Life(0)
 
 
 
 
     
 
个人档案
 
idle119
男, 
四川 成都 
 
   
 
 
文章列表
 
2012-05-23 17:22

 TTL输出高电平>2.4V,输出低电平<0.4V。在室温下,一般输出高电平是3.5V,输出低电平是0.2V。最小输入高电平和低电平:输入高电平>=2.0V,输入低电平<=0.8V,噪声容限是0.4V。

CMOS电平:
1逻辑电平电压接近于电源电压,0逻辑电平接近于0V。而且具有很宽的噪声容限。

RS232标准
逻辑1的电平为-3~-15V,逻辑0的电平为+3~+15V,注意电平的定义反相了一次。

 

COM 口是在电脑里的一种通用的方法,其接口规范是采用RS2

 
2012-05-23 16:02

DRM对文件的解密和数字电视对流的解密类似,同样使用密钥。这个密钥相当于CA中的CW,只不过CA

的CW是在线的,而DRM的密钥是可以离线的。如果采取类似智能卡CA那样与机顶盒分离的加密技术,

例如U-Key,DRM同样也会产生类似CW共享的密钥扩散。如果在一个开放的环境中使用,因为可以离线

操作,所以DRM中的解密密钥会比CW共享更容易扩散,所以DRM对内容的保护并不比CA强,包括现在的

蓝光DVD的DRM加密实际上已经形同虚设。广播方式的成本最低、质量最

 
2012-05-22 12:01
 
2011-08-17 17:57

operators

1. Assignment, Arithmetic, and Unary Operators

2. Assignment, Arithmetic, and Unary Operators

The Type Comparison Operator instanceof 这个是比较special的。
The instanceof operator compares an object to a specified type. You can use it to test if an object is an instance of a class, an instance of a subclass, or an instance of a class that implements a particular interface.

 
2011-08-17 14:05

在英语口语中重音非常重要,native speaker非常自然地使用重音,但是non-active speaker却不知道应该把重音放在哪个音节syllable上。

每个单词都有1个2个甚至更多的重音。

在英语中,我们只大声地强调一个重音,而其他的音节都很小声。

我们来看下面三个单词,在表达不同意思的时候重音是不一样的。

photograph, photographer and photographic

两条重要的rules:

1. 一个单词只有一个重音。

2. 重音都是在vowel元音上。

有一些rules

 
2011-08-14 10:59

The Java programming language defines the following kinds of variables:
1. Instance Variables (Non-Static Fields)
2. Class Variables (Static Fields):A class variable is any field declared with the static modifier; this tells the compiler that there is exactly one copy of this variable in existence, regardless of how many times the class has been instantiated.Additionally, the keyword final could be added to indicate that the number of gears will never change.
3. Local Variable

 
2011-08-10 21:12

Nested classes 分为两种: static and non-static. Nested classes that are declared static are simply called static nested classes. Non-static nested classes are called inner classes.

原型如下:

class OuterClass {
    ...
    static class StaticNestedClass {
        ...
    }
    class InnerClass {
        ...
  

 
2011-08-06 19:46

class declarations includes:

1. Modifiers such as public, private.

2. class name.

3. the name of the class's parent(sperclass), if any. use extends.

4. class body

constructor的声明与method的声明差不多,constuctor的声明使用class的名字,且没有返回值。你不可以写两个一样的构造函数,使用相同数目和类型的arguments。

Parameters(形参)指的是methods声明时候的 list of variables,耳arguments(实参)是当method is invoked

 
2011-08-04 16:33

因为要开发Andorid使用到Java,之前一直都是用C,现在有机会学习object-oriented programming。

可以到http://download.oracle.com/javase/tutorial/java/index.html官网上去看文章。

首先学习的是Object-包括fields及methods。记住这一句话:Hiding internal state and requiring all interaction to be performed through an object's methods is known as data encapsulation — a fundamental principle of object-oriented

 
2011-08-04 16:26

因为想要开发一个自行车上的测速仪,所以想在手机上做一个软件,像电脑上上的CPU使用记录可以实时将速度绘制出来。

首先登陆http://developer.android.com/android开发的官网,按照里面的步骤下载SDK,然后还要安装,这个需要很长时间,要下载platform还有sample,tools。

下载Eclipse,这个是程序的开发工具,当然你也可以不用下载,直接用sdk里面的tools,但是使用工具会事半功倍,然后再在Eclipse 里安装ADT。

然后就可以来开发程序了,最简单的就

 
     

帮助中心  |  空间客服  |  投诉中心  |  空间协议
©2012 Baidu