-
two forks of trees and the establishment of deleted files containing detailed
二叉排序树的建立和删除,详见内附文档-two forks of trees and the establishment of deleted files containing detailed
- 2022-07-10 12:29:56下载
- 积分:1
-
发送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
-
求最大公约数的三种算法,程序中还对这三种算法进行了比较...
求最大公约数的三种算法,程序中还对这三种算法进行了比较-Common denominator for the three algorithms, the procedure is also the three algorithms are compared
- 2022-02-05 08:13:57下载
- 积分:1
-
常用算法的C语言描述。里边算法非常详尽。解压即可使用。
常用算法的C语言描述。里边算法非常详尽。解压即可使用。-common algorithms described in C language. Inside algorithm very detailed. Decompression can be used.
- 2023-03-24 02:55:03下载
- 积分:1
-
最段路径的算法
dijkstra算法,用C++编写
最段路径的算法
dijkstra算法,用C++编写-The dijkstra algorithm path segment algorithm, using C++ to prepare
- 2022-05-14 20:57:28下载
- 积分:1
-
递归算法,很经典的移盘算法源代码,请用vc编译运行。
递归算法,很经典的移盘算法源代码,请用vc编译运行。-Recursive algorithm, it is the classic disk-shift algorithm source code, please use the vc compiler to run.
- 2022-02-22 12:45:50下载
- 积分:1
-
自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我...
自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
- 2022-07-27 15:30:06下载
- 积分:1
-
Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告
Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告-Zhejiang University Online Judge Questions section 2277 to title code 2283 and problem-solving report
- 2023-07-04 22:25:03下载
- 积分:1
-
在数据结构中实现两个一元多项式的相加、相减和相乘
在数据结构中实现两个一元多项式的相加、相减和相乘-In the data structure of the polynomial realize one of the two together, subtract and multiply
- 2022-04-22 17:22:24下载
- 积分:1
-
一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助
一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助-A matrix class implements a variety of matrix operations we want to help
- 2022-01-26 08:03:57下载
- 积分:1