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

搜索资源列表

  1. filesystem11

    0下载:
  2. 操作系统课程设计文件系统,我们操作系统课程的一个作业,不但有代码而且有报告,绝对好-courses on operating system design document systems, we will of course an operating system operations, not only is the code and reports, the absolute good
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:54.43kb
    • 提供者:洪杰
  1. yupingcaozuo

    0下载:
  2. 我大三做的操作系统课程设计,里面有代码有报告,欢迎大家下载。-the junior courses on operating system design, with a code, we welcome the download.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:49.62kb
    • 提供者:平哥
  1. shell

    2下载:
  2. linux下shell解释器的进一步完善 附有完整的代码和实验报告,对实现原理进行了详细的注释
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:25.54kb
    • 提供者:gxw
  1. ErrorHandlerDemo

    0下载:
  2. 对程序错误的处理、意外问题的产生和以及提出警告和处理方法往往很容易被一些程序员忽略或者低估掉。如果程序员能养成捕获错误的好习惯,那对于您调试程序以及防止程序造成的错误给用户带来不便。调试的时候一般有些错误不会马上体现出来,往往在您编译分发程序之后才出现。怎么获得错误代码和原因,让程序更健壮和具有鲁棒性,本源代码给出一个很好的示范和方法。 这个源代码是一个dll支持文件,您可以在您的任何程序中进行引用,只要在程序入口添加简单的几行代码即可实时捕获当您程序发生错误时出现的原因和代码位置。并给出
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31.39kb
    • 提供者:bigwahaha
  1. xitongdiaoyong

    0下载:
  2. 在Linux内核中添加一个系统调用,返回当前的时间,并编写用户测试程序使用这个系统调用,来报告内核返回的时间,有详细的操作和代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:31.21kb
    • 提供者:张毓玺
  1. 实验四 模拟“五个哲学家”问题

    0下载:
  2. 里面有代码跟实验报告
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-05-11
    • 文件大小:30.49kb
    • 提供者:lonelypaladin
  1. nachos实验代码

    1下载:
  2. nachos操作系统试验详细代码,内有实验报告
  3. 所属分类:系统编程

    • 发布日期:2011-05-13
    • 文件大小:204.32kb
    • 提供者:yingyingisi
  1. oprofile-0.9.7.tar

    0下载:
  2. OProfile是Linux内核支持的一种性能分析机制。 它在时钟中断处理入口处建立监测点,记录被中断的上下文现场,由配套的用户态的工具oprof_start负责在用户态收集数据,opreport则分析数据并给出分析报告。 通过这个工具,开发人员可以得知一个程序的瓶颈在哪里,进而指导代码优化。-Linux kernel support for OProfile is a performance analysis system. It is the entrance to th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.32mb
    • 提供者:Mike
  1. bomb_solution.pdf

    0下载:
  2. 二进制炸弹一个版本的实验报告,内有实验代码,答案以及解答过程,可以给要做这个实验的人一定的参考-A solution of bomblab for csapp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:255kb
    • 提供者:郭野
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:272kb
    • 提供者:Lilith
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:234.43kb
    • 提供者:luoang
  1. DES

    0下载:
  2. DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:13.84kb
    • 提供者:jhp627
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:80.17kb
    • 提供者:jhp627
  1. ssjcxc

    0下载:
  2. 死锁,进程和线程的实验报告,都是在red hat 9下实际运行过可行的代码,这份是完成以后写的实验报告,里面还有截图-Deadlock, processes and threads of the experimental report, are in the red hat 9 Next feasible code before the actual operation, this is a written test after the completion of the report, whi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:117.41kb
    • 提供者:wangjing
  1. 64R4SDFpoint_FFT

    3下载:
  2. 该工程实现了一个64点FFT,verilog编写,采用R4SDF结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point FFT, verilog compiled by R4SDF structure, through the Modelsim functional simulation, compression bag with rtl code, dc scr ipt, the output repo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.2mb
    • 提供者:ShuChen
  1. operatingsystemProcesscommunicationsconcurrentexec

    0下载:
  2. 操作系统实验报告里包含完整代码和详细注释。还有程序调试过程。程序并发执行和进程通信-Experiments address contains the complete code and detailed notes. There are debugging process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:272.46kb
    • 提供者:xiedanfeng
  1. linux

    0下载:
  2. 本系统包含图形与网络的linux编程实现生产者与消费者系统,界面美观。 该文件里有实验报告和代码,用linux+图形工具编程。-This system consists of graphics and network programming producers and consumers linux system, beautiful interface. There are experimental reports that document and code, using linux+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:215.11kb
    • 提供者:xiedanfeng
  1. cfz

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

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

    0下载:
  2. linux实验的实验报告,包括少量代码和截图-linux experiments are reported, including a small amount of code and screenshots
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:229.75kb
    • 提供者:树蜂
  1. xinxisafe

    0下载:
  2. 信息安全实验代码 包括维吉尼亚密码 凯撒密码 欧几里得密码 置换密码等,附实验报告-Test code includes information security Caesar Virginia password passwords password Euclid password replacement, with test report
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2.8mb
    • 提供者:chenrui
« 12 3 »
搜珍网 www.dssz.com