-
Verilog HDL的标准,比较详细的语法说明
Verilog HDL的标准,比较详细的语法说明-Verilog HDL standards, a more detailed description of the grammar
- 2022-02-06 10:05:21下载
- 积分:1
-
16*16位的先进先出队列FIFO程序,可作参考
16*16位的先进先出队列FIFO程序,可作参考-16* 16-bit FIFO queue FIFO procedures, can be used for reference
- 2023-03-30 15:30:02下载
- 积分:1
-
Introduce how to program for linux
Introduce how to program for linux
- 2023-05-03 23:50:04下载
- 积分: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
-
《时间简史》
我写《时间简史》时最主要的目的,是要告诉大家在理解制约宇宙的定律方面
当代最新的进展。如果能用一种简单的方式而且不用方程式来解释这些基本观...
《时间简史》
我写《时间简史》时最主要的目的,是要告诉大家在理解制约宇宙的定律方面
当代最新的进展。如果能用一种简单的方式而且不用方程式来解释这些基本观念,
我想别人也会感到和我一样的兴奋和赞叹。我听说,每用一道方程式都会使书的销
售数目减半。但是这没有关系。如果你要做统计就必须用到方程式,不过这些是数
学枯燥的部分。大多数有趣的观念用文字或图画就能表达了。
-"A Brief History of Time", I wrote "A Brief History of Time," the main purpose, is to tell everyone in the understanding of the law of the universe constraints contemporary aspects of the latest progress. If it were a simple formula means they do not have to explain these basic concepts, I think others will feel the same and I am excited and praise. I heard that every city with a formula so that the number of sales halved. However, this does not matter. If you need to be done on the statistical formula used, but these are the dullest part of mathematics. The most interesting concepts in words or pictures can be expressed.
- 2022-03-24 01:49:12下载
- 积分:1
-
java书籍《thinking in java》,英文版,很好的java书籍之一。
java书籍《thinking in java》,英文版,很好的java书籍之一。-"thinking in java" and the English version, good java books one.
- 2023-02-01 03:55:04下载
- 积分:1
-
Simple and practical examples of C
简单实用的C语言学习实例程序,非常适合初学者,从简单的源代码中看出C语言学习的诀窍。-Simple and practical examples of C-language learning program is ideal for beginners, from a simple C source code to see language learning tips.
- 2022-08-14 00:40:14下载
- 积分:1
-
算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦...
算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦-Algorithm is the essence of learning algorithm to use, is said to be the most full-race of the ACM algorithm Daquan, oh do not look would regret
- 2022-07-09 02:57:10下载
- 积分:1
-
order Elaborates on Java2 language (Chinese version) (PDG version) very detailed...
Java2语言命令详解(中文版)(PDG版)非常细致,具体的介绍了java2的命令。-order Elaborates on Java2 language (Chinese version) (PDG version) very detailed and specific about the java2 orders.
- 2023-03-28 03:30:03下载
- 积分:1
-
sim100说明文档,常用at指命,GPRS上网,CSD拨号
sim100说明文档,常用at指命,GPRS上网,CSD拨号-sim100 documentation, commonly used at mean life, GPRS Internet, CSD dial-up
- 2023-06-15 18:40:10下载
- 积分:1