代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/167915/9947700
h compreg.h
// compreg.h : CCompReg 的声明
#pragma once
#include "resource.h" // 主符号
#include "comPlus.h"
// CCompReg
class ATL_NO_VTABLE CCompReg :
public CComObjectRootEx
www.eeworm.com/read/363025/9971387
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/362182/10013840
java manmidlet.java
package man;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.io.*;
/**
* MIDlet 应用主单元
*/
public class ManMIDlet
extends MIDlet implements Command
www.eeworm.com/read/361588/10044268
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace 目录树
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/360335/10102359
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication2
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/359941/10115065
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/359844/10120756
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace GPRSState
{
static class Program
{
///
/// 应用程序的主入口点。
///
[MTAThread]