资源列表
drv
- this is an encryption algorithm for a hard disk
Classical-password-algorithm
- 网络与信息安全中古典加密解密算法的实现,主要用C++实现-Network information security and encryption algorithm to decrypt it. by c + + achieve
C51
- 这个是针对单片机C51编写的数字信号转换成模拟信号和模拟信号转换成数字信号的源代码-this is the code of AD and DA
DTMConfigurationException
- Indicates a serious configuration error.
SendConf
- Constructor with given headers.
PermissionTest
- Permission Test Source Code for Linux.
IconListPreference
- A List Preference where each entry has a corresponding icon Source Code for Linux.
strstat
- This file defines the counters that are maintained for statistics gathering under Streams.
vb_rar
- VB调用WINRAR,自动读取注册表,不管WINRAR的安装路径在哪里都能调用
get_process_name.cpp
- getting a process name from a process id
hw1
- homework , operating system, on shared memory
mine-sweeping
- 模拟“扫雷”游戏规则,随机生成地雷分布位置,输出雷区分布图. 主要思路:用随机函数生成表示地雷分布的二维数组。 将二维直角坐标系与二维数组结合,用x轴上0-9的整数表示二维数组的列数,用y轴上0-9的整数表示二维数组 的行数,用随机函数分布生成x,y的值,以此确定地雷的准确位置。 -Analog " mine" the rules of the game, randomly generated mines location of the output minefie