搜索资源列表
扩充pl0文法编译器
- 对PL/0作以下修改扩充: (1)课内上机作业(考试前交报告): 增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -right PL / 0 expansion for the following modifications : (1) the reverse on the plane operations (examination reports) : Increased word
superXcopy
- Xcopy 选项: /a 包含属性 /b 备份模式(只拷贝设置为归档属性的文件) /c 把目标文件的创建日期设置为当前文件日期 /e 包含创建空目录 /f 刷新已存在文件(只拷贝已存在的文件) /h 拷贝隐含文件 /p 对每个文件/目录都进行确认 /q 简洁模式 /r 多盘拷贝(如果目标盘为A-E且容量小于2M时会被提问) /s 包含子目录 /u 更新模式(只拷贝新文件) /v 校检目标文件,速度缓慢 /w 窗口模式 /x 文件名 不包括该
P-Pass
- 想知道程序是如何实现加密解密的嘛? 那么来下载去看看吧,简单易懂,不懂你砸我!-procedures want to know is how to achieve encryption and decryption of incorrect? So to download and end, simple, but not you hit me!
j2000-code+doc
- The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an im
clangpdf.rar
- c 编程资料 繁体版的除了讲述一些基本概念外,重点还讲述了,如何用C语言通过BIOS中断操作键盘鼠标,串口通信等,c programming information about the Traditional version of the addition to some basic concepts, the focus is also about how to use C language through the BIOS keyboard interrupt mouse, serial c
GetHardWareInfo.rar
- Delphi获取CPU序列号、网卡MAC地址、注册码保护实例,实际上是围绕一个控件展开编程,里面有Delphi的调用实例,有兴趣的可以研究一番。 还包含了一个注册机和注册验证测试的实例,Delphi get CPU serial number, Ethernet MAC address, registration key to protect instance, is actually started around a control program, which calls a Delp
EasySYS
- 本程序为delphi写的驱动编译工具,要是谁改动了代码,不要忘了分享一下~-This procedure for the delphi compiler Writing instrument drivers, if one changes to the code, do not forget to share with you ~
armlinuxPPT
- arm linux经典ppt课件,里面包含从基础到精通的全部ppt讲义,通俗易懂,很适合初学者使用。-ppt classic arm linux courseware, which contains from basic to proficient in all ppt notes, user-friendly, it is suitable for beginners to use.
LFS-BOOK-6.3
- 从零构建自己的LINUX系统手册:根据操作一步 搭建自己的LINUX系统(可按照自己的需要进行裁剪,X86下最小可到800Kb)-From zero to build our own LINUX System Manual: step structures in accordance with its own operating system LINUX (which can be carried out in accordance with their own needs cutting, X
LinuxDeviceDriver
- 我们同事写的linux 2.6 驱动设计模型,结合一个实际的项目,对总线、设备和驱动程序作了详细的讲解,非常有参考价值。-Our colleagues to write the linux 2.6 model-driven design, combined with a practical project, on the bus, equipment and driver made in detail, very good reference material.
A-PAINLESS-GUIDE-TO-CRC-ERROR-DETECTION-ALGORITHMS
- A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC校验理论与实践的经典教程,Ross写的。-A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC checksum of the classic theory and practice tutorials, Ross wrote.
RSA
- RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
LinuxSystemProgramming
- The information in this book will show you how to create code that will run on all of the different Linux distributions and hardware types. It will allow you to understandhow Linux works and how to take advantage of its flexibility.
Linux-devices-drivers-for-newcomer.pdf
- 比较详细地介绍了linux设备驱动开发的入门知识。 为初学者开启了linux设备驱动的学习之门。-A more detailed descr iption of linux device driver development knowledge portal. For beginners linux device driver opened the door to the study.
5646_1235450566MFuu
- 大家都在找的QLL源代码, 虽然没有全部完成,但是所有的属性/函数都已经有的! 大家只要把里面的功能补全即可! -Everyone QLL looking at the source code, although not fully completed, but all of the property/function have been some! Put inside the U.S. as long as the function to complete!
ibe.tar
- IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
valgrind_manual.pdf
- linux 内存泄露检测工具,可以检测出程序的内存泄露情况-linux memory leak detection tool to detect memory leaks in case the procedure
p-run
- p-run - run programs on remote hosts in parallel Copyright (C) 2003 Frank Sorenson (frank@byu.net) This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published b
Windows-P-XP-P-Raiders
- Windows+XP+全攻略.rar chm格式 很方便查看-Windows+ XP+ Raiders. Rar chm format is easy to see
rsa
- 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P