代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/417019/11007030
js 5.08 - branching.js
/* Branching Singleton (skeleton). */
MyNamespace.Singleton = (function() {
var objectA = {
method1: function() {
...
},
method2: function() {
...
}
};
var objectB =
www.eeworm.com/read/462042/7211745
txt 代码29.2.txt
function varargout = imagesample(varargin)
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ... % GUI状态结构数组
'gui_Singleton', gui_Singleton, ...
www.eeworm.com/read/326320/13147286
h doctrinelog.h
#pragma once
#include "TypeDefine.h"
#include
using namespace std;
#define ERRORLOG_ACTION_HANDLER "Exception raised in action handler code"
#define ERRORLOG_PREDICATE_HANDLER "Excep
www.eeworm.com/read/152475/12110497
h timermanager.h
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/124781/14544792
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
// This file is part of Singleton application to demonstrate the
www.eeworm.com/read/120400/14804036
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
// This file is part of Singleton application to demonstrate the
www.eeworm.com/read/116177/14983792
java testa.java
/**
* A test for SingletonA
*/
public class Test {
public static void main(String[] args) {
// Can not create a instance !
//SingletonA instance1 = new SingletonA();
www.eeworm.com/read/206301/15296931
txt (matlab).txt
加密解密图象隐藏原程序(MATLAB)
注:用bmp图象加密JPEG图象
1.加密隐藏原程序:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function varargout = Tuxiangjiami(varargin)