代码搜索:Multithreaded
找到约 212 项符合「Multithreaded」的源代码
代码结果 212
www.eeworm.com/read/251740/12322565
cpp ado.cpp
#include "stdafx.h"
#include "Ado.h"
int AdoDB::m_nRef=0;
//类的构造函数{初始化连接}
AdoDB::AdoDB()
{
HRESULT hr;
if(m_nRef == 0)
CoInitializeEx(NULL,COINIT_MULTITHREADED);
m_nRef++;
/
www.eeworm.com/read/126571/14416558
txt multithread.txt
发信人: Mccartney (coolcat), 信区: Unix
标 题: Solaris2.4 多线程编程指南--说明
发信站: BBS 水木清华站 (Sun May 17 16:51:27 1998)
这个文档原名为Multithreaded Programming Guide of Solaris 2.4,
Sun公司1994年发布。
在阅读文档的时候,我