登录
首页 » Visual C++ » temp_controller7.30jia-wen-kong

temp_controller7.30jia-wen-kong

于 2021-04-14 发布 文件大小:251KB
0 263
下载积分: 1 下载次数: 8

代码说明:

  水循环系统、温度信号采集系统、制冷及制热系统、内嵌体温调节算法的温度主控单元软件编写,基于atmega128(Water cycle system, temperature signal acquisition system, cooling and heating system, inline thermoregulatory algorithm of temperature control unit writing software, based on the atmega128 )

文件列表:

temp_controller7.30jia wen kong
...............................\ADC.c,12201,2010-07-29
...............................\ADCfunc.h,4771,2010-07-29
...............................\all_include.h,446,2010-07-29
...............................\chuanxing.aps,6818,2010-07-29
...............................\chuanxing.aws,3108,2010-07-30
...............................\chuanxing.h,161,2010-07-29
...............................\default
...............................\.......\ADC.o,22664,2010-07-29
...............................\.......\chuanxing.eep,13,2010-07-30
...............................\.......\chuanxing.elf,113340,2010-07-30
...............................\.......\chuanxing.hex,93773,2010-07-30
...............................\.......\chuanxing.lss,666561,2010-07-30
...............................\.......\chuanxing.map,45316,2010-07-30
...............................\.......\dep
...............................\.......\...\ADC.o.d,1664,2010-07-29
...............................\.......\...\IO_init.o.d,1388,2010-07-30
...............................\.......\...\lcd_rs232.o.d,1682,2010-07-29
...............................\.......\...\main.o.d,2691,2010-07-30
...............................\.......\...\PolyFttting.o.d,878,2010-07-29
...............................\.......\...\POWEROFF.o.d,1977,2010-07-29
...............................\.......\...\T1_PWM.o.d,1386,2010-07-29
...............................\.......\...\WineMaker_DS1339driver.o.d,1549,2010-07-29
...............................\.......\IO_init.o,3652,2010-07-30
...............................\.......\lcd_rs232.o,43668,2010-07-29
...............................\.......\main.c,42632,2010-07-29
...............................\.......\main.o,90724,2010-07-30
...............................\.......\Makefile,2539,2010-07-30
...............................\.......\PolyFttting.o,11692,2010-07-29
...............................\.......\POWEROFF.o,9524,2010-07-29
...............................\.......\T1_PWM.o,6180,2010-07-29
...............................\.......\WineMaker_DS1339driver.o,24720,2010-07-29
...............................\ds1339func.h,1110,2010-07-29
...............................\IO_init.c,1863,2010-07-30
...............................\IO_init.h,658,2010-07-29
...............................\lcd_charlib.h,6125,2010-07-29
...............................\lcd_rs232.c,24122,2010-07-29
...............................\lcd_rs232.h,11766,2010-07-29
...............................\lcd_rs232pin.h,641,2010-07-29
...............................\lcd_zimo.h,0,2010-07-29
...............................\main.c,62679,2010-07-30
...............................\PolyFttting.c,3909,2010-07-29
...............................\polyfttting.h,946,2010-07-29
...............................\POWEROFF,17,2010-07-29
...............................\POWEROFF.c,2836,2010-07-29
...............................\POWEROFF.h,129,2010-07-29
...............................\self_check.h,310,2010-07-29
...............................\shizhong.h,0,2010-07-29
...............................\start_self_check.h,1235,2010-07-29
...............................\T1_PWM.c,3077,2010-07-29
...............................\T1_PWM.h,913,2010-07-29
...............................\WineMaker_DS1339driver.c,13638,2010-07-29

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

发表评论

0 个回复

  • shaderFrame
    一个简单的open GL shader框架,简单到可以不用书籍就可以上手,(a simple openGL shader test, which is very simple enough make you to understand without any book)
    2015-05-01 13:37:39下载
    积分:1
  • FM31256
    fm31256读写源程序,(fm31256 literacy program. 0000000000000000000000000000000000000000 )
    2007-06-08 08:09:29下载
    积分:1
  • IDreader
    128KHzID卡读卡模块程序,带模块原理图,曼切斯特解码(128KHzID card reader module program with block diagram, Manchester decoding)
    2020-08-29 10:18:11下载
    积分:1
  • Protues-jiaocheng
    protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
    2013-11-28 11:53:19下载
    积分:1
  • Rc523_Felica
    通过NXP NFC Reader IC RC523 读取Felica (NFC TYPE 3)card,配合NXPRdLib使用(NXP官网下载) (Read Felica(NFC TYPE 3)card with RC523)
    2015-01-04 11:38:13下载
    积分:1
  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • GSM2
    基于51单片机实现定位,并通过sim900a把定位信息发送到指定手机(base on 51 chip,send location to phone)
    2016-05-11 14:09:31下载
    积分:1
  • smartcarbylei
    智能追踪小车,并且可以用遥控手动控制转弯加前后左右(Intelligent tracking car, and can be controlled manually with the remote turn around Canada)
    2013-10-05 18:09:02下载
    积分:1
  • mcu-one-line-communate
    单片机一线通讯,控制4个数码管显示.里面有汇编和C语言源码(Single-chip front-line communications, control 4 digital display. There are assembly and C language source code)
    2011-08-31 08:43:18下载
    积分:1
  • PassTp
    内核重载过TP(看雪大牛作品,非常完整)(Kernel overloaded over TP (see snow Daniel works very complete))
    2015-03-06 19:36:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载