代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/255212/12095132
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/341112/12106425
cpp 219.cpp
#include
#include
int main() //主函数
{
float x,y;
cin>>x;
switch((int)(floor(x)))
{
case -5:
case -4:
case -3:
www.eeworm.com/read/254480/12135186
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/254013/12168684
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace SkypeControl1
{
static class Program
{
///
/// 应用程序的主入口点。
//
www.eeworm.com/read/150090/12315611
~dpr prjsetup.~dpr
program prjSetup;
uses
Forms,
uSetup in 'uSetup.pas' {frmSetup},
uDeleteDlg in 'uDeleteDlg.pas' {Form1},
uEncrypt in 'uEncrypt.pas',
TreeFunc in 'TreeFunc.pas',
uCommon in '..\主工程
www.eeworm.com/read/228044/14402184
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace 扫描网段
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/126108/14445311
bas module1.bas
Attribute VB_Name = "modMain"
Option Explicit
Public fMain As frmMain
Public gblQx As Boolean
Public gstrName As String
Public DbeJcgl As DataEnvJcgl
Sub Main()
'主过程,用于启动系统
On Error
www.eeworm.com/read/226630/14456782
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace TestSMGP
{
static class Program
{
///
/// 应用程序的主入口点。
///
[STAThread]
www.eeworm.com/read/125223/14505445
c ex22.c
#include
main() { /* 主函数体 */
int x, n, p, power(int x, int n);
printf("caculate X to the power of N\n please input X and N ? ");