Location:
Search - sockets threads
Search list
Description: PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind
Platform: |
Size: 169405 |
Author: 吴参林 |
Hits:
Description: GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
Platform: |
Size: 843648 |
Author: Hujun |
Hits:
Description: PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind
Platform: |
Size: 168960 |
Author: 吴参林 |
Hits:
Description: GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
Platform: |
Size: 843776 |
Author: Hujun |
Hits:
Description: CatraLibraries is a general-purpose C++ framework. It is platform independent (Unix, Windows, ...) and provides classes to manage POSIX threads, Sockets, Tracer, Scheduler, EventsSet, Configuration files, Database access (Oracle, Sybase), Reports (HTML-CatraLibraries is a general-purpose C++ framework. It is platform independent (Unix, Windows, ...) and provides classes to manage POSIX threads, Sockets, Tracer, Scheduler, EventsSet, Configuration files, Database access (Oracle, Sybase), Reports (HTML. ..
Platform: |
Size: 1786880 |
Author: faun |
Hits:
Description: Management of wine cellar. The producters of wine, can remotely comunicate to wine cellar, and marking a day to download the wine. The aplication is made in MFC, use sockets and threads
Platform: |
Size: 6778880 |
Author: mp_13 |
Hits:
Description: Language C, linux, Code-Block
Sockets-Serveur-MultiClients(Threads)
Platform: |
Size: 9216 |
Author: eldin |
Hits:
Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using sockets is quite simple, Java API for handling the communication socket to provide a class java.net.Socket., To make writing Web applications easier. Server uses multiple threads to meet the multi-user s request, and back through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method to accept client program link
Platform: |
Size: 903168 |
Author: yessky |
Hits:
Description: A Java class library for networking applications using Java sockets & threads. From simple listener classes to skeletons for building server & client applications, This library aims to take care of all socket programming & multithreading you need.
Platform: |
Size: 233472 |
Author: jme |
Hits:
Description: Locachat with threads for many user using sockets.
Platform: |
Size: 17408 |
Author: spidolec |
Hits:
Description: c#下tcp/ip sockets的详细原理及应用。
主要内容有:
socket的原理介绍
收发消息
阻塞、线程等。-TCP/IPSocketsinC#
Practical Guide for Programmers
Contents:
4 Beyond the Basics
4.1 Nonblocking I/O
4.2 Multiplexing
4.3 Threads
4.4 Asynchronous I/O
4.5 Multiple Recipients
4.6 Closing Connections
4.7 Wrapping Up
4.8 Exercises
5 Under the Hood
5.1 Buffering and TCP
5.2 Buffer Deadlock
5.3 Performance Implications
5.4 TCP Socket Life Cycle
5.5 Demultiplexing Demystified
5.6 Exercises
Platform: |
Size: 1604608 |
Author: grace |
Hits:
Description: 线程同步与异步套接字编程 简单的线程和套接字的使用-Thread synchronization with asynchronous socket programming simple use of threads and sockets
Platform: |
Size: 2436096 |
Author: 林帅 |
Hits:
Description: 使用线程、套接字来实现通信,简单的例子,方便初学者学习-Communication simple example using threads, sockets, easy for beginners to learn
Platform: |
Size: 1906688 |
Author: 白开水 |
Hits:
Description: 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, Socket can be regarded as two network applications for communications, each an endpoint of communication.Client software and server software system points two parts, the need to use multithreading knowledge at the same time, an application can have multiple threads at the same time with the use of CPU resources, greatly strengthen the CPU utilization, but also from another aspect to speed up the transmission speed.As TCP/IP agreement linking the service is designed client/server application procedures for the mainstream standards, Therefore, the software used mainly TCP/IP agreement network communication technology client, server from CAsyncSocket inherited category, and therefore the software is completely asynchronous communi- cation procedures in Windows XP system
Platform: |
Size: 56320 |
Author: vzyuki |
Hits:
Description: 开源项目。安卓手机进程管理,进程监听,线程号与通信套接字对应。-Open source project. Android phones process management, process monitoring, and communications sockets corresponding number of threads.
Platform: |
Size: 5378048 |
Author: Ye Yfan |
Hits:
Description: 适用于对threads和sockets入门-Counter.class :Counter extends Thread, count 10 to 500
CounterApp: two counter,two thread
Buffer.java, Producer.java, and Consumer.java:Use to realize synchronization
MyServer.java and MyClient.java :socket
Platform: |
Size: 10240 |
Author: qxy |
Hits:
Description: 该文档是C#中进程与线程,IP地址转换和套接字的相关PPT,适合学习C#网络编程的同学。-The document is in C# processes and threads, IP address translation and the sockets PPT, suitable for learning C# Network Programming classmates.
Platform: |
Size: 3299328 |
Author: 奚锦文 |
Hits: