-
外文经典书“Space
外文经典书“Space-time codes and MIMO systems”第九章matlab源代码-foreign classic book "Space-time codes and MIMO systems" Chapter IX Matlab source code
- 2022-07-07 10:37:30下载
- 积分:1
-
国际标准文件。这是IEEE1998年官方文件…
C++国际标准文档。 这个是IEEE1998年的正式文档。属于国际标准。-C international standard documentation. This is IEEE1998, the official documents. Belong to international standards.
- 2022-02-09 20:45: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
-
用于labview的初学者.是一个初学者不可多的的教材
用于labview的初学者.是一个初学者不可多的的教材-it is good For labview beginner
- 2022-11-16 03:20:03下载
- 积分:1
-
Matlab in signal processing applications, good foreign materials
Matlab在信号处理中的应用,很好的外国教材-Matlab in signal processing applications, good foreign materials
- 2022-02-05 03:48:57下载
- 积分:1
-
classical programming books, an indispensable tool dictionary
经典编程书籍,不可或缺的工具字典
- 2022-08-23 05:11:16下载
- 积分:1
-
A method to realize shoufei system
用算法来实现一个收费系统,利用VISUAL C++来实现-A method to realize shoufei system
- 2022-02-06 01:53:00下载
- 积分:1
-
Visual C++网络通信编程实用案例精选源代码
Visual C++网络通信编程实用案例精选源代码-Visual C++ Network communications programming practical cases the source code Featured
- 2022-03-10 11:53:54下载
- 积分:1
-
本程序实现了图形消隐,对于计算机图形学图形变换具有参考价值...
本程序实现了图形消隐,对于计算机图形学图形变换具有参考价值-This program enables graphical blanking, for computer graphics graphics transform a reference value
- 2022-03-16 09:01:09下载
- 积分:1
-
Linux设备驱动程序第三版
Linux设备驱动程序第三版-Linux device drivers third edition
- 2023-02-05 15:55:03下载
- 积分:1