代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/149203/12395131
java walkcatmidlet.java
/*
* MIDlet 主类WalkCatMIDlet.java
* @author Shengli Lin
*/
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class WalkCatMIDlet
extends MIDlet
impl
www.eeworm.com/read/250540/12400106
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace NumListView
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/132114/14109588
frm frmmain.frm
VERSION 5.00
Begin VB.Form frmmain
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
Caption = "排课系统主窗口"
ClientHeight = 10230
ClientLeft =
www.eeworm.com/read/233735/14141988
c max.c
int max(int a,int b); /*函数说明*/
main() /*主函数*/
{
int x,y,z; /*整型变量说明*/
printf("input two numbers:\n");
scanf("%d
www.eeworm.com/read/128961/14271340
txt 新建 文本文档.txt
主类Memory
方块 Block
记忆测试板MemoryTestPane
显示成绩 ShowRecord
记录成绩 Record
随机排列图标 RandomSetIcon
测试者 People
www.eeworm.com/read/127151/14375579
cpp bianyi.cpp
#include
#include
#include
enum words{ id, // 标识符 0
mainsy, // 主函数 1
ifsy, // if 2
www.eeworm.com/read/226454/14470199
dfm vw_mps.dfm
inherited frmVW_Mps: TfrmVW_Mps
Left = 38
Top = 77
Width = 734
Height = 493
Caption = '主生产计划查询'
Icon.Data = {
0000010001001010000000000000680500001600000028000000100000002000
www.eeworm.com/read/226454/14470232
dfm vw_mps_column.dfm
inherited frmVW_MpsColumn: TfrmVW_MpsColumn
Left = 0
Top = -1
Width = 798
Height = 580
Caption = '主生产计划查询'
Icon.Data = {
00000100010010100000000000006805000016000000280000001000
www.eeworm.com/read/224874/14565210
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace ThreadState
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/221707/14727725
m y1fft.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%一维的傅立叶变换的主函数,方便于二维傅立叶变换,以及DCT变换,以及反傅立叶变换调用使用%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%