搜索资源列表
BroadCast
- MulticastChat: ============================= 一个多播的聊天程序,运行多个实例,然后加入同一个组即可聊天。 不过建议在Windows 98下运行,Windows 2000未测试过。-MulticastChat : ============================= a multicast chat procedures, run multiple examples, and then joined a group can chat.
WinSock
- /******************************************************************************* 关键说明 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_Soc
MSCommMultiPort
- 本代码为MSComm控件在VC的MFC程序中控制多个串口的应用实例。在使用MSComm控件时,1个MSComm控件只能同时对应一个串口。如果应用程序需要访问多个串口,那么必须使用多个MSComm控件。
SerialPortMulti
- VC6.0下面写的一个多个串口通信实例,很实用-VC6.0 to write more than one the following serial communication instance, it is useful
singnal
- 利用信号量进行多线程通讯 首先在主程序中建立两个线程,然后设置信号量,每个线程循环等待符合要求的信号量,只要满足条件,则线程执行。该例为多线程通讯的简单实例,只是展示了原理-Signal was carried out using multi-threaded communication first in the main program to create two threads, and then set the semaphore for each thread to wait for
OpenSSL_study
- 包含多个OpenSSL实例,可以让初学者很快掌握有关OpenSSL加密,解密,签名,认证函数的使用,VC++ 6.0平台-OpenSSL_study.rar contains multiple instances, allowing beginners to quickly master the use of the functions about OpenSSL encryption, decryption, signature and authentication , VC++ 6.0 Pl
Mscomm-Uart
- 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-A multi-threaded VC++ Serial communication instance, choose a local serial port available, can be used with the serial number into the open, you can also set the data
Visual-CPP-CSocket
- vc6.0下的通信编程多个实例教程源代码,涵盖多个方面。对于初学通信编程的同学可以借鉴。-vc6.0 under more than one instance of communication programming tutorial source code, covering many aspects. Communication Programming for beginner students can learn.
sharedatawithmultip
- 对于同一个进程,多次加载时,会创建其多个实例,如第一个实例A的进程地址空间(4GB),第二个实例B的进程地址空间(4GB),每个进程实例的地址空间中都有多个代码页面和 多个数据页面, 首次A加载时,它们会被映射到虚拟内存中,当出出数据页面被修改时,系统会首先截获,接着为应用程序A试图写入的内存页面分配一块新的内存,然后复制页面内容,最后让应用程序写入刚分配的内存块.此时,应用程序A的数据页面已经指向的新的地方.这里主要运用了页面的写时复制特性. -For the same proc
YPLUA
- ldpc编码,完整的编解码过程,并有多个编码实例()