-
精通 CSS 滤镜,是很好的一本书哟!
精通 CSS 滤镜,是很好的一本书哟!-proficient CSS filter is a good book yo!
- 2022-02-22 07:20:41下载
- 积分:1
-
very simple explanation of some beginner JAVA common questions and solutions, th...
很简单的说明了一些初学JAVA的常见问题及解决方法,这个帖子不错的-very simple explanation of some beginner JAVA common questions and solutions, the message of good
- 2022-08-23 14:50:21下载
- 积分:1
-
Excellent ebook from MS that describes virtualization.
Excellent ebook from MS that describes virtualization.
- 2022-03-22 16:20:55下载
- 积分:1
-
Linux的命令文件
linux常用命令文档-linux commands document
- 2022-04-01 00:19:44下载
- 积分:1
-
C explain the intensive language courses, want to help the broad masses of progr...
讲解深入细致的C语言教程,希望对广大的编程爱好者有所帮助!-C explain the intensive language courses, want to help the broad masses of programming enthusiasts!
- 2023-05-25 15:35:03下载
- 积分:1
-
经典程序100例, 里面包括100个经典的c程序,相信对程序员有一定的帮助...
经典程序100例, 里面包括100个经典的c程序,相信对程序员有一定的帮助-100 cases of classical procedures, which include 100 classic c procedures, believe that programmers have a certain degree of help
- 2022-02-13 19:36:03下载
- 积分:1
-
On digital communication in the four
关于数字通信中四相调制的原理介绍和应用分析.-On digital communication in the four-phase modulation of the principle of the introduction and application analysis.
- 2022-05-13 06:53:57下载
- 积分:1
-
《simulation and software radio for mobile communication》这本书写得挺好的,这书上的配套源代码,包括通信各...
《simulation and software radio for mobile communication》这本书写得挺好的,这书上的配套源代码,包括通信各个模块,并对各个模块又完整的程序和详细的程序说明,相信会有你需要的
- 2022-08-24 13:29:58下载
- 积分: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
-
vc 编写的源代码!建议你们可以下载小看一下!
vc 编写的源代码!建议你们可以下载小看一下!-vc prepared by the source code! Suggest that you can download belittle!
- 2022-11-07 02:35:03下载
- 积分:1