CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - kernel source code

搜索资源列表

  1. byshellSrc

    0下载:
  2. 一个很好的内核级后门的源代码,对系统内核的操作很值得学习-a good kernel-level source code back door of the operating system kernel is worth learning.
  3. 所属分类:远程控制编程

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

    0下载:
  2. 来自linux的源码,编译你自己的Linux内核-Linux from the source code, compile your own Linux kernel
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:58.81kb
    • 提供者:徐波银
  1. brouse

    1下载:
  2. 一个简易的浏览器的源代码 相信可以对浏览器内核 感兴趣的朋友 有所帮助-a simple browser believe that the source code could be right browser kernel interested friends help
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:19.14kb
    • 提供者:necho
  1. kernel-aodv

    0下载:
  2. 可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码-can run on the Linux platform of self-organizing network agreement kernel version of the on-demand distance vector source code agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:53.34kb
    • 提供者:安德里周
  1. byshell067beta2src

    0下载:
  2. byshell0.67b版一个很好的内核级后门的源代码,对系统内核的操作很值得学习-byshell0.67b version of a good kernel-level source code back door, the operating system kernel is worth learning
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:129.9kb
    • 提供者:小李
  1. byshell064

    1下载:
  2. byshell0.64版 一个很好的内核级后门的源代码,对系统内核的操作很值得学习-byshell0.64 version of a good kernel-level source code back door, the operating system kernel is worth learning
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:86.79kb
    • 提供者:小李
  1. linux-2.4.0.tar

    0下载:
  2. Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码-Linux kernel source code is compressed files
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23.25mb
    • 提供者:刘海风
  1. MyIeSRC

    0下载:
  2. MyIE3.0浏览器源代码 MyIE是网络上较为流行的多页面浏览器,其使用IE内核,增强了较多的功能,尤其可贵的是作者公开的其源代码。不管是初学者还是高手都可以从中学习到不好东西。-MyIE3.0 browser source code engine is the more popular network of more pages browser, the use of IE kernel, enhanced with more features, especially valuable is
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:644.8kb
    • 提供者:王 望
  1. routeEnhLib.rar

    0下载:
  2. 通常内核路由表是由TCP/IP协议栈的主进程访问,然而有时用户需要自己操作内核路由表。该源代码包用于访问TCP/IP协议栈的内核路由表,该代码能够在VXWORKS操作系统上运行,做适当修改可以用于LINUX。,Usually the kernel routing table is TCP/IP protocol stack to visit the main process, but sometimes users need to operate their own core routing t
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:64.78kb
    • 提供者:yu
  1. IPv4IPv6turnel

    0下载:
  2. 翻译网关的实现环境 Linux 是类Unix 操作系统大家族的一员[19]。1991 年,Linus Torvalds 开发出 了最初的Linux,现在,Linus 依然在不遗余力地改进Linux,使它保持与各种硬 件平台的同步发展,并协同世界各地上百名开发者进行应用开发工作。 Linux 内核是一个真正的Unix 内核,它的内核非常小而且紧凑,Linux 系统 通常很稳定,故障率低,系统易于维护。Linux 最吸引人的优点是它不是一个商业 操作系统,它的源代码在GNU
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:5.96mb
    • 提供者:qmei_1
  1. 1

    0下载:
  2. linux内核源代码,有需要的可以下啊,包含3大部分-linux kernel source code, there is a need to be under the ah, contains 3 most
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:19.12kb
    • 提供者:菜吧
  1. device_drivers

    0下载:
  2. Source code to develop device driver in the kernel to serially communicate between two computers using UART via null modem cable.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:2.99kb
    • 提供者:Nam
  1. TCPIP

    0下载:
  2. 这是tcpip协议的内核源码分析,对学习tcpip协议很有帮助。-This is the tcpip protocol kernel source code analysis, helpful learning tcpip protocol.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-25
    • 文件大小:7.93mb
    • 提供者:jiankuilu
  1. AjaxParser

    0下载:
  2. 一个VC++有穷自动机分析内核的源代码,为 DocWizard 做词法分析准备,本分析内核可以在不改变代码的情况下分析不同的 DFA……有意思吧,看看代码就会明白-VC++ there is a finite automaton of the kernel source code, to prepare for the DocWizard do lexical analysis, this analysis does not change the kernel code in the case
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:104.62kb
    • 提供者:lbaoying
  1. arptable_filter

    0下载:
  2. Netfilter的内核源代码,可以作为研究ARP,IP的HOOK的前提。-Netfilter kernel source code, can be used as research ARP, IP HOOK premise.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:Jay Chou
  1. Linux_Kernel_Source_Code.v3.0.

    0下载:
  2. Linux内核源代码,[BBservice]167.Linux内核0.11完全注释.A_Heavily_Commented_Linux_Kernel_Source_Code.v3.0.赵迥.[zh-cn]-Linux kernel source code, [BBservice] 167.Linux 0.11 kernel fully comment. A_Heavily_Commented_Linux_Kernel_Source_Code.v3.0. Zhao Jiong. [Zh-cn]
  3. 所属分类:Linux Network

    • 发布日期:2017-05-23
    • 文件大小:7.09mb
    • 提供者:wang
  1. Network-subsystem

    0下载:
  2. 按功能,Linux内核可以划分为5个不同的部分,每一部分处理一项明确的功能,同时又向其他内核组件提供这项功能。这种结构也反映到内核的源代码上——这5部分都形成了自己的子树。-By function, Linux kernel can be divided into five different parts, each part of the deal with a clear function, addition, other kernel components to provide this
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:4.05mb
    • 提供者:sdfjlk
  1. Linux-Kernel-network-protocol-

    0下载:
  2. Linux网络协议栈分析,高清电子书,详解分析了TCP/IP协议,详尽的Linux 内核源码逐行分析- Linux network protocol stack analysis, HD books, Detailed analysis of the TCP/IP protocol, a detailed analysis of the Linux kernel source code line by line
  3. 所属分类:Linux Network

    • 发布日期:2017-05-14
    • 文件大小:3.29mb
    • 提供者:Cholesky
  1. winpcap source code

    0下载:
  2. WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packe
  3. 所属分类:网络截获/分析

  1. linux-1.2.13.tar

    0下载:
  2. tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-10
    • 文件大小:2.25mb
    • 提供者:123DLJ
« 12 3 »
搜珍网 www.dssz.com