CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - thread VC
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
xml-soap-webservice
Remote Control
P2P
TCP/IP stack
SNMP
Grid Computing
CloudComputing
Search - thread VC - List
[
Internet-Network
]
NetLibrary
DL : 0
网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
Date
: 2008-10-13
Size
: 138.23kb
User
:
詹皇源
[
Internet-Network
]
NetLibrary
DL : 0
网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
Date
: 2026-01-01
Size
: 138kb
User
:
詹皇源
[
Internet-Network
]
T-Mouse v1.0 基于远程线程结构程序vc++
DL : 0
基于远程线程结构程序。开发环境vc++。-thread structure based on remote procedure. Vc development environment.
Date
: 2026-01-01
Size
: 2kb
User
:
[
Internet-Network
]
VCMyProxytar
DL : 0
值的一看的HTTP代理服务器,多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。 -a look at the value of the HTTP proxy servers, multi-threaded programming with the knowledge, Critical including initialization and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit work to create threads, threads from work, and set definitions, the use of multiple threads completed the synchronization and collaboration.
Date
: 2026-01-01
Size
: 443kb
User
:
[
Internet-Network
]
Winsocket_ChatRoom
DL : 0
WinSocket编程,在VC++6.0环境下实现聊天室的服务端和客户端。为每一个客户端连接开启一个线程。WinSocket programming, Implement the server and client of ChatRoom programme under the vc++ Development Environment . the server begin a thread for every client conncet.-WinSocket programming, in VC++ 6.0 environment realize chat room service client and the client. For each client to connect to open a thread. WinSocket programming, Implement the server and client of ChatRoom programme under the vc++ Development Environment. The server begin a thread for every client conncet.
Date
: 2026-01-01
Size
: 81kb
User
:
19869142
[
Internet-Network
]
SmartServer
DL : 0
VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Date
: 2026-01-01
Size
: 57kb
User
:
林健
[
Internet-Network
]
ThreadPool
DL : 0
用vc++写的一个简单的线程池的代码,简单参考- A simple thread pool code wrote with vc
Date
: 2026-01-01
Size
: 356kb
User
:
李其
[
Internet-Network
]
20062340Ftp
DL : 0
一个可以往ftp上上传东西的程序,通过多线程实现,VC++6.0平台编写。-One thing you can upload to the ftp program, through a multi-thread implementation, VC++6.0 platform preparation.
Date
: 2026-01-01
Size
: 33kb
User
:
linyu
[
Internet-Network
]
Lesson16Code
DL : 0
线程同步与异步套接字编程,孙鑫VC教学视频16课例子-Thread synchronization with asynchronous socket programming, Xin Sun VC Lesson 16 video examples of teaching
Date
: 2026-01-01
Size
: 7.49mb
User
:
caven
[
Internet-Network
]
UDP_sock
DL : 0
VC多线程同步套接字程序,经过检验,绝对能用,可参考。-VC socket multi-thread synchronization procedure, after testing, Absolute can use, reference.
Date
: 2026-01-01
Size
: 31kb
User
:
李先生
[
Internet-Network
]
vc
DL : 0
总的语言的编写时用socket实现,非多线程;-The total time of preparation of the language to achieve with socket, non-multi-thread
Date
: 2026-01-01
Size
: 331kb
User
:
赵崇
[
Internet-Network
]
vc_thread_socket_programming_code_programming
DL : 0
vc编程实现线程套接字编程代码vc thread socket programming code programming -vc thread socket programming code programming
Date
: 2026-01-01
Size
: 39kb
User
:
7
[
Internet-Network
]
Socket
DL : 0
VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
Date
: 2026-01-01
Size
: 7mb
User
:
cuihang
[
Internet-Network
]
GHCommonNetDll
DL : 0
偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Date
: 2026-01-01
Size
: 126kb
User
:
流浪小狗
[
Internet-Network
]
thread--and-socket
DL : 0
在VC中,线程是很重要的一个知识点。特别是多线程的应用。套接字在网络数据的发送和接收中有不可替代的作用-In the VC, the thread is very important a knowledge point. Especially in multi-threaded applications. Socket in the network to send and receive data, an irreplaceable role in
Date
: 2026-01-01
Size
: 1.92mb
User
:
Tony
[
Internet-Network
]
1
DL : 0
用VC++6.0编写Proxy服务器 一. 原理 本程序的结构原理如下: 对于每一个用户的请求(Internet 请求,由浏览器发出),本程序将启动两个线程,一个把本地用户的请求数据发送到远程的Internet主机,另一个线程把远程主机的回应数据发送到本地请求用户。 二. 主要函数 UserToProxyThread ( void * pParam ) :它是用来把本地用户请求数据发送到远程主机的,起服务器线程角色。当接到本地(局域网)用户的请求,它就启动另一个自身线程,以侦听别的用户的请求,并读出已接收到的请求数据,接着启动第二个线程ProxyToServer()(这个线程用来连接远程主机),当远程主机连接成功后,它把已读出的本地用户请求数据发送到远程主机。 ProxyToServer ( void * pParam) ,可以被当作是客户端服务,它把远程主机发送来的数据分发给本地请求用户。 三. 开发运行环境 本程序是在VC++6.0环境下开发的,在Win95 和 WinNT4.0下运行正常。 -Prepared using VC++6.0 Proxy server The principle of a. The program s structure principle is as follows: For every user s request ( Internet request, issued by the browser ), the program will start two threads, a local user requests to send data to the remote Internet host, another thread to the remote host response data is sent to a local request user. Two main functions. UserToProxyThread ( void* pParam ): it is used to put the local user request data sent to the remote host, server thread role. When receiving the local ( local area network) a user s request, it will start another own thread, to listen to the other user s request, and read out the received request data, and then start second threads ( ProxyToServer ) ( the thread used to connect to remote host ), when the remote host connection is successful, it has been read local user request data sent to remote host. ProxyToServer ( void* pParam ), can be client service, it put the remote host to send data distri
Date
: 2026-01-01
Size
: 3kb
User
:
姚恺
[
Internet-Network
]
iocp
DL : 0
VC++ TCP_IP线程池IOCP模式下的封装库源码-Package library source code in the VC++ TCP_IP thread pool IOCP mode
Date
: 2026-01-01
Size
: 158kb
User
:
nicai
[
Internet-Network
]
Thread-Programming
DL : 0
用VC实现多线程编程,在同一对话框中实现客户端与服务器端之间的通信-Multi-threaded programming with VC in the same dialog box, the communication between client and server-side
Date
: 2026-01-01
Size
: 1.8mb
User
:
左岸风景
[
Internet-Network
]
VC-FTP-Thread
DL : 0
multithread 多线程上传和下载文件,希望可以帮到你们-multithread this is show how to download and upload。
Date
: 2026-01-01
Size
: 16kb
User
:
刘军利
[
Internet-Network
]
TrioAxisCtrl
DL : 0
通过套接字,基于TrioMotion运动控制器,上位机软件(VC++)开发,多线程实现与控制器交换数据。分时读写100个Double Word(VC++ Muil thread read and write Triomotion VR)
Date
: 2026-01-01
Size
: 7.29mb
User
:
MotionCtrl
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.