CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 详细 设计 文档

搜索资源列表

  1. DepartmentalStore

    0下载:
  2. 用户名:liuxinrui 密码:zhongyong 您可以在 linux 系统上运行 main.exe 文件 IP 应设为192.168.0.1 重新编译请在linux终端提示符后输入 g++ -lsybdb -lcurses -o 1.exe main.cpp clsMain.cpp clsConn.cpp clsTrade.cpp clsSupplier.cpp clsProduct.cpp 把数据库文件 DepartmentalSt
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:173.92kb
    • 提供者:刘鑫锐
  1. sanpack_rsa_vs2003sln_src

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1mb
    • 提供者:周刘兵
  1. C-compiler-design

    0下载:
  2. 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:972.67kb
    • 提供者:wangfei
  1. VBmanagement

    0下载:
  2. VB的钢铁公司入库管理和出库管理的详细设计文档和原程序-VB steel companies storage management and the management out of the detailed design document and the original procedure
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:140.09kb
    • 提供者:mars
  1. xixianquan

    0下载:
  2. JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source code and operating procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101.03kb
    • 提供者:sp
  1. RSAteclaaass

    0下载:
  2. 这是一个Vc++设计的关于rsa加密解密实现的设计文档,里面非常详细的写了有关设计过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:205.65kb
    • 提供者:sdasds
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:7.99kb
    • 提供者:香烟
  1. FTP

    2下载:
  2. 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-21
    • 文件大小:2.6mb
    • 提供者:tzy
  1. AES

    0下载:
  2. 此为《分组密码算法的设计与原理》的PDF文档,详细介绍了分组密码算法的设计与原理的思路与过程-This is the " Block Cipher Algorithm design and principle" of the PDF document, detailing the block cipher algorithm design and principles of the idea and process of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:816.53kb
    • 提供者:哇啦
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1019.74kb
    • 提供者:张波
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.18kb
    • 提供者:王跃
  1. Linux.documentation.detailed.operation

    0下载:
  2. Linux详细操作开发设计文档资料Linux development and design documentation for detailed operation -Linux development and design documentation for detailed operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:319kb
    • 提供者:t
  1. 3_DES

    0下载:
  2. 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:356.83kb
    • 提供者:班胜龙
  1. map

    0下载:
  2. 电子地图管理程序的具体信息,需求文档,详细设计文档-Specific information of the electronic map management procedures, requirements documents, detailed design documentation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:sit
  1. Improved_EightPuzzle1

    0下载:
  2. 八数码问题算法的改进实现,内附详细的设计文档。-Improved implementation of the eight digital algorithm, enclosing a detailed design document.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:196.2kb
    • 提供者:范权昌
  1. Android_media

    0下载:
  2. Android平台多媒体设计文档,文档里详细描叙了android多媒体相关的各层模块间的关系,可以指导开发多媒体模块-Android platform multimedia design document, the document describes in detail the relationship between the layers in android multimedia module inter-related, can guide the development of mult
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:小芳
  1. cerberus

    0下载:
  2. win32下的虚拟机保护壳,带有代码分析器的混乱虚拟机保护引擎,压缩文件内有详细设计文档.-win32 virtual machine under the protective shell, confusion virtual machine protection engine with code analyzer, detailed design document within the compressed file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3.74mb
    • 提供者:ljh
  1. Washing_Machine_DIY(ARM9PLinux)

    0下载:
  2. 洗衣机模拟_电子制作DIY_Arm2410+Linux基本驱动程序设计,含详细的设计文档-Washing machine simulation _ basic electronic production DIY_Arm2410+ Linux driver design, including detailed design documentation
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2.07mb
    • 提供者:kqss
  1. C-Sharp-WindowsService1

    0下载:
  2. 用C Sharp编写一个Windows服务,有详细的图文并茂的编写设计文档。代码有注释,容易阅读。-The preparation of a Windows service by C Sharp, has detailed pictures and write design document. Annotated code, easy to read.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:315.22kb
    • 提供者:linsan
搜珍网 www.dssz.com