-
-
-
WINDOWS_KEREL_PROGRAMMING.rar
本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-
-
-
ExecuteCommand.zip
ExecuteCommand.zip try
{
//Asynchronously start the Thread to process the Execute command request.
Thread objThread = new Thread(new ParameterizedThreadStart(ExecuteCommandSync))
//Make the thread as background thread.
objThread.IsBackground = ...
-
VC_program.rar
VC编程经验总结电子书,包括基础类,非技术类,界面类,网络编程,进程/线程/DLL/ATL/ActiveX/COM/数据库/等多个方面的编程经验的总结
-
-
-
jrtplibex4.rar
/*
This IPv4 example uses the background thread itself to process all packets.
You can use example one to send data to the session that s created in this
example.
*/
/*
这个 iPV4 例子 ...
-
jrtplibex5.rar
/*
This IPv4 example uses the background thread itself to process all packets.
You can use example one to send data to the session that s created in this
example.
*/
/*
这个 iPV4 例子 ...
-