CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - send

搜索资源列表

  1. SendSignal

    0下载:
  2. 向命令程序发送 Ctrl + c Ctrl + break命令的工具源码!-order to send Ctrl c Ctrl break-source tool orders!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10343
    • 提供者:Linger
  1. vccom

    0下载:
  2. 使用VC++6.0编写的程序,用于实现计算机的串口的接收、发送数据,程序清晰明朗,可以方便地移植到其他的大程序中。-use VC 6.0 prepared by the procedures used to achieve the computer's serial port to receive, send data, procedures are clear uncertainty can be easily transplanted to other major procedure
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:33744
    • 提供者:王坚
  1. henclib263

    0下载:
  2. 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2730199
    • 提供者:徐航
  1. 计算机远程监控

    1下载:
  2. 计算机远程监控,可以对局域网内的所有计算机进行远程控制,能进行锁定,开关机,进程控制,发送消息,发送控制台命令。-Control all computers in a LAN, can lock, close or startup them, and can also control their processes, send message and console command to them.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:862238
    • 提供者:八戒
  1. win控制台程序(可以发送,但接受还需要完善)776

    0下载:
  2. windows控制台程序,可以发送和接受消息,并作出回应。-windows console procedures, can send and receive information, and to respond.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:83681
    • 提供者:杨超
  1. message_bomb

    0下载:
  2. 可以在QQ或者其它聊天工具上连续的发送信息,小小的骚扰一下自己的朋友。-Can chat with QQ or other instrument to send the information straight up, my little friends harassment.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:145972
    • 提供者:黄华
  1. Pro

    0下载:
  2. Networking P2P, where one client sent request to share a file data while the other peers search the file, if found then send the file to the 1st peer-Networking P2P, where one client sent request to share a file data while the other peers search the
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:69335
    • 提供者:Ghazanfar
  1. GetCookie

    0下载:
  2. vs2008下控制台程序:读取指定网址对应的cookie。带着cookie信息,将向该网址的网站发送http请求。-vs2008 under the console program: read the specified address corresponding to the cookie. With cookie information, the website will send the http request.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:27360
    • 提供者:liyiliang85
  1. c-hwnd

    0下载:
  2. HWND variables foe send message api etc... normal string convert to hwnd type variables
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:temelal
  1. tcp-transfer-xp-linux

    0下载:
  2. 控制台下发送并接收文件的程序,包括windows xp环境下以及linux环境下,这个是本人参加比赛用的。-Console to send and receive files of the program, including the windows xp environment and linux environment, this is my race use.
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2099065
    • 提供者:王追
  1. L113172240vc6e

    0下载:
  2. 派乐高D协议,实现。通过串口来控制云台的运动,简简单明了,通俗易懂 完整源代码,经测试可直接使用。 -Lego D agreement to send to achieve. Through the serial port to control PTZ movement, siimple and clear, easy to understand the full source code can be directly used by the test.
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2072660
    • 提供者:
  1. Desktop

    0下载:
  2. 发送数据包的易语言源码。可用于封包的截取和发送。-Send datagram source
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:526234
    • 提供者:myname
  1. 1001Message-encryption

    0下载:
  2. 本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on the letter. First letter numb
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:852485
    • 提供者:luyanyi
  1. Serial_port_console

    0下载:
  2. autoit 语言开发的串口控制程序,可以集成在Windows 脚本中。-this tool send the command to serial port in windows。
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:187312
    • 提供者:moyu
  1. Csendmail

    0下载:
  2. 这是一个实现用C语言发送电子邮件的小程序,可以把截获的键盘记录发送给监控的主机。-This is a realization of C language small program to send email, you can send intercepted keyloggers monitored host.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:40383
    • 提供者:黄林康
  1. eth_send_vc

    0下载:
  2. 基于winpcap 网口发送程序 可以发送一段自定义帧 具体帧可以自己一位位拼写 可以组装成自己喜欢的tcp udp ip协议-based winpcap 。The process of ethernet send
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1704410
    • 提供者:zzz
  1. VisualTalk

    0下载:
  2. This is voice and video chatting program. We can send text message too. And we can see that in real time. This code come from website devpia from Korea.-This is voice and video chatting program. We can send text message too. And we can see that in re
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1250098
    • 提供者:jinkyung
  1. VisualTalk_Src

    0下载:
  2. This is voice and video chatting program. We can send text message too. And we can see that in real time. This code come from website devpia from Korea.-This is voice and video chatting program. We can send text message too. And we can see that in re
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:5043601
    • 提供者:jinkyung
  1. send_packets_winpcap

    0下载:
  2. 运用winpcap开发包 编写的向网口发送链路层数据包的程序 visual c-procedures use winpcap development kit to send link layer data packets to the Ethernet port visual c++
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2224130
    • 提供者:mayilan
  1. dos_sendmails

    0下载:
  2. dos下发送邮件命令 , dos下发送邮件命令-send email in dos,send email in dos
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1153
    • 提供者:zougang
« 12 »
搜珍网 www.dssz.com