搜索资源列表
des3
- 加密算法,DES的C源码. 是分组算法,虽然现在用的少了 但还是有学习意仪的-encryption algorithm, DES C source. Yes packet algorithm, although it is now used less but still learning Italian Instrument
软盘可装下的linux
- 将Linux系统裁减到就像DOS一样只要一张软盘就能启动,是制作嵌入式Linux的基础。网络上有许多实现方法的介绍,但是在实践过程中都或多或少存在着一些问题或不方便之处。我结合自己在这方面的实践经验,详细介绍基于软盘Linux的制作过程-Linux systems like DOS cut the same as a floppy disk can be launched is the production of embedded Linux. Many networks have introd
迷你型的 linux 系统
- 构建一个迷你型的 linux 系统。它占用的硬盘空间远小于 16M 字节,但是却包括了 XFree86 的 X Window 窗口系统。-Construction of a mini - linux system. It occupied disk space is much less than 16M bytes, but does include the XFree86 X Window System window.
编写Linux内核模块和驱动
- 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,本文介绍了如何在linux环境下进行内核模块和驱动的编写-the Linux environment design driver, thinking simple, easy to operate and function are very powerful, but less support function, the paper described how the environment for linux k
BOOM流量统计 v2.9
- 1.程序环境:PHP+文本数据。独特的最优化结构设计,每个帐号一个小于3KB文件存储数据。只写一次数据,I/O占用率低,执行效率非常高!!!从个人用户到太极统计般的超大流量专业运营商皆适合。 2.记录并显示[今日访问]、[昨日访问]、[本月访问]、[总访问量]、[真实统计天数]、 [最高日访问量和发生时间]、[日均访问量]、[预计当日最终访问量]。最近N位访客IP、地理位置和来源页面。 3.可在任意页面中调用显示;自动生成页面调用代码。 多种显示模式供选择:[文字]、[滚动文
QQST
- 本系统功能强大,自动生成html静态页,占用资源少,可自定义模板 密码32位md5加密 -powerful the system, automatically generate static html page occupy less resources available from the template definition 32 md5 password encryption
fasttobeahacherchm
- 看看对你有好处 看不动没关系 多学点 少玩点 不吃亏的-you look at the benefits of fixed okay see more, learn less games not at the expense
superXcopy
- Xcopy 选项: /a 包含属性 /b 备份模式(只拷贝设置为归档属性的文件) /c 把目标文件的创建日期设置为当前文件日期 /e 包含创建空目录 /f 刷新已存在文件(只拷贝已存在的文件) /h 拷贝隐含文件 /p 对每个文件/目录都进行确认 /q 简洁模式 /r 多盘拷贝(如果目标盘为A-E且容量小于2M时会被提问) /s 包含子目录 /u 更新模式(只拷贝新文件) /v 校检目标文件,速度缓慢 /w 窗口模式 /x 文件名 不包括该
GetShutdownTime
- 编程得到上次正常关机的时间 在中文网站上一直到不到得于正常关机时间的方法,花了两个小时才在英文网站找到VB的代码,自己花了点时间把它改了VC的.-normal programming to be turned off last time at the Chinese website has been to less than a normal shutdown at the time, spent two hours in the English website to find VB cod
C-compiler-design
- C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared with a friendly GUI interface
ELGamaltool
- 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
woheni
- 一个系统文件,用处不大,先这样了,试以下-a system files, less useful, the first such test following
_PriorityQueue
- 优先队列类及实现,测试程序,以Key为权,Key少者先出队-priority queue category and Implementation, testing procedures, for the right to Key, Key less first-out team
RR
- Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
应用层截包方案与实现(修订)
- 绝对经典的东西!不下是你一生中最大的损失!!应用层截包方案与实现(修订).rar-absolute classic things! Your life is no less than the biggest loss! ! Application-layer packet cut programs and the realization (Amendment). Rar
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
Bootstrap-v1.15 ATMEL AT91SAM9260 的BootStrap
- ATMEL AT91SAM9260 的BootStrap,官方下载的编译后大于4K,该源码经过优化后编译出的NANDFLASH 启动代码小于4K-ATMEL AT91SAM9260 BootStrap, the official download compiled larger than 4K, after compiling the source code optimized out of the boot code is less than 4K NANDFLASH
uEncrypt.rar
- 一个加解密的函数,可逆,应用在一些要求不高的地方还是挺方便的,An encryption and decryption function, reversible, applications less demanding in some places is still quite convenient
less
- Mini less implementation busybox for Linux.