-
Section of modified C language code, the C language into two floating
一段修改C语言的代码,把C语言中的浮点型变成两个整形表示,在linux平台下用flex和bison实现-Section of modified C language code, the C language into two floating-point type of plastic that in linux platform using flex and bison realize
- 2022-04-01 18:53:54下载
- 积分:1
-
C++课件,华侨大学的 希望对大家有所帮助
C++课件,华侨大学的 希望对大家有所帮助-C courseware, the Overseas Chinese University hopes to help everyone
- 2022-05-21 22:19:29下载
- 积分:1
-
c screen design language interface technology, a very good book, this book is ra...
c语言设计屏幕界面技术,非常不错的书,这种书很少见,找了很久才找到-c screen design language interface technology, a very good book, this book is rare, for a long time to find
- 2022-01-25 23:52:29下载
- 积分:1
-
一篇关于linux下的XWindows框架GPE的技术文档,对于想了解嵌入式linux下的图形系统有帮助...
一篇关于linux下的XWindows框架GPE的技术文档,对于想了解嵌入式linux下的图形系统有帮助-a linux on the XWindows GPE framework of the technical documentation, For Embedded Linux would like to know the graphics system help
- 2023-05-28 00:05:04下载
- 积分:1
-
一个用 VHDL语言编写的冒泡法程序,希望对学习该语言的同学有帮助。...
一个用 VHDL语言编写的冒泡法程序,希望对学习该语言的同学有帮助。-A use of VHDL language bubble law procedures, and they hope to learn the language of the students have to help.
- 2022-12-20 16:45:03下载
- 积分:1
-
电话伴侣开发源码
可以实现答录机等高级功能
电话伴侣开发源码
可以实现答录机等高级功能-Tel partners to develop source code can realize advanced features, such as answering machine
- 2022-01-26 04:07:51下载
- 积分:1
-
sdl的中文帮助文档,在csdn要扣分下载的
sdl的中文帮助文档,在csdn要扣分下载的-sdl Chinese help documentation, to points in the csdn download,,,,
- 2022-07-15 13:15:14下载
- 积分:1
-
VC在线杂志精华8
VC在线杂志精华8-VC online magazine essence 8
- 2022-01-21 06:20:31下载
- 积分: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
-
thunder电子书,请大家相互学习,谢谢!
thunder电子书,请大家相互学习,谢谢!-thunder eBook, please learn from each other, everybody, thank you!
- 2022-05-14 12:15:10下载
- 积分:1