资源列表
Caesar
- 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
mtk3.rar
- 修改铃声资源: 一般项目开发修改的铃声资源主要是来电铃声,开关机铃声,翻合盖提示音,信息提示音,Modified ring resources: changes in general project development resources are mainly calls ring tones, ring tones switch machine, double-closing lid tone, message tone
adc
- 基于linux2.6.12的ADC驱动,用的是AIN1,查询方式,已通过测试-Based on linux2.6.12 ADC driver, using a AIN1, query methods, has been tested
IconMIDlet
- This J2ME sample program shows how to how to make a SOCKET Connection from a J2ME Phone.
CRC
- 自己写的一个CRC校验算法的函数,只要知道数据包的地址和数据包的长度就可以直接算出CRC校验值-A CRC checksum algorithm to write their own functions, as long as the packet address and the length of the packet can be directly calculated CRC value
Test_mul_double
- Test mul double extends DxTestCase Source Code for Linux.
instmem
- nouveau instmem for Linux v2.13.6.
R63311-LCD--code
- 安卓手机R63311液晶屏动驱初始化代码-R63311 initialization code
settings
- Internal header to deal with irq_desc->status which will be renamed to irq_desc->settings.
rsa
- RSA algorith implemented in C. Very easy and perfect.
uart
- a top module uses to uart submodules and buffers in its input and output
discrete_log
- Solve descrete log problem using meet in the middle attack. More formally, write a program to compute discrete log modulo a prime p. Let g be some element in Z p and suppose you are given h in Z p such that h = gx where 1 ≤ x ≤ 240. Your goal
