-
系统Verilog LRM 3.1
system verilog LRM 3.1
- 2023-06-04 04:05:04下载
- 积分:1
-
jobss的简单介绍和它的使用说明等,还有别的用法
jobss的简单介绍和它的使用说明等,还有别的用法-jobss simple introduction and its use, there are other directions
- 2022-03-12 03:02:43下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
次代码是数据挖掘软件的一个小例子,希望对大家有所帮助。...
次代码是数据挖掘软件的一个小例子,希望对大家有所帮助。-time code data mining software is a small example, we hope to help.
- 2022-11-27 10:10:03下载
- 积分:1
-
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第一部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。...
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第一部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。-data communication and network Guide is network programming and data communications staff of a Bible, is divided into 10 parts, This is the first part of preparations especially in network programming, data communications programming staff is instructive.
- 2023-08-03 18:15:05下载
- 积分:1
-
"J2EE architect Manual" e
《J2EE架构师手册》 电子书-"J2EE architect Manual" e-books
- 2022-09-18 11:40:04下载
- 积分:1
-
COM 技术内幕――这本书讲述了构建优美的COM组件的清晰、简单、实用的规则;循序渐进地介绍COM设计;以代码形式给出大量实例。...
COM 技术内幕――这本书讲述了构建优美的COM组件的清晰、简单、实用的规则;循序渐进地介绍COM设计;以代码形式给出大量实例。-Inside COM-- This book tells how to build COM components with clear, simple, practical rules step-by-step description of COM design give a large number of examples of code.
- 2022-08-14 00:26:35下载
- 积分:1
-
Age Calculator Excel Sheet
Age Calculator Excel Sheet
- 2022-10-05 19:20:03下载
- 积分:1
-
This document details the token of the SDK development kit details, can be used...
本文档详细介绍了令牌的SDK开发工具包的详细信息,可以用来开发一个参考令牌,特别是开发商业级令牌
- 2022-05-15 19:32:15下载
- 积分:1
-
MFC做的简单计算器源码 MFC做的简单计算器源码
MFC做的简单计算器源码 MFC做的简单计算器源码-use the MFC make an easy calculator to easy Calculation this is my first Design 。the MFC make an easy calculator to easy Calculation this is my first Design 。
- 2022-02-04 23:02:14下载
- 积分:1