登录
首页 » Static control » Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完...

Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完...

于 2022-01-27 发布 文件大小:21.70 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be convenient communications procedures used. In particular, based on SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CGradientStatic a terrific gradient control
    CGradientStatic是一个很棒的梯度控制
    2022-09-14 08:00:03下载
    积分:1
  • 本文描述了一类(cdibstatic),实现了一个静态的控制使用…
    This article describes a class (CDibStatic) that implements a static control used to display dibs. The control has a CDib member, which displays itself with the parameters passed by the CDibStatic class. The CDib class encapsulates the functionality provided in dibapi.h (DIBLOOK sample) and is described in an article in the images & palettes section. -This article describes a class (CDibStatic) that implements a static control used to display dibs. The control has a CDib member, which displays itself with the parameters passed by the CDibStatic class. The CDib class encapsulates the functionality provided in dibapi.h (DIBLOOK sample) and is described in an article in the images palettes section.
    2022-04-18 12:09:01下载
    积分:1
  • 通过VC++MFC编程来实现计算机的内存的读取与管理,
    通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
    2022-06-30 15:51:12下载
    积分:1
  • 一个锁定表头和表列的Grid控件,界面比较简单
    一个锁定表头和表列的Grid控件,界面比较简单-a table lock head and listed Grid Control, a relatively simple interface
    2023-04-21 08:50:04下载
    积分:1
  • public class Server extends Thread { Client client int counter public Server(Cli...
    public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
    2022-02-21 05:44:37下载
    积分:1
  • 一个仿水面的Static类,用鼠标点击可产生水动效果!
    一个仿水面的Static类,用鼠标点击可产生水动效果!-an imitation of the water Static category, and click the water can produce dynamic effects!
    2022-01-25 20:47:41下载
    积分:1
  • 一个类似磁盘扫描得界面,很酷得哦,值得大家去研究
    一个类似磁盘扫描得界面,很酷得哦,值得大家去研究-a disk scan in a similar interface, cool in, oh, we should study
    2022-05-20 19:52:23下载
    积分:1
  • This was written To show people how to do line numbers in the gutter and also ho...
    This was written To show people how to do line numbers in the gutter and also how to scroll the gutter with the RTB using the API
    2022-01-26 01:59:45下载
    积分:1
  • detailed sample code, the super useful debugging format has the right of the
    详细的java示例代码,超级有用,格式正确已经调试了的-detailed sample code, the super useful debugging format has the right of the
    2022-05-14 18:22:35下载
    积分:1
  • On the scroll bar has all the features
    在滚动条上有所有的功能
    2022-02-13 06:09:02下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载