-
rtc实时时钟试验
应用背景在arm7 的stm32f103zet6芯片上实现电子日历的制作,采用定时功能来实现,可以自己设置显示的时间范围关键技术采用arm7 的stm32f103zet6的定时功能来制作电子日历,先确定日历最早日期,然后算出起始日期到当前日期的总秒数,在初一一年的秒数来实现时间分割
- 2022-11-15 17:50:04下载
- 积分:1
-
只是另一个 Dec2 Bin 转换器
将一个无符号的十进制整数的二进制表示形式转换为
- 2022-12-13 06:40:03下载
- 积分:1
-
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算...
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
- 2023-06-02 04:45:03下载
- 积分:1
-
x-y图解法求二元精馏塔理论塔板数 本文件是一个m文件,要在matlab环境下运行-x-y graphical method for binary distillation theoretical plate number of this document is a document m, the operating environment Matlab
- 2022-03-11 05:04:33下载
- 积分:1
-
科学与工程数值算法插值类
科学与工程数值算法插值类-science and engineering category interpolation algorithm
- 2022-08-22 10:35:08下载
- 积分:1
-
java语言实现各种排序算法
采用java语言,实现克重排序算法,如快速排序、冒泡排序等;
- 2022-01-25 21:05:04下载
- 积分:1
-
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球...
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目- Three chromospheres questions if have a pocket to put have 12
balls, including 3 red, 3 white and 6 black, no matter what takes 8
balls, asked altogether this also is may use the question which the
exhaustion method solves. Supposes no matter what takes the red ball
integer is i, the white ball integer is j, then the black ball integer
is 8-i-j, counts differently with count matches the number
- 2022-06-03 14:36:47下载
- 积分:1
-
3D螺旋上升效果
/****************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2022-05-13 07:02:29下载
- 积分:1
-
顺序表---单链表 基本操作实现
顺序存储与链式存储是两种基本的存贮结构 ,算法代码提供了基于顺序表与单链表的算法实现公式,还提供了基于二叉链表的二叉树的基本操作实现
- 2022-07-03 20:59:23下载
- 积分:1
-
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法...
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
- 2022-04-30 14:47:05下载
- 积分:1