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

搜索资源列表

  1. 编译器tiny

    0下载:
  2. 这是一个基于命令行的编译器,它是在一个国外教学使用的编译器tiny基础上改写的。 这个代码对理解编译器有不错的作用-This is a command-line compiler, which is the use of teaching a foreign compiler tiny based on the rewrite. The code compiler for understanding the role of a good
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:293299
    • 提供者:梁立平
  1. 060321linuxcode

    0下载:
  2. Linux0.0.1版源代码,暴强,最早一个版本的linux,一共8000多行代码,适合linux内核初学者阅读.-Linux0.0.1 version of the source code, strong violence, a first version of linux, a total of more than 8,000 lines of code, the Linux kernel suitable for beginners to read.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:92338
    • 提供者:王学家
  1. traceroute_by_CT

    1下载:
  2. 用最少的代码行数实现了traceroute的功能,在linux上测试通过-with the least number of lines of code to achieve a traceroute function, the test pass on linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8585
    • 提供者:陈涛
  1. kernel44b0

    0下载:
  2. 44b0的启动代码,包含FLASH的读写,TFTP下载应用程序。加载运行用户程序等。-44b0 bootcode include FLASH literacy, TFTP download applications. Users load operation procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:277834
    • 提供者:zhouzhiguang
  1. makefile1584651

    0下载:
  2. 一个智能GNU makefile 主要是懒得自己写makefile,那个《gnu makefile指南》中的智能makfile对我来说还不够简洁。 使用方法: 把makefile拷到代码目录里就行了,不需要做任何设置,输出名为test_main的调试版可执行程序。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:stevephen
  1. kernel

    0下载:
  2. Linux.tar.gz //gz压缩格式源代码 linux0.0.1comment.zip //Linux 0.01核心源代码的注释 Linux0.01.zip //ZIP压缩格式源代码 Linux0.01虽然是Linux的第一个发行版本,但是却基本具备了操作系统中最重要的组成部分,同时Linux0.01只有8500行左右的代码,对操作系统的理解和实践就非常简单,轻松了。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-16
    • 文件大小:343016
    • 提供者:小白
  1. linux-0.11源码带中文注释

    0下载:
  2. linux-0.11源码带中文注释,非常适合想对操作系统有深入了解的同学,而且每行代码均有注释!!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-12-30
    • 文件大小:364820
    • 提供者:xiongsese
  1. libupnp-1.6.5

    0下载:
  2. UPNP在Linux下的实现,本代码是关于UPNP虚拟电视机功能的一个代码,在Linux环境下运行,使用命令行编译后,用make来执行-UPNP implementation in Linux, the code is on the UPNP functions of a virtual TV code to run in Linux environment, use the command line compiler, you use make to perform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1527081
    • 提供者:幻叶
  1. QEditor

    1下载:
  2. QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3687691
    • 提供者:豆腐
  1. linux_kernel_explain

    0下载:
  2. linux0.11的源代码和linux内核解释的pdf。非常适合linux初学者,linux0.11的代码量为1万多行,而最新的linux源代码会有几百万行,可能一辈子也没办法全部理解,所以我们要理解linux的精髓。linux0.11版本是我们学习linux的最适合的源代码^_^,配合这位同济大学的教授的注释,真的很不错^_^-linux0.11 the linux kernel source code and explanation of the pdf. Linux is very sui
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5363597
    • 提供者:陈建华
  1. src

    0下载:
  2. PVM下mandel_brot集并行化代码-Set mandel_brot under PVM parallel code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4654
    • 提供者:caowei
  1. linuxneihezhushi

    0下载:
  2. linux0.11的源代码的注释,有很高的实用价值,代码量很少,只有一万多行。-linux0.11 footnote to the source code with a high degree of practical value, code volume rarely, and only more than 10,000 lines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:289792
    • 提供者:zhujie
  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
    • 文件大小:240056
    • 提供者:luoang
  1. shellpart1

    0下载:
  2. 一共分为3个PART,整合起来是一个简单的LINUX SHELL 必须3部分代码一起编译才行。这个是shellpart1部分-Total is divided into 3 PART, integrating LINUX SHELL is a simple 3 part of the code must be compiled along with Cai Xing. This is part of the shellpart1
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2877
    • 提供者:肉肉
  1. shellpart2

    0下载:
  2. 一共分为3个PART,整合起来是一个简单的LINUX SHELL 必须3部分代码一起编译才行。这个是shellpart2部分-Total is divided into 3 PART, integrating LINUX SHELL is a simple 3 part of the code must be compiled along with Cai Xing. This is part of the shellpart2
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2834
    • 提供者:肉肉
  1. shellpart3

    0下载:
  2. 一共分为3个PART,整合起来是一个简单的LINUX SHELL 必须3部分代码一起编译才行。这个是shellpart3部分-Total is divided into 3 PART, integrating LINUX SHELL is a simple 3 part of the code must be compiled along with Cai Xing. This is part of the shellpart3
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2996
    • 提供者:肉肉
  1. daima

    0下载:
  2. /* 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50 以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85 ,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好 -daima
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:3054
    • 提供者:garu
  1. UNIXv6src

    0下载:
  2. Unix内核代码 全部的 不过并非能够实现全部功能的代码 是标准的C语言编写9961行代码-Unix kernel code, but not all of the code to achieve full functionality of a standard 9961 lines of code written in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1692183
    • 提供者:张国超
  1. TJ

    0下载:
  2. 用QT 实现的统计一个目录下所有文件的总代码行数,空白行行数,注释行行数。-tongjiyigemuluxiasuoyouwenjian de hangshu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4692
    • 提供者:xiao ma
  1. zebra-0.94.tar

    0下载:
  2. 交换机路由器常用的命令行软件,这是个开源软件,编译通过后 加入自己的程序代码 就可使用(Switch and router commonly used command line software)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-30
    • 文件大小:1318912
    • 提供者:nike-lew
« 12 3 »
搜珍网 www.dssz.com