搜索资源列表
MultiThread
- 这是一个多线程的买票程序,是学习多线程的一个入门程序
eluosifangkui
- 简单的俄罗斯方块的实现,在命令行程序中使用了多线程和定时器来实现方块下落。-Simple implementation of Tetris, at the command line program implemented using multithreading and timer blocks falling in.
calendar
- 多线程控制台日历时间程序, 可实时刷新当前系统时间, 同时显示日历-Console calendar time multi-threaded program, real-time refresh the current system time and display the calendar
Socket
- 基于C_S结构的Socket程序设计。控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端 -Based on C_S structure Socket programming. Console application: using the console interface, multi-threaded Server prog
Pipe5
- 利用多线程异步方式实现Windows应用程序进程和控制台命令行应用程序进程之间的通信。-multiprocess and multithread technologies are applied to implement interaction between windows application process and console command line application process.
Chat1
- 一个基于UDP原理的多线程聊天室程序。代码简单易懂,可运行。-One is based on the principle of UDP multi-threaded chat room procedures 。
zzTRACE_Fullfil
- 日志打印程序, 通过一个宏zzTRACESHOW实现打日志功能,支持多线程, 能打函数名,行数等。通过构造函数和重载()来实现类似于printf的格式,方便使用-Log print program, through a macro zzTRACESHOW hit log function, support for multi-threaded and can play the function name, the number of rows. Constructor and overloade
CFtp_x86
- 用socket实现的多线程FTP下载,线程数可以设置;工程中既有可执行程序的生成,也包含DLL的生成用于其它程序调用-ftp download with multithread
a2si-SRC
- vb6开发的多线程控制台辅助程序及应用实例-vb6 development of multi-threaded console auxiliary programs and application examples
NETCONQQ
- 控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
C_S-Socket
- 控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端-Based on the structure of C_S Socket programming
Projects
- 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga