-
JSP大学实用教程程序源代码 需要的话请去下载
JSP大学实用教程程序源代码 需要的话请去下载-JSP Practical Guide to the University of source code needed to download please
- 2022-02-15 10:48:51下载
- 积分:1
-
数字图像处理―经典算法,冈萨雷斯配套电子书籍
数字图像处理―经典算法,冈萨雷斯配套电子书籍-digital image processing-classical algorithm, Gonzalez matching e-books
- 2022-01-21 00:50:19下载
- 积分:1
-
Linux专家之路――Linux数据库编程 不错的一套书 是Linux学习的经典...
Linux专家之路――Linux数据库编程 不错的一套书 是Linux学习的经典-Linux experts in the road- Linux Database Programming book is a good study of the classic Linux
- 2022-05-22 22:36:05下载
- 积分:1
-
是关于c语言入门的很好的一本习题方面的书,书中有对题目详细的源代码回答...
是关于c语言入门的很好的一本习题方面的书,书中有对题目详细的源代码回答-C language portal on the good aspects of an exercise book on the topic has a detailed reply to the source code
- 2022-11-02 20:25:03下载
- 积分:1
-
《c++大学教程实验指导书》源码
《c++大学教程实验指导书》源码-"c++ university course guide experimental" FOSS
- 2023-05-15 04:40:02下载
- 积分:1
-
mc51 Singlechip 8051 c language development and application of control
mc51单片机开发 8051单片机c语言控制与应用-mc51 Singlechip 8051 c language development and application of control
- 2022-03-11 06:01:32下载
- 积分: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
-
通信中LDPC编码的源程序
通信中LDPC编码的源程序-LDPC coded communication source
- 2022-03-03 10:54:04下载
- 积分:1
-
这是一个控件的书,希望对你们有用,谢谢。
这是一个控件的书,希望对你们有用,谢谢。-This is a control book you want to be useful, thank you.
- 2023-08-12 07:00:04下载
- 积分:1
-
Extreme Programming
Extreme Programming
- 2022-06-16 01:48:55下载
- 积分:1