代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/237547/13945588
txt 新建 文本文档 (3).txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
----------------------------------------------
entity clock is
port(clk:in std_logic;--系统时钟
key:in std_logic_ve
www.eeworm.com/read/236483/14014213
c delay.c
/*-----------------------------------------------------------------------
延时函数
编译器:ICC-AVR v6.31A 日期: 2007-11-24 20:29:57
目标芯片 : M8
时钟: 8.0000Mhz
作者:zhuhongfeng
---------------------------------
www.eeworm.com/read/203787/15351460
txt clock.txt
//***********************************************************************************
//设计时间:2006年7月
//设计者:沈飞
//程序功能:电子时钟,有年月日,时分秒 分屏显示,具有调整时间的功能
//************************************************
www.eeworm.com/read/390891/8435759
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace DiscSystemUI
{
static class Program
{
///
/// 应用程序的主入口点。
///
[STAThrea
www.eeworm.com/read/290870/8457502
cpp dsound.cpp
#include "graphics.h"
LPDIRECTSOUND lpDS; // DirectSound对象
LPDIRECTSOUNDBUFFER lpDSBPrimary; // 主声音缓冲区
WAVEFORMATEX wf;
BOOL sound_init = FALSE;
BOOL sound_on = TRUE, mu
www.eeworm.com/read/290324/8489909
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/290174/8499185
h txtproviderds.h
// TxtProviderDS.h : CTxtProviderSource 的声明
#pragma once
#include "resource.h" // 主符号
#include "TxtProviderRS.h"
#include "TxtProviderSess.h"
// CTxtProviderSource
class ATL_NO_V
www.eeworm.com/read/389609/8510762
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsApplication1
{
static class Program
{
///
/// 应用程序的主入口点。
www.eeworm.com/read/187559/8624542
txt 一个记事本.txt
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.lang.*;
import java.text.*;
/***主类*********************************************************
www.eeworm.com/read/187411/8640985
frm form1.frm
VERSION 5.00
Begin VB.Form 主界面
Caption = "非杆件结构自动配筋CAD系统"
ClientHeight = 7620
ClientLeft = 2220
ClientTop = 2415
ClientWidth = 11565
Begin