联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All C/C++(24) 

[嵌入式/单片机/硬件编程] AT24C01-02-04-08-16-32EEPROM

24Cxx I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接GND(24C65接VCC,具体看DataSheet)。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验证。 Atmel 24C01 比较特殊,为简约型,为其单独编程
24Cxx I2C EEPROM byte read and write driver, Chip A0-A1-A2 access to GND (24C65 then VCC, DataSheet specific view). Na pages are written, page reading, and CRC procedures. After following procedures of 50 test batch of results to be inspected. For security purposes, many NOP process is redundant, and hope that readers will be further streamlined, it must be tested. Atmel 24C01 rather special type of minimalism, as a separate program (2007-06-25, C/C++, 2KB, 下载136次)

http://www.pudn.com/Download/item/id/299803.html

[嵌入式/单片机/硬件编程] 03-dts-703_uc1705x_a1.11

lcd显示屏的相应说明书,详尽介绍相关设定及各种显示控制内容
lcd screen corresponding instructions, detailed descriptions of the various display-related settings and control content (2013-09-20, C/C++, 562KB, 下载47次)

http://www.pudn.com/Download/item/id/2358790.html

[嵌入式/单片机/硬件编程] C20003-A1

合泰无线充方案,带通讯协议,包含原理图,PCB图,和demo code
Hetai wireless charging scheme with communication protocol (2018-07-25, C/C++, 1130KB, 下载32次)

http://www.pudn.com/Download/item/id/1532499893456898.html

[嵌入式/单片机/硬件编程] a1

电子相关:负温度系数热敏电阻在温控行业的应用 (2007-09-11, C/C++, 10KB, 下载25次)

http://www.pudn.com/Download/item/id/331279.html

[嵌入式/单片机/硬件编程] rtcstm32

该工程是STM32的RTC时钟例程。里面加入了串口 打印时钟。并且协议可设置更改修正时钟。
STM32 FOR RTC PRINTF BY USART AND CAN CHANGE TIME BY USART :A0 XX XX XX XX XX XX FF (2016-02-25, C/C++, 3085KB, 下载19次)

http://www.pudn.com/Download/item/id/1456367849530339.html

[嵌入式/单片机/硬件编程] pos_mt

振中掌机645协议软件,支持97/07协议选择
Zhenzhong PSP 645 protocol software, support 97/07 protocol (2017-12-29, C/C++, 864KB, 下载15次)

http://www.pudn.com/Download/item/id/1514515734888857.html

[嵌入式/单片机/硬件编程] 2、ZYSTM32-A0

利用STM32控制电机正反转,提供一套源码,供开发者参考。
Use STM32 to control the motor forward and reverse, provide a set of source code for developers to reference. (2018-03-12, C/C++, 4620KB, 下载8次)

http://www.pudn.com/Download/item/id/1520853307128122.html

[嵌入式/单片机/硬件编程] juzhenmi

题目描述: 给定一个n*n的矩阵,求该矩阵的k次幂,即P^k。 输入: 输入包含多组测试数据。 数据的第一行为一个整数T(0<T<=10),表示要求矩阵的个数。 接下来有T组测试数据,每组数据格式如下: 第一行:两个整数n(2<=n<=10)、k(1<=k<=5),两个数字之间用一个空格隔开,含义如上所示。 接下来有n行,每行n个正整数,其中,第i行第j个整数表示矩阵中第i行第j列的矩阵元素Pij且(0<=Pij<=10)。另外,数据保证最后结果不会超过10^8。 输出: 对于每组测试数据,输出其结果。格式为: n行n列个整数,每行数之间用空格隔开,注意,每行最后一个数后面不应该有多余的空格。 样例输入: 3 2 2 9 8 9 3 3 3 4 8 4 9 3 0 3 5 7 5 2 4 0 3 0 1 0 0 5 8 5 8 9 8 5 3 9 6 1 7 8 7 2 5 7 3 样例输出: 153 96 108 81 1216 1248 708 1089 927 504 1161 1151 739 47 29 41 22 16 147 103 73 116 94 162 108 153 168 126 163 67 112 158 122 152 93 93 111 97
题目描述: 给定一个n*n的矩阵,求该矩阵的k次幂,即P^k。 输入: 输入包含多组测试数据。 数据的第一行为一个整数T(0<T<=10),表示要求矩阵的个数。 接下来有T组测试数据,每组数据格式如下: 第一行:两个整数n(2<=n<=10)、k(1<=k<=5),两个数字之间用一个空格隔开,含义如上所示。 接下来有n行,每行n个正整数,其中,第i行第j个整数表示矩阵中第i行第j列的矩阵元素Pij且(0<=Pij<=10)。另外,数据保证最后结果不会超过10^8。 输出: 对于每组测试数据,输出其结果。格式为: n行n列个整数,每行数之间用空格隔开,注意,每行最后一个数后面不应该有多余的空格。 样例输入: 3 2 2 9 8 9 3 3 3 4 8 4 9 3 0 3 5 7 5 2 4 0 3 0 1 0 0 5 8 5 8 9 8 5 3 9 6 1 7 8 7 2 5 7 3 样例输出: 153 96 108 81 1216 1248 708 1089 927 504 1161 1151 739 47 29 41 22 16 147 103 73 116 94 162 108 153 168 126 163 67 112 158 122 152 93 93 111 97 (2013-04-08, C/C++, 4KB, 下载7次)

http://www.pudn.com/Download/item/id/2191018.html

