-
计算10000以内的阶乘,计算阶乘的程序
计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
- 2022-03-13 07:10:11下载
- 积分:1
-
学生运动会成绩数据库
学生运动会成绩数据库系统记录某校运动会上全部运动项目,各系获得的分数及排名的情况,包括50、100、200,400,1500米,跳高,...
学生运动会成绩数据库
学生运动会成绩数据库系统记录某校运动会上全部运动项目,各系获得的分数及排名的情况,包括50、100、200,400,1500米,跳高,跳远,标枪,铅球铁饼等。进入系统后可以输入和修改某个项目的结果情况,可以按各系院编号输出总分;按总分排序;按男团体总分排序 ;按系院编号查询;按项目编号查询;按女团体总分排序。-Student Games Student Games results database performance database system for recording all the games of a school sports scores and faculty rankings, including 50,100,200,400,1500 meters, high jump, long jump, javelin, shot put discus and so on. After entering the system can enter and modify the outcome of a project can be output by each department Total Number of Hospitals by sorting scores male groups by sorting scores by the Department of Hospital No. inquiries by Item Number inquiries by women groups Total sort.
- 2022-06-30 13:53:12下载
- 积分:1
-
求向量的欧式距离
求向量的欧式距离-vector for the Continental distance
- 2023-02-18 09:40:03下载
- 积分:1
-
PB中的PFC使用例程,包含精简PFC类库
PB中的PFC使用例程,包含精简PFC类库-PB PFC use routines, including streamlining the PFC
- 2023-04-22 16:30:03下载
- 积分:1
-
这是一个家庭信息管理的小软件!
这是一个家庭信息管理的小软件!-This is a family of small information management software!
- 2022-05-26 12:05:31下载
- 积分:1
-
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手...
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
- 2022-09-27 11:10:03下载
- 积分: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
-
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明...
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-04-21 03:39:00下载
- 积分:1
-
PB polymorphic Application
PB中多态的应用-PB polymorphic Application
- 2023-01-03 06:25:04下载
- 积分:1
-
约瑟夫环
设编号为1,2,···,n的n个人围坐一圈,约定编号为k(1≤k≤n)的人从1开始报数,数到m的那个人出列,他的下一位又从1开始报数,数到m的那个人又出列,依次类推,直到所有人出列为止,由此产生一个出队编号的序列。
- 2022-04-16 22:57:11下载
- 积分:1