资源列表
凯撒密码算法的实现
- 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
base64
- 实现base64的编码编码和解码,可以作为模块嵌入到你的程序中。-Realize base64 encoding encoding and decoding, can serve as a module embedded in your program.
keyscan
- Library of Keyboard component for sc2440
first
- cc2430串口测试代码,对cc2430进行学习研究所用-cc2430 serial test code, cc2430 Learning Institute with
linux
- 实现操作系统实验进程的控制——Linux系统下-Experimental process control of the operating system- Linux
show
- requires one or more image files as arguments.
complex
- Convert complex to double complex.
rpc_clntout
- Default timeout can be changed using clnt_control().
key1
- gcc 下pthread 使用,具体的是针对键盘key值的获取-pthread usage under gcc, mainly on the capture of the keyboard key value
AHP.rar
- 层次分析法,用matlab编制,输入任何矩阵后,可进行一致性检验,标准化权重向量,最大特征值计算。运行在通过matlab 2008a通过。,AHP using matlab prepared to enter any matrix may conformance testing, standardization of weight vector, the largest eigenvalue calculation. Running through the adoption of matlab
keyscan
- 此程序是基于S3C2440控制平台的。它主要是通过中断实现开发板自带按键的控制-This procedure is based on the S3C2440 control platform. It is mainly through the disruption of development board comes with the realization of the control button
catch
- 一个捕获摄像头的小程序,祝愿大家学习进步-A small program to capture webcam