-
csr Bluetooth bc3 information, there is need to give some of the friends just ge...
csr 蓝牙bc3的资料,给一些有需要的刚入门的朋友.-csr Bluetooth bc3 information, there is need to give some of the friends just getting started.
- 2022-02-13 09:05:35下载
- 积分:1
-
matlab编成设计基础相关的10本书,对学好matlab有很大帮助。
matlab编成设计基础相关的10本书,对学好matlab有很大帮助。-matlab-related design basis into 10 books, has a lot to learn matlab help.
- 2022-03-13 14:29:11下载
- 积分:1
-
C primer plus 第五版,学习c语言的好资料
C primer plus 第五版,学习c语言的好资料-C Primer Plus, Fifth Edition
By Stephen Prata
- 2023-06-08 19:00:03下载
- 积分:1
-
讲解编译原理方便的一本好书。讲解编译原理方便的一本好书。...
讲解编译原理方便的一本好书。讲解编译原理方便的一本好书。-Compilation Principle on one convenient book. Compilation Principle on one convenient book.
- 2023-03-17 23:10: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
-
一种快速算法的相关泽尼克论文,高
有关zernike的快速算法论文,高质量,本人用这个论文实现,相当不错-A Fast Algorithm for the relevant Zernike thesis, high-quality, I realize with this thesis, quite good
- 2022-10-14 10:00:03下载
- 积分:1
-
转载,serialtrans VC源码,大部分的串口编程,可以使用..
转载,serialtrans vc++source,大部分都是关于串口编程的,可以作为参考。-reproduced, serialtrans vc source, most of the serial programming, may be used as reference.
- 2023-08-28 23:55:04下载
- 积分:1
-
这是一个图书管理系统的软件,能实现图书的存取、删除、借书、还书、和权限等功能,给这方面的编程人员有很大的帮助。...
这是一个图书管理系统的软件,能实现图书的存取、删除、借书、还书、和权限等功能,给这方面的编程人员有很大的帮助。-This is a library management system software, able to book access, delete, library, book, the functions and powers, to which the programmer will be very helpful.
- 2022-08-03 15:18:43下载
- 积分:1
-
CANbus in the elevator control system, a very good article.
CANbus在电梯控制系统中的应用,很好的文章。-CANbus in the elevator control system, a very good article.
- 2022-02-02 08:14:16下载
- 积分:1
-
数据结构答案
严慰敏版本的
是很多网友辛勤劳动的结晶
希望对某些人有所帮助
每个程序员必备...
数据结构答案
严慰敏版本的
是很多网友辛勤劳动的结晶
希望对某些人有所帮助
每个程序员必备-data structure answer Yan Wei Min version of the hard work of many netizens hope that the crystallization of certain people to help each Programmer required
- 2022-12-15 15:35:04下载
- 积分:1