-
VS介绍的第二本书,大家要看看呦,很有用的。我已经看过了。...
VS介绍的第二本书,大家要看看呦,很有用的。我已经看过了。-VS introduction of the second book, we have to look at the Yo, very useful. I have looked at.
- 2022-11-24 11:50:03下载
- 积分:1
-
c语言程序设计及应用实例。学习C语言需要与实例相结合,所以这是一个比较好的文档...
c语言程序设计及应用实例。学习C语言需要与实例相结合,所以这是一个比较好的文档-c language program design and application examples. Learning C language needs and examples of the combination, so this is a good document
- 2022-12-31 03:50:11下载
- 积分:1
-
Well, we want everyone to look at it, on the RS
很好地,希望大家都来看看,关于RS-485方面的知识和串口方面的。-Well, we want everyone to look at it, on the RS-485 serial port of knowledge and respect.
- 2022-01-31 03:35:49下载
- 积分: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
-
很好的 东西 清华大学出版的数据结构课后习题详解
很好的 东西 清华大学出版的数据结构课后习题详解-Tsinghua University, published a good thing the data structure after-school Exercise Xiangjie
- 2023-08-24 09:40:04下载
- 积分:1
-
WinCE嵌入式系统实验指导,可供初学着使用
WinCE嵌入式系统实验指导,可供初学着使用
-WinCE Embedded System experimental guidance for the use of beginners
- 2022-02-02 09:10:56下载
- 积分:1
-
是教室教学用的JAVA教案 ,包含了JAVA各个知识点,是教师上课的重要资料...
是教室教学用的JAVA教案 ,包含了JAVA各个知识点,是教师上课的重要资料-it is the teacher s fdsa fdas ffdasfdas fadsf
- 2022-01-21 18:39:07下载
- 积分:1
-
MATLAB do digital signal processed by convolution process and the results
用MATLAB做数字信号处理之中的卷积程序及结果-MATLAB do digital signal processed by convolution process and the results
- 2022-05-08 11:50:49下载
- 积分:1
-
NS2学习中必备资料,非常适合于初学者。提供了大量的实例,并进行细致的讲解和分析,虽然是英文,但是理解起来不难。...
NS2学习中必备资料,非常适合于初学者。提供了大量的实例,并进行细致的讲解和分析,虽然是英文,但是理解起来不难。-NS2 essential learning materials are suitable for beginners. Provides a wealth of examples and meticulous explanations and analysis, though in English, but it is not difficult to understand them.
- 2022-02-22 06:25:23下载
- 积分:1
-
Some Interview Questions
Some Interview Questions
- 2022-03-19 01:16:02下载
- 积分:1