资源列表
os
- 一个非常小的但功能全面的操作系统,真正的操作系统-A very small but full-featured operating system, the real operating system,
GtkUI
- GTKMM开发的一个界面,GTKMM是GTK的一个C++封装的一种,它用起来方便。-GTKMM the development of an interface, GTKMM is a GTK' s a C++ package, one of them it is easy to use.
hipl.1.0.1
- Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced s
YC2440_bsp
- 第一次编译,选择Build and Sysgen,并且确认Clean Before Building 选上。Copy Files to Release Directory After Build h和Make Run-Time Image After Build是指Build结束后,自动拷贝到下,自动生成镜像文件Xip.nb0。如Build时未选上,则可以分别执行下面的两个同名的菜单项来完成。
Clock
- 功能强大的c++builder开发的12生肖时钟[此代码费了我好大的功夫才作出来!!]!界面设置漂亮、功能强大,是一个非常难得的好代码!也是你学习dll编程的必不可绕过去的好代码!里面有详细的介绍!-c++builder Chinese Clock,this is the best way to study Borland c++Builder !!!your best!!!
gmp-4.2.2
- RSA 大整数运算源码,随机数产生,计算RSA等常用加解密算法
cdrtfe-1.3.6
- CDR burning program that can edit id3 tags. Rip a cd or burn it, it s up to you!-CDR burning program that can edit id3 tags. Rip a cd or burn it, it s up to you!
PHPMaos_v3.0.3.12GBK
- PHPMAOS 基于PHP+MySQL的技术开发,支持Windows、Linux、Unix等多种服务器平台,从2009年开始发布第一个版本。PHPMAOS简单、健壮、灵活几大特点并专注于小说系统,我们会坚持做到国内应用最广泛的php类小说系统。 要功能: 内置模型:连载模块,采集系统,前台模板,友情链接,广告管理,作者模块,会员模块,打包下载,临时书架,地区分类,类型分类等; 2010-3-12 更新: 更新ajax广告功能,没有添加广告位则不显示广告位; 增加章
busybox-1.17.1
- A small linux for some systems
root.tar
- 自制基于Linux2.6.14的cramfs格式的根文件系统-Self-made based on Linux2.6.14 the cramfs root file system format
NetSniffer
- 网络测试、监听的利器NetSniffer,希望大家喜欢,里面附有破解注册码
数字签名实验
- DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA val