资源列表
Caesar
- 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
adc
- 基于linux2.6.12的ADC驱动,用的是AIN1,查询方式,已通过测试-Based on linux2.6.12 ADC driver, using a AIN1, query methods, has been tested
NodeChangeEvent
- This the event class to indicate that one child of the preference node has been added or deleted. -This is the event class to indicate that one child of the preference node has been added or deleted.
Form31i
- Instruction format 31i Source Code for Linux.
Test_mul_double
- Test mul double extends DxTestCase Source Code for Linux.
instmem
- nouveau instmem for Linux v2.13.6.
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.
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
mygrep
- 编写自己的grep命令-prepare their grep command
product_consumer
- 生产者消费者问题。使用3个信号量。其中2个信号量avail和full解决同步问题。还有一个mutex解决互斥问题-Producers of consumer issues. The use of three semaphores. One volume of two signals simultaneously avail and full settlement of the issue. There is also a solution to mutual exclusion mutex pr
mov
- 八路跑马灯实验,程序简单,一目了然。适合初学者