CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - send

搜索资源列表

  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:652124
    • 提供者:段纯
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. chatsend

    0下载:
  2. 本聊天发送器类似于oicq的消息发送机制,不过他只能够发送简单的字符串。虽然简单,但他也是一个很好的VC网络学习例子。-the transmitter similar to the Live messaging mechanism, but he could only send a simple string. Although simple, but he is also a very good example of VC network learning.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1579
    • 提供者:梁良
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. console_cmdline

    0下载:
  2. 代码演示关于控制台的操作,如何启动系统的控制台,控制台如何作为一个窗口,如何向其发送命令,-demonstration code on the console operation, how to activate the system console, how as a console window, how to send orders, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7723
    • 提供者:liudaocan
  1. SynChronicCode

    0下载:
  2. usb接口线程读取usb接口设备的数据,然后将数据发送给主线程,主线程实时显示数据,并且将其保存到数据库中。(运行时需要usb数据采集卡的支持)-usb interface thread usb interface equipment to read the data and then send the data to the main thread. the main threads real-time display of data, and to the preservation of i
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1321948
    • 提供者:沈月
  1. EnaleMenu

    0下载:
  2. 按键激活程序说明 我用Asm写了一个按键激活小程序,它可以列举所有前台窗口,并发送WM_ENABLE消息到窗口中。 enabler.asm:asm原程序 dialog.res :资源文件 MISC02.ICO :图标文件-activation button I use the descr iption of the procedures for programmers wrote a small button activation procedures, It can
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3462
    • 提供者:宋芬
  1. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:134919
    • 提供者:水依
  1. EnumWindow

    0下载:
  2. 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon inte
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:74103
    • 提供者:宋启波
  1. Send

    0下载:
  2. c++基于socket的多线程文件传输、断点传输等等发送端代码-c++ socket-based multi-threaded file transfer, transmission, and so the sender code breakpoint
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:963
    • 提供者:彭蕾
  1. MFC_MultiSender_OVER

    0下载:
  2. 在局域网络上实现文件传送,采用多线程编程。-translate file in net,it use mulitthread to send files。
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:775065
    • 提供者:王强
  1. PIPE

    0下载:
  2. 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:5583539
    • 提供者:fish
  1. 进程监控

    1下载:
  2. 进程监控(1) 每次主动发送协议,都有应答,发送协议用蓝色显示,应答用黑色显示。 (2) 序列号的有效范围1-1000000。 -process control (1) initiative to send each agreement have responses, the agreement to send blue, black respondents showed. (2) sequences of the effective range 1-1000000.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:962338
    • 提供者:山茶
  1. mutiRC

    4下载:
  2. moxa串口服务器的多线程收发程序源码,具体看doc文件-moxa serial server to send and receive multi-threaded program source code, specifically to see doc file
  3. 所属分类:进程与线程

    • 发布日期:2014-03-15
    • 文件大小:25275
    • 提供者:
  1. hynet4

    0下载:
  2. 一个特别简单的网络数据包捕获,嗅探工具,只能捕获不能修改发送.-A particularly simple network packet capture, sniffer tools can only capture can not be amended to send.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:569392
    • 提供者:asd
  1. ChanSheng_src

    0下载:
  2. 一个可在电脑间传送大型文件的程序。应用多线程技术,支持段点继传等技术。-A computer to send large files between the procedures. Application of multi-threading technology, to support the above points, following the mass, such as technology.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:85444
    • 提供者:tom
  1. processdemon

    0下载:
  2. 对其他进程进行监控,能自动重新启动其他进程。可以通过进程间通讯停止其他进程-check others process in windows system. send message to other process.auto restart other process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:144767
    • 提供者:张立松
  1. PostMessageSendMessage

    0下载:
  2. 多线程间发送消息,调用系统的消息机制实现用消息进行线程间的通信-Send message among many threads, call system with message message mechanisms to achieve inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:65326
    • 提供者:丸子
  1. thread_chat

    0下载:
  2. 试验功能:通过线程的方式,完成数据发送和接受-Test functions: the way through the thread to complete the data send and receive
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3119670
    • 提供者:汤升
  1. SendMessageToNonWindows

    0下载:
  2. send windows message to other application
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:8132
    • 提供者:OnePeace
« 12 3 4 5 »
搜珍网 www.dssz.com