-
很不错的一本书哦
很不错的一本书哦-very good one book oh
- 2022-05-05 19:36:10下载
- 积分:1
-
这本书的内容是关于linux的内核注释方面的,可以帮你更好的学习linux的内部原理....
这本书的内容是关于linux的内核注释方面的,可以帮你更好的学习linux的内部原理.-this book on the contents of the linux kernel of the Notes. can help you better learning linux internal principle.
- 2022-01-30 13:07:17下载
- 积分:1
-
这是一组面试题目的资料,请下载做一做吧
这是一组面试题目的资料,请下载做一做吧-this is a group test of opdene!
- 2023-01-05 14:35:06下载
- 积分: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
-
unix高级环境程序设计课件前三章,简单易懂的。
unix高级环境程序设计课件前三章,简单易懂的。-senior unix environment program design courseware first three chapters, easy-to-read.
- 2022-06-30 15:37:29下载
- 积分:1
-
本文介绍了相的原理
本篇文章叙述了锁相环原理,是学习锁相技术不可多得一篇好文章-This article describes the principle of phase-locked loop, phase-locking technology is invaluable to learn a good article
- 2023-01-07 06:20:03下载
- 积分:1
-
jsp基础教程最适合入门学习,不信你看不懂
jsp基础教程最适合入门学习,不信你看不懂-jsp tutorial based on the most suitable learning portal
- 2022-07-13 05:18:03下载
- 积分:1
-
younger brother is a newcomer just learning to ARM long time, a number of omissi...
小弟是个新人,刚学ARM时间不长,有不少的疏漏,希望各位高手能指点一二。-younger brother is a newcomer just learning to ARM long time, a number of omissions, can hope to master the guidance on January 2.
- 2023-07-22 21:00:04下载
- 积分:1
-
Eamon O’Tuathail的WTL开发者指南英文版
Eamon O’Tuathail的WTL开发者指南英文版-WTL Developer Guide
- 2022-03-20 09:22:18下载
- 积分:1
-
mathematica Tutorial
mathematica Tutorial
- 2022-03-07 15:18:42下载
- 积分:1