代码搜索:测控仪表
找到约 647 项符合「测控仪表」的源代码
代码结果 647
www.eeworm.com/read/299774/7833954
c adc.c
// 智林Z2101/03开发板试验程序
// ADC试验
// 刘笑然
// 智林测控技术研究所
// www.the0.net
// 2006.12.1
#include
// 引入相关芯片的头文件
#include
#include "PCF8833.h"
/*----------------------
www.eeworm.com/read/406503/11440862
c lcd_cn.c
// 智林Z213x/4x开发板试验程序
// 真彩液晶试验
// 刘笑然
// 智林测控技术研究所
// www.the0.net
// 2008.3.31
#include "TFT018.h"
int main() {
BacklightOn();
LCD_Init();
LCD_Clear_Screen(Blue);
for(;;) {
www.eeworm.com/read/27207/863429
plg ad.plg
礦ision2 Build Log
Project:
d:\My Documents\稿件\单片机测控系列\AD\ad.uv2
Project File Date: 08/09/2005
Output:
www.eeworm.com/read/217459/14962664
vhd led_convertor.vhd
--测温仪表的数制转换及显示模块
--硬件测试:通过
--作者;Michael
--时间:2006.10.20
--版本:定稿版
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
Entity led_convertor is
Port(clock:in std_log
www.eeworm.com/read/466626/1510216
frm pc&xmt.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmMain
BorderStyle = 3 'Fixed Dialog
Caption = "PC机与智能仪表串口通信程序V1.0"
www.eeworm.com/read/144016/12823184
frm form1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form main
BackColor = &H0080FF80&
Caption = "熔注工部仪表管理系统"
ClientHeight
www.eeworm.com/read/201750/5057167
txt msp430的i2c.txt
/*********************************************************************************************
MSP430系列单片机读写EEPROM--24WC02的C语言软件包
广东万山自动化仪表有限公司 陈平
24WC02有写操作保护性延时,并允许页读
www.eeworm.com/read/201750/5057228
txt msp430的i2c.txt
/*********************************************************************************************
MSP430系列单片机读写EEPROM--24WC02的C语言软件包
广东万山自动化仪表有限公司 陈平
24WC02有写操作保护性延时,并允许页读
www.eeworm.com/read/204625/15336556
plg meter.plg
礦ision3 Build Log
Project:
J:\数字化仪表\code\meter\meter.uv2
Project File Date: 04/03/2007
Output:
www.eeworm.com/read/129476/14239373
asm ftolong.asm
;此程序是将青岛青智仪器有限公司仪表通讯回送的浮点数据(四字节)乘1000以后
;转换为长整形(四字节)的样例程序
;青岛青智仪器有限公司仪表的浮点数据与微型机单精度浮点格式(四字节)的一致
;此程序适合51系列单片机
ORG 0000H
LJMP L0237H ;跳转到主程入口
L0003H: ;四字节的浮 ...