CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LCM

搜索资源列表

  1. BMP085Code

    0下载:
  2. while(1) { BMP085_sample(3) temperature=T pressure=p temperature=temperature/10 //单位:摄氏度 pressure=pressure/1000 //单位:kPa delay(100) //这里就可以调用显示程序,驱动LED或者LCM显示结果了 }-BMP085 code
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2323
    • 提供者:yan
  1. HD66784new

    0下载:
  2. 8051测试程序HD66784,LCM专门工厂测试源程序-8051 with HD66784test procedure, LCM source of specialized plant tests.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:555
    • 提供者:申家宁
  1. 2600T-XX

    0下载:
  2. 8051测试程序2.6寸 9320,LCM专门工厂测试源程序-8051 with 9320 2.6test procedure LCM source of specialized plant tests.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:申家宁
  1. TCL0834

    0下载:
  2. TLC0834实现模拟信号量的采集,输入0-5V的电压,然后把类比电压值在LCM上显示出来-TLC0834 realize the amount of analog signal acquisition, 0-5V input voltage, then the analog voltage value displayed on the LCM
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1246
    • 提供者:倪申
  1. RTC_display_20101128_3

    0下载:
  2. STM32F10 RTC 在lcm上的显示-STM32F10 s RTC displayed on LCM
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:485707
    • 提供者:李裕华
  1. LCM

    0下载:
  2. 这是屏幕_TXD144C_ST7735R的初始化驱动-it is a inital driver about _TXD144C_ST7735R
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:687
    • 提供者:frank
  1. 128128t6963

    0下载:
  2. 6963驱动的128128lcd程序经过LCM 公司测试ok-6963 LCM-driven companies through the test procedure 128128lcd ok
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:郑秋生
  1. 18pinLCM

    0下载:
  2. 自己做的课程设计。投骰子游戏机 用LCM显示的。 其中的随机数算法非常犀利。注释非常详细。 -Own course design. Cast dice game with LCM display. One of the random number algorithm is very sharp. Very detailed comments.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:78687
    • 提供者:ICEBAT
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. LCM

    0下载:
  2. 接触电流测试仪的多级菜单,实际产品。详细源代码及仿真。-Touch Current Tester multi-level menu
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1103347
    • 提供者:zyd
  1. GPIO-example

    0下载:
  2. GPIO_LCM.c 该文件是GPIO模拟时序,实现SPI协议的代码。 GPIO.pdf 该文件是C6713的GPIO连接LED和LCM模块的原理图,至于C6713的其他部分(如SDRAM、FLASH等)和部分控制信号、电源信号都略去-application example for GPIO on DSP
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:48608
    • 提供者:王以笑
  1. CodeManage

    0下载:
  2. LCM驱动IC初始化代码查询管理程序,查询和管理LCD驱动IC初始化代码,及一些调试信息-LCM Driver IC initialization code query management procedures, query and management of LCD Driver IC initialization code, and some debugging information
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-10
    • 文件大小:2365417
    • 提供者:yhw
  1. CodeManage2011

    0下载:
  2. LCM驱动IC的初始化代码查询和管理软件,查找各LCD驱动IC的初始化,并有一些调试的记录-LCM Driver IC initialization code query and management software, look for the initialization of the LCD driver IC, and there are some records of debugging
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-10
    • 文件大小:2334263
    • 提供者:yhw
  1. gui2

    0下载:
  2. ks0108的驱动,基于CVAVR开发平台,移植性好。-the driver of ks0108 LCM based on CVAVR
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:59906
    • 提供者:
  1. ds18b20_ABsensors_20110325_4

    0下载:
  2. CortexM3(ARM)的RTC和DS18B20的温度在TFT液晶上的显示(自创)-Time and Temperature Display on TFT-LCM based on CortexM3-ARM with DS18B20 sensor(DIY).
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:543976
    • 提供者:李裕华
  1. LCM-LCD-GPM940B0.RAR

    0下载:
  2. Giantplus Technology LCD GPM940B0 datasheet
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3554599
    • 提供者:Sneon777
  1. Lcm

    0下载:
  2. 240*60点阵液晶屏测试程序,带控制器-240* 60 dot matrix LCD screen test program, with controller
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1330
    • 提供者:wangyao
  1. lab2

    0下载:
  2. 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1227
    • 提供者:gengchn
  1. lcm-0.5.2

    0下载:
  2. 出色的轻型消息传递;它采用UDP广播的形式发送散列化的数据,速度超群;可支持C, C++, Java, Python等联合编程。-Messaging good light it uses UDP broadcast to send a hash of the data form, speed, superior supports C, C++, Java, Python and other joint programming.
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-30
    • 文件大小:764473
    • 提供者:李利
  1. QVGA-18BIT

    0下载:
  2. 基于80C54测试LCM,18BIT/9BIT程序-80C54-based test LCM, 18BIT/9BIT program
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:163880
    • 提供者:彭武
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 27 »
搜珍网 www.dssz.com