-
用汇编语言编写的画三个圆的源代码,一个大圆在屏幕中央,两个小圆在大圆两侧并且直径相等...
用汇编语言编写的画三个圆的源代码,一个大圆在屏幕中央,两个小圆在大圆两侧并且直径相等-assembler language of painting three round source code, a great circle of the screen, two knolls on both sides and the great circle equivalent diameter
- 2023-03-18 17:25:03下载
- 积分:1
-
java programming paradigm
java程序设计范例-java programming paradigm
- 2022-07-26 20:05:10下载
- 积分:1
-
UML software modeling and physical planning
UML软件建模与实际规划-武汉大学软件学院课件。-UML software modeling and physical planning- Wuhan University Software College Courseware.
- 2022-09-19 05:35:03下载
- 积分:1
-
Introduction to digital signal processing applications with Matlab
Introduction to digital signal processing applications with Matlab
- 2023-08-15 23:25: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
-
JasperReport Ultimate Guide English
JasperReport Ultimate Guide 英文版-JasperReport Ultimate Guide English
- 2022-11-22 19:40:04下载
- 积分:1
-
This book is a classic Linux learning materials, including file IO files and di...
这本书是Linux学习的经典教材,包括文件IO文件和目录、进程控制、信号、进程间通信等内容。-This book is a classic Linux learning materials, including file IO files and directories, process control, signals, inter-process communication and so on.
- 2022-03-21 04:27:51下载
- 积分:1
-
好东西值得分享,如果需要大家仔细下来看吧
好东西值得分享,如果需要大家仔细下来看吧-Good things worth sharing, if it required us to take a closer look嘿嘿
- 2023-01-24 13:25:04下载
- 积分:1
-
Dan Saks关于const的所有用法
Dan Saks关于const的所有用法-Dan Saks talks about the usage of const
- 2022-03-11 23:02:03下载
- 积分:1
-
相位比较器实现的VHDL程序,现有的C相结构。
相位比较器的VHDL实现程序,现行的相位比较器结构往往十分复杂,难于实现。而在一些对精度要求不是很高的领域,简单灵活的相位比较算法有着广阔的市场。-Phase comparator realize the VHDL program, the existing structure of the phase comparator is often very complex and difficult to realize. In some of the precision of the field is not very high, simple and flexible algorithm for phase comparison with a broad market.
- 2022-10-29 03:50:04下载
- 积分:1