代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/259928/4335777
h single_instance.h
#ifndef _SINGLE_INSTANCE_H
#define _SINGLE_INSTANCE_H
class single_instance
{
HANDLE x;
public:
single_instance(LPCTSTR name): x(NULL)
{
x = CreateMutex(NULL, FALSE, name);
if( GetLa
www.eeworm.com/read/257923/4359265
java instance_jsp.java
package org.apache.jsp.oaweb.gongwen.instance;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import cn.com.chx.oa.util.*;
import java.util
www.eeworm.com/read/123021/6787458
zip single_instance.zip
www.eeworm.com/read/202798/15372617
ico single_instance.ico
www.eeworm.com/read/202494/15381402
h array_instance.h
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is