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

搜索资源列表

  1. myshell

    0下载:
  2. 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11295
    • 提供者:叶黎
  1. GD_2004红外报警控制系统

    0下载:
  2. GD_2004红外报警控制系统 运用的是面向对象开发 这个是一个商业原代码 注意保密好吗? 这个是我去年开发的一个商业软件 已经用在了小区里 使用都很正常的 系统支持MDB和SQL 数据库 注意保密!-GD_2004 infrared alarm system is the use of the object-oriented development is a commercial source Note Italy confidentiality okay? T
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2230125
    • 提供者:andy
  1. Trace

    0下载:
  2. a simple code to trace system interrupt call and fucntion execution-a simple code to trace system interrupt cal l and fucntion execution
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6885
    • 提供者:carterjia
  1. LSystem

    0下载:
  2. l系统 l系统 l系统 l系统 -system l l l system system l l l system system l l l system system l l l System l l system system system l l System
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:234729
    • 提供者:555
  1. l-embedded-distro-pdf

    0下载:
  2. Learn how to build a custom Linux® distribution to use in an embedded environment, in this case to drive a Technologic Systems TS-7800 single-board computer. In this tutorial, you learn about cross-compiling, the boot loader, file systems, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:39166
    • 提供者:黄鹏曾
  1. Linux文件系统

    0下载:
  2. 本章介绍L i n u x内核是如何维护它支持的文件系统中的文件的.-chapter describes L i n u x-core is how to maintain its support for the file system in the papers.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:909544
    • 提供者:王琪
  1. SSD6-Exercise5

    4下载:
  2. SSD6(系统级编程)的Exercise 5: Cache Lab,自己做的,满分。 -SSD6 (system-level programming) the Exercise 5: Cache Lab, own, and out of.
  3. 所属分类:系统编程

    • 发布日期:2012-11-19
    • 文件大小:242879
    • 提供者:林俊池
  1. LCoSshixian

    0下载:
  2. : 介绍了 L C o S芯片在电视接收系统中的应用, 重点讨论了 L C o S芯片的结构与特点。-: LC o S introduced the chip in the television receiver system, focused on the LC o S-chip structure and characteristics.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:153329
    • 提供者:wu78zg
  1. userfilesystem(with_improvement)

    0下载:
  2. 用C语言或C++语言设计一个最多包括N个用户的多用户文件系统,约定每个用户最多保存M个文件。 同时相知一个用户在进入系统后,最多打开L个文件。-Using C language or C++ language design, including a maximum of N user multi-user file system, agreed to preserve each user a maximum of M documents. At the same time, know eac
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:6692
    • 提供者:dcj
  1. alsa-lib-1.0.9rc4.tar.bz2

    0下载:
  2. alsa声音驱动体系的lib库源代码,对应libaudio.so动态库-alsa sound lib-driven database system source code, the corresponding dynamic library libaudio.so
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:694320
    • 提供者:seven
  1. LINUXGTKGNOME

    0下载:
  2. 目前使用L i n u x主要在于服务器端。在I n t e r n e t上有很多服务器都在使用 L i n u x。但是,一个操作系统要想得到普及,并占据一定的市场份额,必须要使非计算机专业人士都可以轻松掌握这种系统。而L i n u x作为一种类U n i x操作系统,对它的操作一般都是通过复杂的 S h e l l命令进行的。因而,应该有一种简便易学的图形用户接口( Graphics User Interface,G U I),使用户使用鼠标就可以完成大多数工作。-L inux curr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7997012
    • 提供者:feel
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1655
    • 提供者:CC
  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-27
    • 文件大小:3877
    • 提供者:kank
  1. Dol

    0下载:
  2. 基于Visual C++和L系统的自然景物模拟-Visual C++ and based on L-system simulation of the natural landscape
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:51460
    • 提供者:
  1. Example041

    0下载:
  2. 基于Visual C++和L系统的自然景物模拟的程序源码,感兴趣的可以参考下-Visual C++ and based on L-system simulation of natural features of the program source code, can refer interested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:40907
    • 提供者:胡小丽
  1. xen-4.1.1.tar

    0下载:
  2. Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating systems)与Xen API进行连接。到目前为止,这样连结已经
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10355625
    • 提供者:yangcongjun
  1. l

    0下载:
  2. 图书管理系统 读者种类信息的修改、查询等。-Library management system kind of information the reader to modify and query.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:89186
    • 提供者:20117704
  1. my_ls_l.c

    0下载:
  2. 对linux 系统命令 ls -l命令的实现,通过gcc编译,查看目录下文件基本信息。-On linux system command ls-l command achieved through gcc compiler, view files under basic information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1357
    • 提供者:李享
  1. OS_FILESYSTEM

    0下载:
  2. 本实验要求在假设的I/O 系统之上开发一个简单的文件系统,这样做既能让实验者对文件系统有整体了解,又避免了涉及过多细节。用户通过create, open, read等命令与文件系统交互。文件系统把磁盘视为顺序编号的逻辑块序列,逻辑块的编号为0至L-1。I/O系统利用内存中的数组模拟磁盘。-This experiment requires the assumption of I/O system on the development of a simple file system, which a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2719094
    • 提供者:春春
  1. MsgHookLister

    0下载:
  2. MsgList installation: Command: MsgListerApp /i Run from an elevated command prompt. Uninstallation: Command: MsgListerApp /u Removes the service and deletes the previously installed MsgLister.sys. Active System Hook
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:136855
    • 提供者:dexter
« 12 »
搜珍网 www.dssz.com