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

搜索资源列表

  1. rtsp_emu.tar

    0下载:
  2. 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:15.23kb
    • 提供者:张伟
  1. src

    0下载:
  2. 与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过-it builds up a tcp connection with remoted server and assigned port,after connection built, it sends test data to the server, compiled with cc/gcc under unix/linux redhat 2.6.18-92.el5
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:11.74kb
    • 提供者:wang yong
  1. chat

    0下载:
  2. 利用select函数在linux环境下实现的一个聊天程序,满足要求: (1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到; (2)程序支持下列命令 /help:显示帮助信息 /quit:用户退出聊天室,同时将退出信息广播给其他用户; /who:显示在线用户; /send 户名 消息:向指定用户发送点到点消息。 代码验证通过,保证能运行 -The use of select function in linux envir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3.07kb
    • 提供者:bobby
  1. libnet-1.19.tar

    0下载:
  2. libnet提供的接口函数主要实现和封装了数据包的构造和发送过程-libnet provides the main interface functions to achieve, and packaging of data packets and sends the process of construction
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:63.32kb
    • 提供者:xushoumei
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.66kb
    • 提供者:杨子坤
  1. ideviceenterrecovery

    0下载:
  2. sends a working iDevice in recoverymode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1.35kb
    • 提供者:Ninn
  1. linux

    0下载:
  2. 在linux平台上实现两个进程之间的通信,客户端发送信息之后,服务端能收到-In Linux platforms implemented on the communication between the two processes, client sends information after, the server can receive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:700byte
    • 提供者:luoyu
  1. ServerClient

    0下载:
  2. tcp/ip client-server connection client sends a command to the server implements the command: to open a html page the server sends back to the client the html code-tcp/ip client-server connection client sends a command to the server the server implem
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. Implement a simple file transfer system. The client sends a sequence of upload and download requests. An upload request contains the name and the content of the file. A download request contains the name of the file, and the server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2.89kb
    • 提供者:mariaandreea5
  1. tcp

    0下载:
  2. 一个简单的聊天代码,一方发送消息,服务器方看消息-A simple chat code, one party sends a message, the server side to see the message
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3.27kb
    • 提供者:yy
  1. SMTPclient

    0下载:
  2. 通过本客户端发送带附件的信件,由VC和linux分别实现-The client sends through the mail with attachments, are achieved by the VC and linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.44mb
    • 提供者:肖军
  1. sltv-0.91.tar

    0下载:
  2. 此源码是一个基于GStreamer编写的,用于接收音频和视频的一个服务程序。-an audio and video streamer that receives streams from several sources (V4L2, Firewire, ALSA, Pulseaudio, files...) and sends a stream using Icecast or to files (Vorbis+Theora). It has a graphical interface that
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:158.78kb
    • 提供者:詹建勋
  1. drbd-8.4.1.tar

    0下载:
  2. DRBD是一种块设备,其目的是建立高可用性 集群。 这是通过镜像整个块设备通过(一个专用) 网络。您 可以看到它作为一个网络RAID - 1。 DRBD技术需要的数据,将它写入到本地磁盘,并将其发送到其他主机。在其他主机上,它需要到磁盘。所需的其他组件是一个群集成员服务,应该是心跳,和一些顶级工程上的应用- DRBD is a block device which is designed to build high availability clusters. T
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:640.74kb
    • 提供者:Yao
  1. network

    0下载:
  2. 网络编程 主机端发送串口数据到客户端 客户端发送网络数据到主机端 控制qt上的蝴蝶飞行 自己 写得一个小东西-Network programming host controller sends serial data to the client the client sends network data to the host to control the butterfly on the qt flying their own written a small thing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:560.35kb
    • 提供者:czd
  1. sndpkt_tcp_rst

    0下载:
  2. 吃饭的家伙放血分享raw socket 发送阻断包.这里提供一个函数给大家分享. -The guy eat bloodletting Share raw socket sends a blocking package provides a function here to share with you.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:1.91kb
    • 提供者:lwj
  1. cyasstorage

    0下载:
  2. The storage module is fairly straight forward once the DMA and LOWLEVEL modules have been designed. The storage module simple takes requests from the user, queues the associated DMA requests for action, and then sends the low level requests to the We
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:25.96kb
    • 提供者:vdfgds6
  1. pcm_min

    0下载:
  2. This extra small demo sends a random samples to your speakers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:736byte
    • 提供者:fangjonnong
  1. tiwlan_loader

    0下载:
  2. brief Loader implementation - sends FW image, NVS image and ini file to the driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2.34kb
    • 提供者:paodindi
  1. JarWriter

    0下载:
  2. This Data Entry Writer sends data entries to a given jar/zip file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:guebinyo
  1. test2

    0下载:
  2. Linux软中断通信。 由父进程创建两个子进程,通过终端输入Crtl+\组合键向父进程发送SIGQUIT软中断信号或由系统时钟产生SIGALRM软中断信号发送给父进程;父进程接受到这两个软中断的其中某一个后,向其两个子进程分别发送整数值为16和17软中断信号,子进程获得对应软中断信号后,终止运行;父进程调用wait()函数等待两个子进程终止,然后自我终止。-Linux software interrupt communications. By the parent process creat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.2kb
    • 提供者:yongyong
« 12 3 »
搜珍网 www.dssz.com