CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kernel socket

搜索资源列表

  1. kernel_socket

    0下载:
  2. socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:18768
    • 提供者:蒋荣欣
  1. demo

    0下载:
  2. 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:44223
    • 提供者:yulei
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. Race

    0下载:
  2. 采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:673121
    • 提供者:strugglewang
  1. aodv_neighbor

    0下载:
  2. 本文件是用户空间程序的入口,使用select函数和定时器机制监测接收控制消息的socket和与内核通信的socket,并触发相应的处理函数来保证协议的正常,有序的运转。-This document is a user-space entry procedures, use the select function and the timer mechanism for monitoring and receiving control messages to communicate with the
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2007
    • 提供者:小小
  1. KSM.2010.03.22

    0下载:
  2. kernel Socket Module
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:97463
    • 提供者:__Genius__
  1. Linux-Network-Programming

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-20
    • 文件大小:1734656
    • 提供者:chinq
  1. udev

    0下载:
  2. 截获linux内核和用户空间通信的socket方法,可以获得hotplug的信息-Linux kernel and user space intercepted communications socket method to obtain the information hotplug
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:689
    • 提供者:杨晓风
  1. socket

    0下载:
  2. Data transfer between kernel and user space using netlink socket if
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:14441
    • 提供者:MV
  1. Beginning.Linux.Programming4th_EN

    0下载:
  2. Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4136405
    • 提供者:gh
  1. tcp_server_client

    0下载:
  2. socket通信的源码,其中一端是php代码,另外一端是linux下的c代码-linux kernel scenario analysis of the electronic version of the book introduces the principles of linux kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1610
    • 提供者:michaelcjt
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:Mica
  1. SOCKET-programming-port

    0下载:
  2. SOCKET编程——端口,完成端口---是一种WINDOWS内核对象。-SOCKET programming port,Completion port- is a WINDOWS kernel object.
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:14062
    • 提供者:陆续
  1. Linux-socket

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。-Introduction to Linux Network Programming Content: Linux is the most popular open-source operating system, occupies the core of the
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:1736731
    • 提供者:zhj
  1. ssmon

    0下载:
  2. VT Debugger with Open Source 这个是拿BluePill的代码作为Base,硬改成调试器。 构思到代码成型花掉我一年时间,幸亏公司活少,给了我充足的时间。 这个是摘自本人的简历内容。 XP系统的汇编级双机调试器,同时可以调试内核线程和普通线程。 Bypass 业界全部的AntiDebug系统。 Builtin with below Functions. 1. AMD VT System, 2. Internal
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:1258905
    • 提供者:ljh
  1. socket

    0下载:
  2. If non-zero, accept EAFNOSUPPORT to handle the case of the protocol not being configured into the kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2119
    • 提供者:zunjingcn
  1. socket

    0下载:
  2. Testing on isosurf shows a maximum around here. Don t know if it s the card or driver or kernel module that is causing the behaviour.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:28173
    • 提供者:paiwiuqy
  1. socket

    0下载:
  2. linux内核中有关套接字部分的源代码,想学习内核的可以看一下-linux kernel source code for the relevant parts of the sockets, want to learn what you can see the kernel
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:16674
    • 提供者:赵磊
  1. C#Socket分包传送数据

    0下载:
  2. C#写的关于封包和分包的代码,只包含核心代码部分,可直接引用(C# writes about packet and packet code,Contains only the kernel code section and can be referenced directly)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:7168
    • 提供者:Affleck
  1. 5

    0下载:
  2. 本程序系thinkphp内核开发的QQ空间导购应用将腾讯导购,应用文件夹内全部文件用ftp二进制上传到空间,在应用里正常显示需要空间支持PHP socket组件(This program is the QQ space guide purchase application developed by the ThinkPHP kernel, which will guide the purchase of the Tencent. All the files in the application
  3. 所属分类:WEB开发

    • 发布日期:2018-05-01
    • 文件大小:1633280
    • 提供者:24twefsd
« 12 »
搜珍网 www.dssz.com