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

搜索资源列表

  1. cpusimulator

    0下载:
  2. a cpu simulator with readme file . this code also is my assignment finished last year. i also provide the requirement and test file in this tar.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:77.37kb
    • 提供者:原代码
  1. malloc.tar.z

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:34.55kb
    • 提供者:站长
  1. cc

    0下载:
  2. complex calculation, from coding & cryptology assignment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:ralf
  1. array

    0下载:
  2. 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:564byte
    • 提供者:hudongyuan
  1. 16786456784

    0下载:
  2. 编译原理 赋值语句的翻译程序 逆波兰式输出-Compilation Principle assignment procedure against the Polish translation output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2.66kb
    • 提供者:Nigsadon
  1. studentmis

    0下载:
  2. A.定义一个学生类,包含如下信息:学生基本信息(年龄、性别、籍贯、民族、学历);学生成绩(多科成绩);学生联系方式(家庭住址、手机、座机);各个信息有相应的赋值/显示方法; -A. define a category of students, including the following information: the students the basic information (age, sex, place of origin, ethnicity, education)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6.66kb
    • 提供者:刘志勇
  1. Lab2_shah006

    0下载:
  2. The objective of this assignment is to implement a non-preemptive kernel. In order to do this you must implement three tasks: 1. Timer Management – necessary to establish a time base for our system. 2. Interrupt Management – necessary to handle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:425.31kb
    • 提供者:gary
  1. assignment

    0下载:
  2. this is prims implementation in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:155.02kb
    • 提供者:amol
  1. op3

    0下载:
  2. /* * IMPORTANT NOTE: * For this assignment, you might need to add state to the * class and/or augment existing methods, and/or create private helper * methods, but you should not delare new public methods */-/* * IMPORTANT NOTE:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.37kb
    • 提供者:linchen
  1. os-assignment

    0下载:
  2. 操作系统实现的同步:消费著,生产者。以及其他系统同步的程序。 -The operating system to achieve synchronization: consumer, producers. As well as other system synchronization process.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:6.06kb
    • 提供者:lisa
  1. assignment

    0下载:
  2. 编译通过的注册表监控软件,对注册表信息进行管理-Compiled by the registry monitoring software, to manage the registry information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:377.76kb
    • 提供者:famding
  1. pp

    0下载:
  2. Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3.79kb
    • 提供者:kank
  1. lab2_code

    0下载:
  2. RSA implementation for cryptography assignment
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:13.61kb
    • 提供者:cbro
  1. evaluation_translate

    0下载:
  2. 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.83kb
    • 提供者:小歪
  1. fuzhiyujulinux

    0下载:
  2. 算符优先,赋值语句的分析,输出格式为四元式。在linux环境下实现-Operator precedence, assignment analysis, the output format for the quaternary type. Achieved in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:31.95kb
    • 提供者:小贺
  1. vbSHA1

    0下载:
  2. 自己写一个SHA1算法类源代码,和流传的比较广泛的VB版本的MD5的代码比较下   就能发现里面的轮转的2种写法   1种用的是循环赋值,比较简捷   另1种则是把循环打开了,便于调试   2种写法各有优劣-Write a SHA1 algorithm class source code, and the spread of the more extensive version of the MD5 VB code can be found under more insi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3.52kb
    • 提供者:sunhui3587
  1. MyOwnShell.tar

    0下载:
  2. write a my own shell to execute all kinds of functions, clear, delete, exit , extract, file and so on. the detail info is in the requirements of the assignment. the source is consisted of parse command line arguments, execute all kinds of functions,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:19.14kb
    • 提供者:sanmao
  1. ncurses-ruby-1.2.4.tar

    0下载:
  2. ruby ncurses 接口. 原本缺少TABSIZE賦值.現已加入.-ruby ncurses interface, TABSIZE assignment added.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:64.02kb
    • 提供者:King Kong
  1. monitor.c.tar

    0下载:
  2. this part of choro operating system assignment by vrije universiti amsterdam. More uploads related to same are coming soon. Enjoy-this is part of part of choro operating system assignment by vrije universiti amsterdam. More uploads related to same
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1.37kb
    • 提供者:ravi
  1. MEC-assignment

    0下载:
  2. In this assignment we have to develop a system to carry the load from one point to another, Develop our design using all possible mechanisms. Show all calculations in relation to the mechanisms used in our system. Our system must be a fully automa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:405.32kb
    • 提供者:haydar
« 12 3 4 5 »
搜珍网 www.dssz.com