-
U盘的开发资料,包括u盘的协议以及调试用的软件
U盘的开发资料,包括u盘的协议以及调试用的软件-U disk development information, including the agreement u disk and debugging software
- 2023-04-08 01:55: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
-
我写的一个界面,学习MFC可以参考一下!
我写的一个界面,学习MFC可以参考一下!-I wrote an interface reference for learning MFC!
- 2022-03-15 03:59:46下载
- 积分:1
-
Cimatron V12曲线数控加工表面
cimatron v12 Curve Surface nc åŠ å·¥-cimatron v12 Curve Surface nc processing
- 2022-05-27 14:47:37下载
- 积分:1
-
在visual c++编译环境中用到的一些需要掌握的常用技能
vc技巧--在visual c++编译环境中用到的一些需要掌握的常用技能-vc skills- in the visual c++ compiler environment to use some of the common skills required
- 2022-06-26 18:19:50下载
- 积分:1
-
C语言函数手册,包括所有C语言函数功能、所需参数、及例子。方便编程时进行查询。...
C语言函数手册,包括所有C语言函数功能、所需参数、及例子。方便编程时进行查询。-C language function manual, including all C language function function, the required parameters, and examples. Convenient programming query.
- 2022-08-05 23:56:43下载
- 积分:1
-
用vc编写活动模板库
用vc编写活动模板库-prepared using vc activities Template Library
- 2023-06-29 12:45:05下载
- 积分:1
-
iphone develop
iphone 开发入门 指导,熟悉objective-c Xcode开发环境-iphone develop
- 2023-05-01 07:30:03下载
- 积分:1
-
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第九部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。...
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第九部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。- The data communication and the network course are carries on
the network programming and a data communication personnel s Holy
Bible, altogether divides into ten parts, this is the ninth part,
especially to prepares to be engaged in the network programming, the
data communication programming project personnel has the instruction
significance.
- 2023-02-21 16:35:03下载
- 积分:1
-
a open source project in linux for peer to peer on seep
a open source project in linux for peer to peer on seep
- 2023-04-17 13:45:04下载
- 积分:1