代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/492298/6420758
vb geometryop.vb
Imports VBCommon
Namespace Common
Public Class GeometryOP
Shared Function LoadCoord(ByRef ActiveConnection As PClient.Connection, ByRef OcxMapView As AxMapviewLib.AxGMMapView) As Ob
www.eeworm.com/read/482987/6606782
vb clsoperation.vb
Public Class ClsOperation
Shared Function DBOperate(ByVal SQLString As String, ByRef Msg As String) As DataTable
Try
Dim CONN As String = "Server=localhost;DataBase=HrSys
www.eeworm.com/read/402384/11536040
h mathlib.h
/* MathLib: Pilot shared library of IEEE-754 double math functions
*
* Library function prototypes for the calling application. This is
* the file that the calling application should include in
www.eeworm.com/read/402384/11536063
h mathlib.h
/* MathLib: Pilot shared library of IEEE-754 double math functions
*
* Library function prototypes for the calling application. This is
* the file that the calling application should include in
www.eeworm.com/read/347504/11661550
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems
www.eeworm.com/read/347189/11683377
h mathlib.h
/* MathLib: Pilot shared library of IEEE-754 double math functions
*
* Library function prototypes for the calling application. This is
* the file that the calling application should include in
www.eeworm.com/read/130042/14210341
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/130042/14210351
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/130042/14210363
java scoringmetrics.java
package shared;
import java.lang.*;
/** scoring device for CatTestResult **/
public class ScoringMetrics {
// Public member data
/** The number fo instances correctly classified.