代码搜索:FrameWork

找到约 10,000 项符合「FrameWork」的源代码

代码结果 10,000
www.eeworm.com/read/342172/3237012

java suitetest.java

package junit.tests.framework; import junit.framework.*; /** * A fixture for testing the "auto" test suite feature. * */ public class SuiteTest extends TestCase { protected TestResult fResult;
www.eeworm.com/read/340703/3265508

cs marshal.cs

// Marshal.cs - Allocate and free various types of // unmanaged memory. // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ /
www.eeworm.com/read/340703/3265590

cs formmain.cs

// FormMain.cs - main user-interface for FindProgramsOnConnect // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ // (c) Copyr
www.eeworm.com/read/340703/3265629

cs formmain.cs

// FormMain.cs - Main user interface for ShowDatabases sample // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ // (c) Copyri
www.eeworm.com/read/333616/3383588

dpr dataset.dpr

program DataSet; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'} {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System
www.eeworm.com/read/332800/3393124

dpr dataset.dpr

program DataSet; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'} {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System
www.eeworm.com/read/326747/3468081

java orphansuite.java

package org.hibernate.test.orphan; import junit.framework.Test; import junit.framework.TestSuite; /** * {@inheritDoc} * * @author Steve Ebersole */ public class OrphanSuite { public
www.eeworm.com/read/325619/3481700

cs squares.cs

// Squares.cs - Handles details of game squares for // JasperDots game. // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ /
www.eeworm.com/read/325619/3481724

cs marshal.cs

// Marshal.cs - Allocate and free various types of // unmanaged memory. // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ /
www.eeworm.com/read/325619/3481905

cs utilregistry.cs

// UtilRegistry.cs - Our helpers to access the // Windows CE registry. // // Code from _Programming the .NET Compact Framework with C#_ // and _Programming the .NET Compact Framework with VB_ //