资源列表
Lesson11
- 使用非常简单的例子来说明了线程的使用以及多线程的定义-Defined using clear thread using a very simple example and multithreading
Queue
- 用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。-With a doubly linked list to achieve a task queue , put their defined tasks inherit the base class BaseQueue, can be added to the task , delete, priority setting , access to the task a
Clipboard
- 进程间通信,剪贴板的操作,VC++代码,简洁清晰易移植-Interprocess communication, clipboard operations, VC++ code, simple and clear and easy migration
Mailslot
- 进程间通信,邮槽,包括服务端与客户端,只能单向通信,由客户端到服务端-Interprocess communication, mail slots, including server and client, only one-way communication from the client to the server
NamedPipe
- 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
Pipe
- 进程间通信,匿名管道,包括服务端和客户端,只适用于父进程与子进程间的通信-Interprocess communication, anonymous pipes, including server and client, is only applicable to the parent and child to communicate between processes
CAL_PRO
- 本程序通过VC++开发环境来编写一个科学计算器-This program through VC++ development environment to write a scientific calculator
N6T8
- 易语言桌面进程源码,应用程序编程源码,很好的参考资料。-Yi language desktop process source code, application programming source code, a good reference.
VB-achieve-stealth-program
- VB实现程序的隐形 1. 不在桌面出现界面; 2. 不在任务栏出现图标; 3. 程序名从任务管理器名单中消失。-VB achieve stealth program
WTask
- 多平台的一个实例程序,示例演示了怎么从单文档应用程序和对话框应用程序中切换,在做多平台应用工程中,有参考价值-An example of multi-platform program, the example shows how to switch from a single document application and dialog applications, in doing multi-platform application engineering, there is a refer
FeiQ
- 运用线程和socket通信实现的简单的聊天室,可以实现多人聊天的功能,相当于一个简易版本的飞秋-Using threads and socket communication to achieve a simple chat room, you can achieve more than chat function, the equivalent of a simple version of the feiQ
RunExitProg
- VC++ source code, you can run new process or kill any running process.
