代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/321438/13404944
asv jfk2.asv
function varargout = jfk2(varargin)
% JFK2 M-file for jfk2.fig
% JFK2, by itself, creates a new JFK2 or raises the existing
% singleton*.
%
% H = JFK2 returns the handle to a new J
www.eeworm.com/read/315786/13536685
m zzd1.m
function varargout = zzd1(varargin)
% ZZD1 M-file for zzd1.fig
% ZZD1, by itself, creates a new ZZD1 or raises the existing
% singleton*.
%
% H = ZZD1 returns the handle to a new Z
www.eeworm.com/read/305227/13776267
m gui1.m
function varargout = gui1(varargin)
% GUI1 M-file for gui1.fig
% GUI1, by itself, creates a new GUI1 or raises the existing
% singleton*.
%
% H = GUI1 returns the handle to a new G
www.eeworm.com/read/136989/5828576
h concurrency.h
/* -*- c++ -*- */
// Concurrency.h,v 1.2 2003/11/09 04:12:07 dhinton Exp
#ifndef JAWS_CONCURRENCY_H
#define JAWS_CONCURRENCY_H
#include "ace/Singleton.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE
www.eeworm.com/read/100926/6264691
h concurrency.h
/* -*- c++ -*- */
// Concurrency.h,v 1.1 2000/04/27 23:43:20 jxh Exp
#ifndef JAWS_CONCURRENCY_H
#define JAWS_CONCURRENCY_H
#include "ace/Singleton.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#
www.eeworm.com/read/154760/11928437
asv h_df.asv
function varargout = h_df(varargin)
% H_DF M-file for h_df.fig
% H_DF, by itself, creates a new H_DF or raises the existing
% singleton*.
%
% H = H_DF returns the handle to a new H
www.eeworm.com/read/154760/11928446
m h_df.m
function varargout = h_df(varargin)
% H_DF M-file for h_df.fig
% H_DF, by itself, creates a new H_DF or raises the existing
% singleton*.
%
% H = H_DF returns the handle to a new H
www.eeworm.com/read/254734/12121596
m show2.m
function varargout = show2(varargin)
global x;
global y;
global himage;
global first;
%SHOW2 M-file for show2.fig
% SHOW2, by itself, creates a new SHOW2 or raises the existing
% singleton*.
www.eeworm.com/read/254734/12121599
asv show2.asv
function varargout = show2(varargin)
global x;
global y;
global himage;
global first;
%SHOW2 M-file for show2.fig
% SHOW2, by itself, creates a new SHOW2 or raises the existing
% singleton*.
www.eeworm.com/read/218565/14915283
h stock_data_manger.h
#ifndef __HBSTOCK2_STOCK_DATA_MANGER_H__
#define __HBSTOCK2_STOCK_DATA_MANGER_H__
#include "hbstock2/stock_data.h"
#include
namespace hbstock2
{
class MarketSort
{
publ