搜索资源列表
WINC51编程
- 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8
wenkong
- 我做了一个“智能温控系统”,它由9部分组成,包括中央处理装置单片机、测温装置、红外探测装置、时间控制装置、远程信息接收装置、存储装置、房间加热装置、开关窗装置、液晶显示和键盘装置。这里是全部源代码。-I made a " smart temperature control system" , which consists of nine parts, including the central processing unit chip, temperature measureme
ucosii51
- 这是一个用51单片机系统仿真ucosii工作的protues电路 本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统 使用方法: 1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹 中的extern ram.DSN 文件 2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。 (yy.h
wenducaijibaojing
- msp430单片机实现温度采集报警系统 集成温度传感器MAX6613作为检测 msp430f149作为温度监控系统 -Executable files built outside of IAR Embedded Workbench Follow these steps to load and debug an executable file that was built outside IAR Embedded Workbench, for example projects b
Tc35_sms
- 由tc_35短信模块,无线窗磁、门磁组成的室内监控防盗系统,报警时自动将信息发送到指定的手机上。-By the tc_35 SMS module, wireless magnetic window, door magnetic component of the indoor monitoring anti-theft systems, alarm automatically send information to a designated mobile phone.
LED
- LED控制卡 多窗口分区显示系统 详细说明文档-Multi-window LED controller display system partition theory
GetGBChar2.01
- 汉字点阵获取工具--------GetGBChar vision 2.01 作者:江泓 Email:jianghong@hotmail.com ======================================================================== 该程序为硬件设计人员的要求而设计,主要用于生成LCD显示汉字所用的汉字点 阵信息,也可以用在其它方面。 版本说明: 1.0版需要额外的国标字库支持
410
- 直线一级倒立摆上位机系统软件界面设计,模块划分,窗口功能等。-The straight line is an inverted to put the controller system software interface design, modular division, the window function
moviekilled
- 监控系统正在运行的窗口,阻止长时间看电影影响学习和工作,健康的学习!-Monitoring system is running in the window, stop for a long time watching movies affect their learning and work, healthy learning!
simple-temperatuer
- 简易测温系统:可以通过计算机窗口设定温度上限值,下限值和报警值,通过按键,开始,测温和结束-Simple temperature measurement system: temperature upper limit and lower limit alarm value set by the computer window button start, temperature and end
bank-call-system
- 模拟银行叫号系统,可输出在等待的顾客数目,哪个窗口有顾客离开,最后输出全部服务人数。-Simulation bank a station-to-station system, can output the customer number in waiting, which window has a customer left, finally output all service number.
WWDG---window-watchdog
- 使用窗口看门狗,监测系统。:学会使用窗口看门狗,区分它与独立看门狗。 -Use the window watchdog to monitor the system. : Learn to use window watchdog, distinguish it independent watchdog.
NixieTube
- STM8s点这共阴数码管,实现数字跳动0-9 Nixie tube 数据管 |--src 源代码 |---| |--HAL 硬件逻辑层: 与硬件相关(GPIO配置与初始化,时钟的配置与初始化) |--FML 功能封装层: LED的开关功能函数(调用HAL层) |--APL 应用程序层: LED的闪烁等逻辑,调用FML层功能 | |--inc 包含文件 | |--System 系统头文件 |--other