虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

微<b>位移传感器</b>

  • Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Outpu

    Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12

    标签: Description Calculate integer 101000

    上传时间: 2014-01-25

    上传用户:tonyshao

  • Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量电子书

    Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量电子书,O Reilly的最多 有需要的朋友在我的个人空间上给我留言

    标签: Prentice windows linux Hall

    上传时间: 2014-01-22

    上传用户:JIUSHICHEN

  • 欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符

    欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符

    标签: gcd getchar scanf mod

    上传时间: 2014-01-10

    上传用户:2467478207

  • //9488定时器B功能测试 9488定时器B功能测试B:DAMI调试通过: 9488 8位定时器B的使用 有关的I/O为三个:TBPWM(输出)(P1.0) 模式有:间隔定时功能,

    //9488定时器B功能测试 9488定时器B功能测试B:DAMI调试通过: 9488 8位定时器B的使用 有关的I/O为三个:TBPWM(输出)(P1.0) 模式有:间隔定时功能,PWM模式 有定时中断:定时器B溢出中断

    标签: 9488 TBPWM DAMI 定时器

    上传时间: 2017-06-01

    上传用户:ryb

  • 磁致伸缩位移传感器的设计与实现

    本文设计了一种磁致伸缩位移传感器,介绍了该磁致伸缩位移传感器的测量原理,通过结构优化设计提高了仪器的性能,详述了硬件电路设计及实现方法,完成了软件设计,实现了高压充电、问询脉冲加载、时间测量及滤波等功能,并通过实验对其性能进行了验证。所研制的磁致伸缩位移传感器具有测量精度高、长期稳定性好等特点,满足了大量程、高精度、恶劣环境等测量的要求。A kind of sensor based on magnetostrictive principle is designed.The measuring principle of the magnetostrictive displacement sensor is introduced,the performance of the instrument is improved by the structural optimization design,and introduced the hardware circuit design and the realization method,completed the software design,realized the functions of the high voltage charging,inquiries pulse loading,time measurement and filtering,and its performance is verified through the experiment.The magnetostrictive displacement sensor has the characteristics of high measuring precision.The sensor meets the requirements of large range,high precision,poor environment and so on.

    标签: 位移传感器

    上传时间: 2022-04-06

    上传用户:

  • MLX90393的霍尔效应空间角位移传感器设计

    基于 MLX90393芯片设计了一种新型的空间角位移传感器,详细阐述了该传感器的工作原理、设计方法和数学模型。该传感器基于霍尔效应可以测量空间 X、Y 和 Z三个方向的磁场分量,通过数学建模将这三个值转化成空间角位移分量α和β,从而确定一个物体在空间中的角位移。本实验基于一个空间角位移平台和 STM32硬件开发平台,捕获以及输出MLX90393测量数据,经过计算机处理、统计分析以及数学建模,最终得出物体在空间移动时的角位移数据。

    标签: mlx90393 霍尔效应 位移传感器

    上传时间: 2022-05-07

    上传用户:1208020161

  • 容栅位移传感器芯片

    容栅位移传感器芯片资料,内附数据输出协议,可与MCU通讯构成位移传感器模块。

    标签: 位移传感器 芯片

    上传时间: 2022-05-20

    上传用户:

  • 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现

    1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题

    标签: 移动 发现

    上传时间: 2016-07-25

    上传用户:gxrui1991

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: include stdlib stdio gt

    上传时间: 2014-11-10

    上传用户:wpwpwlxwlx

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: include stdlib stdio gt

    上传时间: 2013-12-12

    上传用户:亚亚娟娟123