-
发送TEXT短信模块
发送短信模块源代码!PCON &= 0x7F; //波特率不倍速
SCON = 0x50; //8位数据,可变波特率
AUXR &= 0xBF; //定时器1时钟为Fosc/12,即12T
AUXR &= 0xFE; //串口1选择定时器1为波特率发生器
TMOD &= 0x0F; //清除定时器1模式位
TMOD |= 0x20; //设定定时器1为8位自动重装方式
TL1 = 0xFD; //设定定时初值
TH1 = 0xFD; //设定定时器重装值
ET1 = 0; //禁止定时器1中断
TR1 = 1; //启动定时器1
ES=1; //开串口中断
- 2023-06-13 13:05:04下载
- 积分:1
-
一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法...
一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications, there is another very applicable CRC check algorithm
- 2023-02-08 23:20:04下载
- 积分:1
-
本程序用Visual C++ 6编写的,使用了MFC、数据库…
本程序使用Visual C++6.0编写,使用了MFC,数据库用的是SQL Server,要正常运行本程序,请安装该数据库,并参看压缩文件中的DBConfig.ini文件。本程序如果和已经上传的NetControlManager已经完全可以满足用户对局域网控制的需求,特色功能包括:登陆认证、局域网内特定IP上网限制等-This procedure using Visual C++ 6.0 preparation, the use of the MFC, the database used is SQL Server, to the normal operation of this program, please install the database and see the compressed file in the document DBConfig.ini. This procedure has been uploaded If NetControlManager has been fully able to meet user demand for LAN control, features include: login authentication, LAN specific IP access restrictions
- 2022-07-27 23:04:34下载
- 积分:1
-
backtracking algorithm maze problem
回溯算法迷宫问题-VB代码是回溯算法非常经典的例子。可以做游戏做简单的参考
- 2022-01-25 17:04:24下载
- 积分:1
-
汽车销售系统是一个典型的管理信息系统,它主要处理小型汽车销售公司的进销存的管理和控制等的问题。开发该系统包括数据库的建立与维护以及应用程序的建立。该系统主要包括...
汽车销售系统是一个典型的管理信息系统,它主要处理小型汽车销售公司的进销存的管理和控制等的问题。开发该系统包括数据库的建立与维护以及应用程序的建立。该系统主要包括:系统管理、基础档案(车型基本信息)、库存管理(车辆种类管理、车辆入库)、销售管理(车辆销售、月销售、日销售、季度销售、收益统计)、收款管理、库存管理(库存车辆、仓库明细、库存统计)和客户管理六个子系统模块组成。-thank you
- 2022-03-16 21:27:09下载
- 积分:1
-
郝夫曼树的实现
大二上学期在学校的数据结构实验课程设计课上自己出于兴趣写的一个郝夫曼树的应用,而课本上的程序不能直接使用,初学者学起来会很困难呢,而我的这个程序有具体的实现,详细的源码介绍,希望对初学者有帮助!
- 2023-01-12 06:45:03下载
- 积分:1
-
常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现...
常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
- 2022-02-06 04:20:33下载
- 积分:1
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1
-
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。...
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。-Data structure learning (c++) Has just begun the transition from C to the C++ Those who read them will realize that C++ The new features.
- 2022-06-26 14:48:56下载
- 积分:1
-
数据结构中有关单链表操作的源码
数据结构中有关单链表操作的源码-data structure of the single-source operating Chain
- 2022-07-22 09:35:48下载
- 积分:1