登录
首页 » C51 » ResistorMeasureBoard

ResistorMeasureBoard

于 2017-07-19 发布 文件大小:11KB
0 228
下载积分: 1 下载次数: 2

代码说明:

  多路电阻测试,用12位AD+串口通信,经测试OK(ResistorMeasureBoard)

文件列表:

ResistorMeasureBoard\main.c
ResistorMeasureBoard\ResistorMeasureBoard.mcp
ResistorMeasureBoard\ResistorMeasureBoard.mcs
ResistorMeasureBoard\rmb.h
ResistorMeasureBoard\rmb_ad7705.c
ResistorMeasureBoard\rmb_adm2483.c
ResistorMeasureBoard\rmb_pic18.c
ResistorMeasureBoard\rmb_task.c
ResistorMeasureBoard

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用MT4编的一个线性回归的源代码,可以 被mt4应用来分析趋势...
    用MT4编的一个线性回归的源代码,可以 被mt4应用来分析趋势-MT4 with a linear regression for the source code, can be used to analyze trends mt4
    2022-06-02 09:17:56下载
    积分:1
  • 12306Bypass_1.12.89
    抢火车票的软件,非常好用,不怕抢不到火车票啦(Rob train ticket software, very easy to use, not afraid to grab the train ticket friends)
    2018-02-01 19:48:00下载
    积分:1
  • cricket-score-sheet-3
    说明:  score sheet for the use in cricket score card
    2020-11-24 17:34:50下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 自己做的labview 小程序,LV8.5版的,初学者参考学习
    自己做的labview 小程序,LV8.5版的,初学者参考学习-Labview do their own small programs, LV8.5 version, the reference for beginners to learn
    2023-02-02 21:30:04下载
    积分:1
  • PSLR_ISLR
    说明:  该程序可以计算雷达、SAR点目标的峰值旁瓣比和积分旁瓣比,一维和二维!(The program can calculate the peak side lobe ratio and integral side lobe ratio of radar and SAR point target, one dimension and two dimension!)
    2021-03-13 23:19:23下载
    积分:1
  • GP-Pro EX 4.08 Serial Key Code
    GP-Pro EX 4.08 Serial Key Code.txt
    2019-07-06 02:01:05下载
    积分:1
  • smartcard-master
    LECTOR DE CHIP EMV DECODER
    2020-06-22 17:40:02下载
    积分:1
  • QXAPRK
    是PDA如何打开BMP文件,如何显示在PDA屏目上,使用EVC4编译,在HP3210PDA上动行通过(PDA is how to open the BMP file, how to display on the PDA screen mesh, using EVC4 compilation, moving on HP3210PDA line through)
    2017-04-12 02:50:16下载
    积分:1
  • 滤波器
    说明:  本文档主要用matlab语言设计了FIR和IIR低通滤波器、高通滤波器和带通滤波器。(In this paper, FIR and IIR low-pass filter, high pass filter and band-pass filter are designed by MATLAB.)
    2019-11-29 09:56:07下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载