Location:
Search - 527
Search list
Description: 做电子设计大赛用到的AD,DA芯片的技术资料。包含MAX531/527/1241/等
Platform: |
Size: 1770318 |
Author: 陈 |
Hits:
Description: NEC527多功能电表完整源代码,包括LCD驱动,显示,计量,存储,整个527驱动程序!
Platform: |
Size: 86648 |
Author: xiehuijun |
Hits:
Description: 1527或者2272汇编解码程序,可以参考使用,也可应用为527
Platform: |
Size: 2146 |
Author: 马吉富 |
Hits:
Description: 做电子设计大赛用到的AD,DA芯片的技术资料。包含MAX531/527/1241/等-Competition used to do electronic design of AD, DA chip technical information. Contains MAX531/527/1241/etc
Platform: |
Size: 1770496 |
Author: 陈 |
Hits:
Description: NEC527多功能电表完整源代码,包括LCD驱动,显示,计量,存储,整个527驱动程序!-NEC527 multifunction meter complete source code, including LCD drivers, display, measurement, storage, throughout the 527 driver!
Platform: |
Size: 86016 |
Author: xiehuijun |
Hits:
Description: 1527或者2272汇编解码程序,可以参考使用,也可应用为527-2272 compilation of 1527 or decoding process, can refer to the use, also can be applied for the 527
Platform: |
Size: 2048 |
Author: 马吉富 |
Hits:
Description: 完整的人连表情识别系统源代码(采用局域二值模式LBP识别)
Matlb做的界面-Even the complete source code of face recognition system (using binary mode Local LBP identification) Matlb interface do
Platform: |
Size: 283648 |
Author: 阿卡每个 |
Hits:
Description: 这是射频方面用的527学习码解码部分,是汽车防盗器常用解码方式。-This is the radio frequency aspects of learning to use the 527 code decoding part of the vehicle anti-theft device commonly used decoding methods.
Platform: |
Size: 1024 |
Author: 叶生 |
Hits:
Description: 这是一个网站实例,有全部的资料。网站名字是527,意思是“我爱吃”。-This is a site instance, have all the information. Web site name is 527, meaning " I love."
Platform: |
Size: 4523008 |
Author: 千 |
Hits:
Description: 基于c8051f020单片机的DA转换器Max526/527的驱动程序。-Based on c8051f020 SCM DA converter Max526/527 drivers.
Platform: |
Size: 9216 |
Author: 张志明 |
Hits:
Description: 简单查询系统,从英语成绩查询,很简单使用的一个系统-easy fingers,you can do want you can choose ,bue ni must know it is very easy
Platform: |
Size: 59392 |
Author: 赵雷 |
Hits:
Description: ADI DSP Blackfin527开发原理图-ADI DSP balckfin 527 sch
Platform: |
Size: 12379136 |
Author: wangyujie |
Hits:
Description: SUNY/STONY BROOK/
AMS 527 HOME-WORK 1
Platform: |
Size: 576512 |
Author: ISHAN AHUJA |
Hits:
Description: SUNY/STONY BROOK AMS 527 HOME-WORK 6
Platform: |
Size: 1005568 |
Author: ISHAN AHUJA |
Hits:
Description: 文章管理系统,可用于发布信息,新闻等文章管理系统文章管理系统-wo bu hui ying yu di
Platform: |
Size: 3124224 |
Author: 梁生 |
Hits:
Description: 12864 +DS12C887时钟源程序与PDF电路图。-12864+DS12C887 clock procedures and circuit PDF, need to download<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
G:\单片机\3208LED电子钟 V3.0\LCM12864+DS12CR887\DS12CR887时钟没有农历\DS12CR887mnl.uv2
Project File Date: 02/19/2009
<h2>Output:</h2>
Build target Target 1
compiling DS12CR887mnl.C...
DS12CR887MNL.C(527): warning C209: _days : too few actual parameters
DS12CR887MNL.C(574): warning C209: _days : too few actual parameters
linking...
Program Size: data=23.2 xdata=0 code=4821
creating hex file from "DS12CR887mnl"...
"DS12CR887mnl"- 0 Error(s), 2 Warning(s).
Platform: |
Size: 108544 |
Author: cai |
Hits:
Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:利用颜料桶工具进行渐变-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: using the paint bucket tool gradient
Platform: |
Size: 28672 |
Author: xiaomingw |
Hits:
Description: NEC 527 的三项电力电表 程序 液晶驱动芯片9297 mode_bus -NEC 527 s three electricity meter program LCD driver chip 9297 mode_bus
Platform: |
Size: 306176 |
Author: GeRui |
Hits:
Description: arduino + 1602 +dht11 + sr04 + ds1307-#include <LiquidCrystal.h>
LiquidCrystal lcd(2,3,4,5,6,7)
/*
1602
vss to gnd
vdd to 5v
RS TO PIN2
RW TO GND
E TO PIN3
D4 TO PIN4
D5 TO PIN5
D6 TO PIN6
D7 TO PIN7
A TO 5V
K TO GND
*/
#include "Wire.h"
#define DS1307_ADDRESS 0x68
byte zero = 0x00 //workaround for issue#527
/*
DS1307
SDA TO PIN A4
SCL TO PIN A5
VCC TO 5V
GND TO GND
*/
#include <dht11.h>
dht11 DHT11
#define DHT11PIN 8 //DHT11 PIN 3 连接UNO 3
#define TRIGPIN 9
#define ECHOPIN 10
long ping() {
digitalWrite(TRIGPIN, LOW)
delayMicroseconds(2)
digitalWrite(TRIGPIN, HIGH)
delayMicroseconds(10)
digitalWrite(TRIGPIN, LOW)
return pulseIn(ECHOPIN, HIGH)/58
}
void setup() {
Wire.begin()
Serial.begin(9600)
//setDateTime() //MUST CONFIGURE IN FUNCTION
lcd.begin(16, 2)
//lcd.setCursor(0,1)
//lcd.write("LIGHT: ")
pinMode(TRIGPIN, OUTPUT)
pinMode(ECHOPIN, INPUT)
pinMode(13, OUTPUT)
}
void loop() {
//int sensorValue
Platform: |
Size: 2048 |
Author: dicklaw |
Hits:
Description: VB 实现串口收发字符串,保存文件等操作。-VB serial transceivers string, save the file operation.
Platform: |
Size: 6180864 |
Author: tcr |
Hits: