-
好的书籍的信息信号的分析,结合MATLAB,想帮助…
信号分析很好的资料书籍,结合matlab,希望对你有帮助!-Signal analysis of the information good books, combined with matlab, want to help you!
- 2023-03-09 13:40:04下载
- 积分:1
-
学习AJXA的好教程,适合初学者,更多资料http://www.gishr.com
学习AJXA的好教程,适合初学者,更多资料http://www.gishr.com-learning AJXA good guidance for beginners and more information http :// www.gishr.com
- 2023-06-08 09: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
-
c语言教程。。。。。。。。。。。。有关设计之类的
c语言教程。。。。。。。。。。。。有关设计之类的-Guide. . . . . . . . . . . . The Design category
- 2022-01-30 12:40:34下载
- 积分:1
-
top mobile phone game, Colo.!
手机顶尖游戏制作全揭密!-top mobile phone game, Colo.!
- 2022-07-09 16:10:35下载
- 积分:1
-
DirectShow的PDF手册,连同书签添加自己的好帮手…
directshow开发指南PDF书籍,自己加的书签,个人认为比较经典的Directshow学习帮手-directshow pdf mannual,together with bookmark added myself.Quite good helper for newers in this field
- 2022-05-12 15:20:52下载
- 积分:1
-
用风险投资编写的图形工具
Graph tools written in vc-Graph tools written in vc++...
- 2022-01-26 07:44:35下载
- 积分:1
-
电子技术培训课件,第一单:半导体二极管、三极管和场效应管。...
电子技术培训课件,第一单:半导体二极管、三极管和场效应管。-electronic training courseware, the first single : semiconductor diodes, transistors and FETs.
- 2022-01-28 02:27:49下载
- 积分:1
-
Script to set up and access to an object of a certain style of each of the attri...
脚本中设置和获取某一个对象的样式中的各个属性和属性值!-Script to set up and access to an object of a certain style of each of the attributes and attribute values!
- 2022-03-20 12:14:49下载
- 积分:1
-
windows version of the second network programming
windows网络编程第二版-windows version of the second network programming
- 2023-06-06 07:40:03下载
- 积分:1