代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/161460/10407324
java optionaccess.java
package shared;
/** This class is used to maintain a count of how many times an option has been
* accessed.
*/
public class OptionAccess {
/** The name of the option.
*/
public
www.eeworm.com/read/161460/10407339
java scoringmetrics.java
package shared;
import java.lang.*;
/** scoring device for CatTestResult **/
public class ScoringMetrics {
// Public member data
/** The number fo instances correctly classified.
www.eeworm.com/read/161460/10407386
java thresholdinfo.java
package shared;
import java.lang.*;
/** Class structure used for maitaining threshold information in
* Entropy to make score arrays.
*/
public class ThresholdInfo {
/** The index of this
www.eeworm.com/read/418199/10959340
vbs create a virtual machine.vbs
On Error Resume Next
Set objVS = CreateObject("VirtualServer.Application")
errReturn = objVS.CreateVirtualMachine("Scripted Machine", _
"C:\Scripts\Shared Virtual Machines\Scripted")
www.eeworm.com/read/465477/6938798
txt rfc242.txt
RFC 242
NIC 7672
Categories: D.4, D.7
DATA DESCRIPTIVE LANGUAGE FOR SHARED DATA
L. Haibt
A. Mullery
www.eeworm.com/read/208134/6942817
java displaypref.java
package shared;
import java.lang.*;
/** The DisplayPref class contains information on displaying options for MLJ
* inducers. There are seven possible preference settings(ASCIIDisplay,
* DotPosts
www.eeworm.com/read/208134/6942822
java optionaccess.java
package shared;
/** This class is used to maintain a count of how many times an option has been
* accessed.
*/
public class OptionAccess {
/** The name of the option.
*/
public
www.eeworm.com/read/208134/6942829
java scoringmetrics.java
package shared;
import java.lang.*;
/** scoring device for CatTestResult **/
public class ScoringMetrics {
// Public member data
/** The number fo instances correctly classified.