代码搜索:GetObject
找到约 680 项符合「GetObject」的源代码
代码结果 680
www.eeworm.com/read/166408/5474692
java listedbranchinguserfunction.java
package net.sf.yacas;
class ListedBranchingUserFunction extends BranchingUserFunction
{
public ListedBranchingUserFunction(LispPtr aParameters) throws Exception
{
super(aParameters);
}
www.eeworm.com/read/166408/5474752
java listedmacrouserfunction.java
package net.sf.yacas;
class ListedMacroUserFunction extends MacroUserFunction
{
public ListedMacroUserFunction(LispPtr aParameters) throws Exception
{
super(aParameters);
}
public bool
www.eeworm.com/read/154890/5632313
cpp jstree.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Torben Weis (weis@kde.org)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU
www.eeworm.com/read/154890/5632453
cpp jscript.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Martin Jones (mjones@kde.org)
(C) 1997 Torben Weis (weis@kde.org)
This library is free software; you can redistribut
www.eeworm.com/read/473823/6841986
txt vb生成word.txt
道选引用Word9类型库
Dim W As Word.Application
Dim E As Boolean
On Error GoTo E1
Set W = GetObject(, "word.application")
www.eeworm.com/read/472298/6875412
cs resources.designer.cs
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这
www.eeworm.com/read/193290/8241045
java strategy.java
package ServerImpl;
public interface Strategy {
Object getObject(String id,ResourcePool pool)throws Exception;
}