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

搜索资源列表

  1. ufs.rar

    1下载:
  2. 使用FUSE提供的API,在linux下实现的简单的文件系统。此为操作系统课程设计。,Using the FUSE API , implement an simple filesystem in linux. It is the operation system homework.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:880432
    • 提供者:luqianhui
  1. WebKit.rar

    0下载:
  2. 一个本科生的毕业设计,嵌入式浏览器WebKit的源码及论文,Graduated from a undergraduate design, embedded WebKit browser' s source code and papers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:822951
    • 提供者:yan
  1. HIDusbFIRE 小型的防火墙的设计

    2下载:
  2. 该程序源码是实现一个小型的防火墙的设计,一种基于包过滤技术的实现。代码完整。 -The program is to achieve a small source firewall design, based on packet filtering technology implementation. Code complete.
  3. 所属分类:系统编程

    • 发布日期:2012-10-13
    • 文件大小:209779
    • 提供者:召唤
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260765
    • 提供者:陈观民
  1. Unix文件系统,操作系统课程设计

    2下载:
  2. Unix文件系统,操作系统课程设计 很好的东西
  3. 所属分类:系统编程

    • 发布日期:2012-09-16
    • 文件大小:1873040
    • 提供者:kwe321456
  1. UMFG

    1下载:
  2. 程序适合大学毕业设计论文!!用java编写! [autopk.rar] - 开源的自动排课系统,遗传算法,非常好,大家可以参考参考 [psd.zip] - photoshop图像文件格式说明 -Program for university students study! ! Written with java! [Autopk.rar]- Open Source Automated Course Scheduling System, genetic algorithm, very
  3. 所属分类:Network Security

    • 发布日期:2017-04-09
    • 文件大小:1860037
    • 提供者:董鹏康
  1. Julia

    0下载:
  2. 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4659923
    • 提供者:bends
  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
    • 文件大小:2729127
    • 提供者:tzy
  1. VBmanager

    0下载:
  2. vb设计的订单管理系统很好应 大家赶快下载-vb-designed order management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:238396
    • 提供者:邱松
  1. TheArtofComputerProgrammingVol4

    0下载:
  2. 计算机程序设计艺术,第四卷,这是目前能找到的最全的版本了。-The Art of Computer Programming, Vol4.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:9337128
    • 提供者:李鸣
  1. 111111GUIQT4

    0下载:
  2. QT4开发手册:里面详细介绍QT4编程的方法,串口编程,游戏设计,QT项目实战-QT4 development manual: which details QT4 programming method, serial programming, game design, QT project combat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6350253
    • 提供者:柯菲
  1. FreeChat-ssl

    0下载:
  2. linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:33369
    • 提供者:lin
  1. aes

    0下载:
  2. AES加密解密软件,毕业设计,大家参考一下-AES encryption and decryption software
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:109562
    • 提供者:张思远
  1. DES_LAST

    1下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-25
    • 文件大小:326093
    • 提供者:maowu
  1. BootLoader

    0下载:
  2. 本文详细地介绍了基于嵌入式系统中的OS启动加载程序Boot Loader 的概念、软件设计的主要任务以及结构框架等内容-This article described in detail based on the embedded system OS boot loader Boot Loader concept, the main task of software design and structural framework, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:54069
    • 提供者:张涛
  1. linuxsocket

    0下载:
  2. linux聊天程序试试看毕业设计 没什么写的了-Try linux chat program not written by graduate design of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:13508
    • 提供者:徐刚
  1. DeadLock

    0下载:
  2. 死锁检测工具,《计算机操作系统》课程设计,源代码+演示程序-Deadlock Detection Tool,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:206837
    • 提供者:Karley
  1. 11

    0下载:
  2. 我的毕业设计基于VC++的车牌识别系统,欢迎大家交流-My design is based on graduation VC++ License plate recognition system, are welcome to exchange
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:236791
    • 提供者:Li
  1. qt

    1下载:
  2. linux qt 图形界面设计资料全集-linux qt GUI Design Works
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1901630
    • 提供者:majun
  1. kaoqinguanli

    0下载:
  2. 用VC语言设计的考勤管理系统-VC language designed by Attendance Management System
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:143294
    • 提供者:zhao
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com