-
sht10 pic 16f877a
测定温度和湿使用 pic16f877a
传感器是从 sensiron sht10。
范围 ︰ 温度 ︰ 0-50,humidit: 0-90 %rh
- 2022-06-26 02:28:42下载
- 积分:1
-
图书馆管理系统
图书馆管理系统实现图书的查询、借阅、续借、还书功能。另外还能实现图书超期罚款的功能。管理员可以进行图书的增加、删除和修改。
- 2022-02-16 06:11:34下载
- 积分:1
-
数据写入管控PI中,测试AGPRS
数据写入管控一体化pi中,用PI画面显示结果.使用PISDKDlg.Connections.Login()以登录方式连接PI服务器
- 2023-08-15 04:15:05下载
- 积分:1
-
高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、...
高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输入数据。第一行有2 个正整数m和n。« 结果输出:将计算出的÷ ÷ø ö ç ç èæ nm和) (m C 的精确值输出到文件output.txt。文件的第一行是÷ ÷ø ö ç ç èæ nm的精确值,第2 行是C(m)的精确值。输入文件示例 输出文件示例input.txt output.txt5 3 1042-problems laquo precision integer; Problem description : (1) design a high-precision integer said the template category, which supports the arbitrary large integer input, output and four Operators (,-, acute; , Cedil;) That division should Operational output and the number of I . (2) the use of such high-precision integer type of template to calculate large integer number and composition of the Catalan few precise value. Laquo; Programming tasks : to set large integers m and n, calculate oslash; Ouml; Ccedil; Ccedil;
- 2022-02-01 11:40:32下载
- 积分:1
-
Kmeans一个非常简单的聚类分析
关于聚类分析的Kmeans代码,用C#写的。非常易懂~首先随机选择K个中心,然后计算每个点到每个中心的距离,距离最 小的属于某类(
- 2022-04-12 08:10:41下载
- 积分:1
-
集合的并交差运算
#include
#include
#include
#include
int a[100]={0};
typedef struct node{
int data;
struct node *next;
- 2022-08-08 00:11:07下载
- 积分:1
-
麦蓝
此代码是 AVR 为 ATMega64 以 C 语言编写的项目的集合。此代码在 CodeVision AVR 开发接口开发的地方。他们可以通过 CodeVision 和 avr gcc 编译器编译。请注意前, 两个项目被用 avr 单片机汇编语言编写,但别人是纯 c。
- 2022-06-30 10:19:52下载
- 积分:1
-
自动平台控制程序
自动平台控制程序,实现平台的三围定位
- 2023-06-19 13:55:04下载
- 积分:1
-
一卡通过管理系统
【实例简介】一卡通过管理系统
- 2021-11-30 00:45:53下载
- 积分:1
-
GNSS基线解算
在进行高精度定位过程中,基线解算是极为重要的步骤,本文档主要介绍在利用GPS观测数据进行基线解算的详细流程,对想要从事GNSS算法研究的人员大有裨益。
- 2023-08-28 14:20:03下载
- 积分:1