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

搜索资源列表

  1. xw

    0下载:
  2. 串口向mysql发送文件程序。客户端返回。 简单的程序示范
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-16
    • 文件大小:1.37kb
    • 提供者:李可亲
  1. chuankou_board

    0下载:
  2. 两段程序,在LINUX下通过串口传输,保证可用,交叉编译后还可以和ARM开发板传输数据,一个是发送端,一个是接受端
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.78kb
    • 提供者:huang
  1. perial_port

    0下载:
  2. 一个linux下串口通讯的接收端和发送端,已在redhat 9.0下测试通过
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.69kb
    • 提供者:Leo
  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. r

    0下载:
  2. linux串口 发送端程序 用于串口发送-linux serial port terminal program for the serial port to send to send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:912byte
    • 提供者:Thinker
  1. packet

    1下载:
  2. python实现两个以太网端口间的发送和接收以太网数据包-python achieved between the two Ethernet ports to send and receive Ethernet packets
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:307.66kb
    • 提供者:mander
  1. linuxxuexi

    0下载:
  2. 嵌入式linux中 功能:完成串口读写操作,这里设定从串口读取消息时使用select函数,发送消息的程序不需要使用select函数,只发送“hello”消息由接收端接收-Embedded linux in function: the completion of serial read and write operations, set here to read messages from the serial port using the select function to send a me
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5.3kb
    • 提供者:cccs
  1. tz

    0下载:
  2. 雅黑科技PHP探针最大的优点:每秒更新,不用刷网页。有一个负责的站长,会对探针进行长期支持和更新。 用于Linux系统(不推荐使用于Windows系统)。可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息,1秒钟刷新一次。以及包括服务器IP地址,Web服务器环境监测,php等信息。 雅黑PHP探针 0.4.2 更新记录: 2012-04-15 发布0.4.2版本,感谢小松反馈探针发送邮件时,如果web服务器端口非80时,发送的邮件标题忽略端口号,现已修复。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:44.78kb
    • 提供者:taoxin
  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. qt_qq

    0下载:
  2. 这是用tcp制作的一个qt的简单的聊天工具。两个对话框,相互间发送或者接收数据,通过设置端口和地址连接,还可以清除所发送或者接收的数据。-This is a qt tcp making a simple chat tool. Two dialog boxes, send or receive data to each other, by setting the port and address of the connection, you can also clear the sending o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:642.34kb
    • 提供者:李英
  1. serial

    1下载:
  2. 这是一个在linux下用QT编写简易串口通讯助手的源程序,程序简单易读,可以实现串口端口的选择及串口参数的设置,及接收串口数据以及向串口发送数据,请用qt creator即可-This is a linux written in QT source of simple serial communication assistant, the program is simple and easy to read, you can achieve the selection of the serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-03-18
    • 文件大小:6kb
    • 提供者:钟路强
  1. jlyhcz

    0下载:
  2. linux shell 的脚本 用于记录通过22端口登录的用户操作并且 会自动发送邮件到 需要的邮箱-linux shell scr ipt used to record through 22 port login user actions and automatically send a message to the desired mailbox
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:848byte
    • 提供者:fire
  1. TCP_communication

    0下载:
  2. Linux下的一个服务器客户端的小程序,基于TCP的实现;服务器可以同时接受多个客户的接入,通过子进程处理客户请求,下面的例子中,服务器只将客户的IP和端口以及发送的信息显示,然后原样的将客户发送的信息发送给客户。客户端仅仅是输入信息以及显示收到的信息。-Linux under a small application server to the client, based on the TCP implementation Server can accept multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8.28kb
    • 提供者:fulei
  1. 268327

    0下载:
  2. 一个综合的黑客程序,包括端口扫瞄,发送邮件,下载网站源程序,关闭运行程序,测试电脑速度,简单的IE-A comprehensive hacker programs, including port scan, send mail, download website source code, closed to run the program, test the speed of the computer simple IE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-12
    • 文件大小:160.94kb
    • 提供者:prksi
搜珍网 www.dssz.com