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

搜索资源列表

  1. frame

    0下载:
  2. 数据链路层帧中继通信过程,ping,pong实例-Data link layer frame relay communication process, ping, pong instance
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:4775
    • 提供者:robotbai
  1. test

    0下载:
  2. 创建两个子进程,分别计算1~5000和5000~1W的素数 通过信号,用父进程专门完成数的保存.同时开启一个进程读文件, * 并讲数据输出到屏幕(保证不被其它信号干扰) -Create two sub-processes, respectively, calculated 1 ~ 5000 and 5000 ~ 1W the prime number of the parent process through the signal specifically to complete t
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:922
    • 提供者:zx
  1. netlink.tar

    0下载:
  2. 这是一个测试netlink性能的demo,也是实际项目遇到问题时改bianco的一个demon。demo分为两个部分,内核部分,与用户态部分。大致流程是这样:核态开辟多线程不停地往用户态发送数据,用户态接收后处理,不断测试,检测到发送的一个阈值,低于这个阈值时,用户态可以正确接收,高于阈值则可能会出现丢包的现象。-This is a test the netlink performance of the demo, the actual project experience problems c
  3. 所属分类:Linux Network

    • 发布日期:2017-11-11
    • 文件大小:314964
    • 提供者:陈豪
  1. iocpsys

    0下载:
  2. 一个简单的iocp封装,多线程处理接收到的数据-The a simple iocp package, multi-threading to process the received data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:2217704
    • 提供者:hll
  1. studentManage1

    0下载:
  2. 服务器端(B)负责管理数据,客户端(A)用于发送对数据操作的命令。客户端通过消息队列给服务器发送操作命令,服务器端根据接受到的命令处理数据,并通过消息队列将处理结果发送给客户端,同时,把客户端需要得到的数据,通过共享内存传递给客户端。客户端根据处理结果从共享内存中获取数据。-A process A (client) to another process B (server-side) sent to find, add, delete, display command, process B pe
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:3287
    • 提供者:yingliang
  1. socket

    0下载:
  2. 利用java或C++语言,设计程序,功能为捕获网络中的IP数据包,解析数据包的内容,将结果输出。 具体: 1.设计程序,捕获进自己端口的IP数据包。 2.解析捕获的IP包的版本、首部长度、服务类型、总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、首部校验和、源IP地址和目的IP地址等内容。 -Use Java or C++ language, design procedures, functions to capture IP packets in the ne
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:305639
    • 提供者:李梅
  1. TCPFlowControlModel

    3下载:
  2.   TCP流量控制模拟系统    任务是熟悉TCP流量控制机制,并设计程序模拟实现之。    2.该程序具有以下功能: (1)程序分为发送方、接收方两部分。发送方向接收方发送大量数据。 (2)接收方需要设立适当缓存。 (3)通过Receive Window控制发送方的发送速率,实现流控制。 (4)以适当形式显示出流控制的效果。-TCP traffic control simulation system The t
  3. 所属分类:P2P编程

    • 发布日期:2013-07-01
    • 文件大小:16586
    • 提供者:凌志峰
  1. GSpcwigfi25

    0下载:
  2. 实现Windows下的socket通信基本流程和接收由传感器发送来的温度数据并在PC显示-Under the Windows socket communication process and receive the temperature data sent by the sensor and the PC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:1431
    • 提供者:shihonglu
  1. AppMain

    0下载:
  2. 利用libpcap库,对网络接口进行抓包处理; AppMain.cpp是一个简单的输出packet; AppMain2.cpp将数据存文档-Use libpcap library, network interface capture process AppMain.cpp is a simple output packet AppMain2.cpp the data saved documents
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:1001
    • 提供者:罗下
  1. HDLL

    0下载:
  2.  在VB中,卸载NTDLL杀进程就是这种方法,但请慎重卸载其它DLL,先载入DLL并获取地址,然后Call函数地址,如果映像大小大于0,并且小于1.25G,估计没有那么大的DLL,这是只是为了判断数据是否合法,程序源码及方法仅供参考。-In VB, uninstall NTDLL kill the process is this way, but please carefully unloaded another DLL, first load the DLL and get the addre
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:23989
    • 提供者:lfc7713
  1. FileCSSocket

    0下载:
  2. Socket通信程序源码,分为客户端和服务器两个界面,可以进行文件的传送,传送过程中将文件切割成32K大小的数据块,依次传送并校验,确保数据传送无误。-Socket communication program source code, divided into client and server two interface, you can transfer the file, the file transfer process will be cut to the size of 32K da
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:47336
    • 提供者:张红斌
  1. wmjz

    0下载:
  2. DEDE内核,内含数据3000多条,数据不是很多。 安装过程 /install /dede 账号密码 admin 常用DEDE安装方法,可自查安装-DEDE kernel, containing over 3,000 pieces of data, the data is not a lot. Installation process / install / dede Admin account password DEDE common installat
  3. 所属分类:Web Server

    • 发布日期:2017-06-02
    • 文件大小:14948556
    • 提供者:陈希尧
  1. linux

    0下载:
  2. linux以阻塞的方式访问串口数据,运用在多线程处理程序-linux blocking access to serial data, the use of a multi-threaded process
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:27880
    • 提供者:李冬
  1. anjianqudong

    0下载:
  2. 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:3337
    • 提供者:sunxu
  1. er档

    0下载:
  2. 用汇编编写程序,任意输入两个数进行四则运算。要求从键盘输入数据和运算符,并把运算的结果显示在屏幕上。 你好-used to prepare the compilation process, arbitrary number of input 2 for 4 operator. Requests from the keyboard data entry and Operators, and the results of operations on the screen. Hello
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:945
    • 提供者:alsosho
  1. er档

    0下载:
  2. 用汇编编写程序,任意输入两个数进行四则运算。要求从键盘输入数据和运算符,并把运算的结果显示在屏幕上。 你好-used to prepare the compilation process, arbitrary number of input 2 for 4 operator. Requests from the keyboard data entry and Operators, and the results of operations on the screen. Hello
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:901
    • 提供者:sistheg
  1. rfmtest6.10new

    0下载:
  2. http://www.vmic5565.com/DownView.Asp?ID=14 适用于PCI接口反射内存 PCI-5565PIORC-110000 128MB内存, 多模光纤 PCI-5565PIORC-111000 128MB内存, 单模光纤 PCI-5565PIORC-210000 256MB内存 多模光纤 PCI-5565PIORC-211000 256MB内存 单模光纤 -Reflective Memory card test procedur
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:441955
    • 提供者:Eleven
  1. TCPTrafficAnalysisResult

    0下载:
  2.  TCP 吞吐量是 TCP 性能的一个重要的端到端性能指标,本程序的功能是对实验数据进行分析,获得TCP流量传输过程中的各项参数!-TCP throughput performance of TCP is an important indicator of end-to-end performance, the function of this process is the analysis of experimental data, access to TCP traffic in the p
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6015
    • 提供者:swithPr
  1. Dualx-master

    0下载:
  2. Dualx是一款基于Chrome的QQ客户端 您可以在使用基于版本为 25.0.1364.97 及以上的chromium内核的Chrome浏览器、Chrome OS操作系统及其他平台中使用。 Dualx使用WebQQ协议登录并与腾讯服务器进行通信,登录及通信过程只与*.qq.com域进行数据交换。 Dualx是开源的项目,遵循GPL协议发布(GPLv2 or later)。-QQ client Dualx is a client-based, you can use Chrome' s
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:778718
    • 提供者:刘晨
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data from the shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:lry
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com