-
USB转换成RS232转换接口在现在的笔记本电脑中应用相当广泛,因为在现在的笔记本电脑中一般都没有了RS232接口了。...
USB转换成RS232转换接口在现在的笔记本电脑中应用相当广泛,因为在现在的笔记本电脑中一般都没有了RS232接口了。-Converted to RS232 converter USB interface in the current application of notebook computers quite extensive, because in the current notebook computers are generally not the RS232 interface.
- 2022-03-14 11:47:09下载
- 积分:1
-
good things, of course, want to share
好东西当然要分享――Servlets and JSP API Documentation-chm-good things, of course, want to share-- Servlets and JSP API Documentation- chm
- 2023-01-28 11:15: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
-
中美关系 中国 美国的当前关系分析 公共选修课的论文
中美关系 中国 美国的当前关系分析 公共选修课的论文-Sino-US relations between China and USA" s current analysis of public elective papers
- 2023-02-25 23:50:04下载
- 积分:1
-
这是一个用mfc 写的 公交路线查询实例,可以用作数据结构的课程设计...
这是一个用mfc 写的 公交路线查询实例,可以用作数据结构的课程设计-this is a application of mfc , it s a example of the communication cases
- 2022-05-23 13:41:16下载
- 积分:1
-
IEEE802.16e of BTC codec program code. Pdf, 2
IEEE802.16e中的BTC码编译码方案.pdf,2-IEEE802.16e of BTC codec program code. Pdf, 2
- 2023-08-27 21:25:03下载
- 积分:1
-
最大团问题的一种算法,包含了详细的C++源代码,请下载
最大团问题的一种算法,包含了详细的C++源代码,请下载-largest group of an algorithm contains a detailed C source code, download
- 2022-02-26 08:04:26下载
- 积分:1
-
对于大学校园内部的各个系部的工作人员的工资和财务处以及人事处之间的交互管理...
对于大学校园内部的各个系部的工作人员的工资和财务处以及人事处之间的交互管理-University campus for the various systems of internal staff of the Department of the Treasury, as well as wages and the interaction between the Personnel Service Management
- 2022-08-07 00:20:10下载
- 积分:1
-
8051单片机C语言控制与运用,运用这个学习会基本掌握8051单片机的开发和运用...
8051单片机C语言控制与运用,运用这个学习会基本掌握8051单片机的开发和运用-8051 control and the use of C language, using basic grasp of this study will be 8051 of the development and application of
- 2022-01-30 23:27:51下载
- 积分:1
-
XML学习基础,适合初学者了解XML基础原理。
XML学习基础,适合初学者了解XML基础原理。-XML learning foundation for beginners understand the basic tenets of XML.
- 2022-02-05 06:24:25下载
- 积分:1