资源列表
13004707253
- 凯撒密码是一种非常古老的加密方法,相传当年凯撒大地行军打仗时为了保证自己的命令不被敌军知道,就使用这种特殊的方法进行通信,以确保信息传递的安全。他的原理很简单,说到底就是字母于字母之间的替换。基于java
enCode
- java加密与解密 java加密与解密-java加密与解密 java加密与解密
chuanxingtongxin
- 串口通信 发出什么,在屏幕上接收什么,并且对应LED灯亮-Serial communication program
sms_onReceive_liu
- android 短信接受类,包括其时间,内容,发件人等-android message received categories, including their time, content, sender, etc.
FWGN_model
- additif noise gaussien (awgn) model -additif noise gaussien (awgn) model
BER-for-bpsk-with-mrc
- maximal ratio combining 下的bpsk 误码率及性能分析-bpsk BER performance analysis under the maximal ratio combining(mrc)
DERSet
- A DER encoded set object Source Code for Linux.
AdjacentVerticalRectLists
- work together to give a newly focused item a hint about the most interesting rectangle of the previously focused view.
ByteArrayBuffer
- A resizable byte array for Linux v2.13.6.
resend
- This file contains the IRQ-resend code for Linux v2.13.6.
splice_after_one
- splicing different containers.
Java经典实例不死神兔
- 分析:从第一个兔子开始,第1个月1只兔子,由于“长到第三个月后每个月又生一只兔子”,所以第2个月也是1只兔子,第3个月时可以生一只兔子,所以总数为2只,这时,其中有一只是以后每个月都可以生一只兔子的老兔子,另一只是一只新兔子,它只有在第三个月的时候才可以每个月生一只兔子;这样的话,第4个月的兔子总数为3只,…以此类推,从第1个月到第12个月的兔子总数分别为:1,1,2,3,5,8,13,21,34,55,89,144