代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/336891/12409220
asm iir.asm
.mmregs
.ref filter_start
.def _main ;定义主函数入口
K_DATA_SIZE .set 256 ; 输入数据个数
K_BUFFER_SIZE .set 8
www.eeworm.com/read/336821/12413749
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace gifTest
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/336594/12435328
sql createtablemajorinfo.sql
CREATE TABLE "GRADUATEUSER"."MAJOR_INFO" ("ID" NUMBER(2) NOT NULL,
"NAME" VARCHAR2(30) NOT NULL,
CONSTRAINT "专业编号主码" PRIMARY KEY("ID"))
TABLESPACE "USERS"
www.eeworm.com/read/233847/14131313
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace Notepad
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/130864/14171837
h stressmarkdlg.h
//////////////////////////////////////////////////////////////////
//
// StressMarkDlg.h : 主对话框类的头文件
//
// created by Wang Yong Gang, 2001-08-07 ( version 1.0 )
// modified by Wang Yong Gang, 200
www.eeworm.com/read/232959/14175718
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace winmine
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/129711/14231937
h stressmarkdlg.h
//////////////////////////////////////////////////////////////////
//
// StressMarkDlg.h : 主对话框类的头文件
//
// created by Wang Yong Gang, 2001-08-07 ( version 1.0 )
// modified by Wang Yong Gang, 200
www.eeworm.com/read/230933/14266425
h venus_structure.h
// 线条绘制参数
typedef struct
{
int iWidth; // 宽度
COLORREF cColor; // 颜色
}sDrawLineParm;
// 输入数据主对话框参数
typedef struct
{
int iGridDataNum; // 网格数据总数
www.eeworm.com/read/230567/14281582
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace sqlTool
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/128423/14299338
cpp main.cpp
//********************************************
// 主模块 相关函数
// 创建于2000年4月日10日
//********************************************
#include
#include
#include "gamelib\goldpoint.h