搜索资源列表
gswang
- 基于zigbee的温度控制模块开发,通过它可以粗略的了解无线通信产片的开发流程 -based on the temperature control module development, it can rough understanding of wireless communications in the film development process
theuseoflcd
- 在从阴极射线管显示技术发明至今的100多年中,新型的显示技术不断出现并得到发展。其中,液晶显示技术得到飞速的发展,液晶显示器件已经逐步形成显示器件中的主流产品。本文根据项目投资决策的原理,通过走访液晶显示器件产业中部分的生产厂家,参与技术研讨会,收集和引用了大量的资料数据,对全球液晶显示技术的水平、产业链的构成、产业的分布、液晶显示器件的应用市场、资源和发展环境进行了调查分析。结合全球液晶显示器件产业的发展状况及我国液晶显示器件产业链发展的巨大潜力和广阔前景,对拟定投资液晶显示面板用彩色滤光片生
jijiaqi
- 采用单片机控制的出粗车计价器的控制设计,以及源程序代码-The use of single-chip control of the rough control car meter design, and source code
Diamond090619
- 简单的俄罗斯方块游戏,AVR ATmega 128、 LCD SED1520、Proteus仿真平台,带有SED1520驱动程序,没有带键盘,用最简单的虚拟终端代替。程序未经优化大小约为7K,只是粗成品。-Simple Tetris game, AVR ATmega 128, LCD SED1520, Proteus simulation platform, with SED1520 driver, not with the keyboard, using the most simple to
USB_keyboard
- USB键盘源程序(含调试信息-电路原理图) 用USB D12和 89S52 芯片搭的电路。 比较粗糙,但对初涉USB的设计开发人员有很实用的价值。-USB keyboard source code (including debugging information- circuit diagram) 89S52 chip with USB D12 and ride the circuit. Rough, but who started his design and development
430_4a4_keyboard
- msp430单片机4×4矩阵键盘简单示例,程序写的有点粗糙请见谅-msp430 microcontroller 4 × 4 matrix keyboard simple example program to write a bit rough, please forgive me
1
- 时钟是人们日常生活必不可少的一种产品,电子时钟因为其价格低廉、操作方便等优点深受消费者喜爱。本设计将以单片机为核心设计几种电子时钟的设计方案,这些方案中有的可以将其嵌入其他电子产品中,有的则适合单独作为时钟产品,有的时间准确,有的则时间粗略。能够满足不同场合、不同需要的情形。-Clock is essential for people' s daily life of a product, the electronic clock because of its low price, eas
HC_SR04
- HC_SR04超声波模块测距并使用一个8段共阳极数码管对距离进行粗略显示。使用STC89C52单片机。可以轻松在此代码基础上进行扩展,从而控制直流电机等外设(只需要更改if语句中的内容)-HC_SR04 ultrasonic ranging module and use an 8-segment common anode LED display on the rough distance. Use STC89C52 microcontroller. In this code, you can e
Graduation-code
- 我的毕业设计源代码,做的是温度测量并显示。选取的是DS18B20温度传感器和12864的液晶显示屏,是用ATmega16的单片机。做得有点粗糙,开发板是自己设计的。使用C语言,开发环境是keil。-I graduated from the design source code, so that the temperature measurement and display. Select the DS18B20 temperature sensor and LCD display 12864,
UI
- 这是一个用于主从机单工通信UI。最高支持7个从机。其中有当前选择的从机状态栏(这个状态栏存在于每个界面中),主菜单(包含从机选择,语音,信息),信息编写界面(英文26键)。做的比较粗糙,但是能用。-This is one for the master and slave simplex communication UI. Supports up to seven slaves. There currently selected slave status bar (the status bar i
4
- 基于单片机C51的智能小车。 小车主体,89C51芯片,相应的传感器。 能让小车沿着黑色粗线条运行,各种弧度的弯道。-ntelligent car based on single chip microcomputer C51. Car body, 89C51 chip, corresponding sensor. Can make the car run along the black rough lines, all kinds of curves of the curve.
8-Channel-TDS
- 优化如下: 1、结合论坛大家的程序,去粗取精。 2、大家的程序都是在单片机开一个128bit数组,存储显示数据,一方面占用了单片机的宝贵空间,而且,每次改变一个段位,都要把全部数据写一遍,比较占用时间。 3、采用对所写段位先读后写的方式,每次只读写4bit,对数字位,只读写8bit,提高速度。 4、程序在89s52单片机运行通过,程序中加了详细注解,便于阅读。 5、编译后的空间占用由论坛的程序的1200字节降到800字节,降低1/3.-Optimization is