[嵌入式/单片机/硬件编程] 40khz-2-PWM

Source code(c language ) for Two PWM channel with pic16F876. Inputs analog: A0,A1, outputs PWM :RC1,RC2. Variable duty cycle 0 to 100 .
Source code(c language ) for Two PWM channel with pic16F876. Inputs analog: A0,A1, outputs PWM :RC1,RC2. Variable duty cycle 0 to 100 . (2015-08-05, C/C++, 767KB, 下载5次)

http://www.pudn.com/Download/item/id/1438721020309558.html

[嵌入式/单片机/硬件编程] iVoltmeter.v1.1

程序基于xmega128 a1单片机实现了ADC模块、USART模块、TC/Counter 模块;将ADC采样的电压数据定时通过串口发送出去
This project is a voltage measurement tool which is based on the xMega128.A1 board, That means this program is a embedded program. Features: 1.Read the differential value between inputing positive and negative pole. 2.Send the value to the other PC through USART port. (2014-12-10, C/C++, 23KB, 下载4次)

http://www.pudn.com/Download/item/id/2671685.html

[嵌入式/单片机/硬件编程] stm32-tim-counter-vf

stm32 tim counter 文档经典合集97 vf伏压变换 tim cnt模式 频率采样
stm32 tim counter (2014-04-30, C/C++, 21KB, 下载4次)

http://www.pudn.com/Download/item/id/2526592.html

[嵌入式/单片机/硬件编程] 97-Things-Every-Programmer-Should-Know

97 Things Every Programmer Should Know
97 Things Every Programmer Should Know (2013-01-03, C/C++, 1324KB, 下载4次)

http://www.pudn.com/Download/item/id/2104418.html

[嵌入式/单片机/硬件编程] readadc

可以读取arduino A0 口数据 运用arduino开发板 串口监视器进行显示
read the data from A0 (2017-08-11, C/C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/1502390610392680.html

[嵌入式/单片机/硬件编程] YL-40 AD

PCF8591是一个单片集成、单独供电、低功耗、8-bit CMOS数据获取器件。PCF8591具有4个模拟输入、1个模拟输出和1个串行I2C总线接口。PCF8591的3个地址引脚A0, A1和A2可用于硬件地址编程,允许在同个I2C总线上接入8个PCF8591器件,而无需额外的硬件。
PCF8591 is a monolithic, individually powered, low power, 8-bit CMOS data acquisition device. The PCF8591 features 4 analog inputs, 1 analog outputs, and 1 serial I2C bus interfaces. PCF8591's 3 address pins A0, A1, and A2 can be used for hardware address programming, allowing access to 8 PCF8591 devices on the same I2C bus without the need for additional hardware. (2017-08-04, C/C++, 622KB, 下载4次)

http://www.pudn.com/Download/item/id/1501841918746535.html

[嵌入式/单片机/硬件编程] ADC0_LCD1602

msp430f149ADC12-A0模拟采集+LCD1602模块演示ADC12-A0模数转换.
Analog Acquisition msp430f149ADC12-A0 demo+ LCD1602 module ADC12-A0 analog-digital conversion. (2009-04-01, C/C++, 26KB, 下载4次)

http://www.pudn.com/Download/item/id/696648.html

[嵌入式/单片机/硬件编程] Display

液晶驱动 硬件设备驱动程序 液晶模块数据总线D0-D7 液晶模块地址信号线A0 液晶模块读写控制线R/W 液晶模块片选控制线CS0 液晶模块片选控制线CS1 液晶模块背光控制线BG
PB00-PB07 PB08 PB09 PB10 PB11 PB15 (2017-12-14, C/C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1513221487263474.html

[嵌入式/单片机/硬件编程] 88Q2112_A0_API_V1_00

marvell 常用phy芯片88q2112的驱动程序
Driver of Ph chip 88q2112 commonly used in Marvell.and the head file (2018-11-23, C/C++, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/1542951927610131.html

[嵌入式/单片机/硬件编程] 08_vdma_test.sdk

本文件为黑金实验例程08_HDMI显示的SDK部分工程文件
This document is the SDK part of the engineering document for the black gold experiment routine 08_HDMI (2018-09-24, C/C++, 6657KB, 下载2次)

http://www.pudn.com/Download/item/id/1537758395736926.html

[嵌入式/单片机/硬件编程] slac011h

各种源程序代码,包括一些基础源代码,适合基础学习MSP430共50多个。
// Description: A single sample is made on A0 with reference to AVcc. // Software sets ADC10SC to start sample and conversion- ADC12SC // automatically cleared at EOC. ADC12 internal oscillator times sample (16x) // and conversion. In Mainloop MSP430 waits in LPM0 to save power until ADC12 // conversion complete, ADC12_ISR will force exit from LPM0 in Mainloop on // reti. If A0 > 0.5*AVcc, P1.0 set, else reset. (2010-08-18, C/C++, 80KB, 下载2次)

http://www.pudn.com/Download/item/id/1272482.html

[嵌入式/单片机/硬件编程] hfrk_a1.1

恒丰锐科开发板hfrk2410_A1.1官方资料,包括电路图和开发板使用手册。均为pdf格式。使用手册中错别字较多,且有几处代码错误,请搜索本人其他上传资料。
hfrk2410_A1.1 official documents, including schematic and user manual. (2014-02-27, C/C++, 2460KB, 下载2次)

http://www.pudn.com/Download/item/id/2471542.html
12
总计:24