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

[源码/资料] stm32 F4 多通道adc采集

采用DMA模式 通道0-3,A0 A1 A2 A3 (2022-07-07, C/C++, 1103KB, 下载0次)

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

[嵌入式Linux] 摩托罗拉E6开发参考手册

摩托罗拉E6开发参考的一些资料,详细的讲了一些关键的技术
MOTOROLA E6 A1200 Dev M.......ok (2021-01-03, C/C++, 81277KB, 下载2次)

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

[嵌入式Linux] 摩托罗拉原理图E6

摩托罗拉E6的电路图,里面包含了一些芯片资料。
MOTOROLA E6 A1200 E2 (2021-01-03, C/C++, 8735KB, 下载5次)

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

[其他] 线性链表逆置

设有一线性表A=(a0,a1,..., ai,...an-1),其逆线性表定义为A'=( an-1,..., ai,...,a1, a0),设计一个算法,将线性表逆置,要求线性表仍占用原线性表的空间。
There is a linear table a = (A0, A1,..., AI,... An-1), whose inverse linear table is defined as a '= (an-1,..., AI,..., A1, A0). An algorithm is designed to invert the linear table, which requires that the linear table still occupies the space of the original linear table. (2020-06-18, C/C++, 1KB, 下载0次)

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

[单片机开发] PT100%E6%A8%A1%E5%9D%97%E8%B5%84%E6%96%99

pt100 测量温度非常准的一个传感器
pt100 pt1000 measure the temperture (2018-04-27, C/C++, 1292KB, 下载3次)

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

[其他] PCA9554

三片pca9554串联在一起,用IIC A0 A1 A2来分地址驱动继电器
In series with the three pca9554 with IIC A0 A1 A2 to address drive relay (2017-09-08, C/C++, 3KB, 下载16次)

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

[单片机开发] PID

pid //PID算法 //声明变量 //定义变量 float Kp float Ti float T float Td float a0 float a1 float a2 float ek float ek1 float ek2 float uk float uk1 float ad_just //变量初始化,根据实际情况初始化 Kp= Ti= T= Td=; a0=Kp*(1+T/Ti+Td/T) a1=Kp*(1+2*Td/T) a2=Kp*Td/T //Ki=KpT/Ti=0.8,微分系数Kd=KpTd/T=0.8,Td=0.0002,根据实验调得的结果确定这些参数 ek=0 ek1=0 ek2=0 uk=0 uk1=0 ad_just=0
float Kp float Ti float T float Td float a0 float a1 float a2 float ek float ek1 float ek2 float uk float uk1 float ad_just Ti= T= Td=; a0=Kp*(1+T/Ti+Td/T) ek1=0 ek2=0 uk=0 uk1=0 ad_just=0 (2014-12-06, C/C++, 1KB, 下载2次)

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

[单片机开发] ditong

低通滤波器,输出3路互差120°的正弦波,AD采样(用A0,A1,A2)
Low-pass filter, sine wave output 3-way mutual difference of 120 °, AD sampling (with A0, A1, A2) (2014-02-13, C/C++, 1KB, 下载3次)

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

[单片机开发] A1

基于MSP430F149单片机ADC采样样例程序
MSP-FET430P140 Demo- ADC12, Sample A0, Set P3.4 if A0 > 0.5*AVcc // // 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, P3.4 set, else reset. (2013-07-24, C/C++, 40KB, 下载2次)

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

[DSP编程] ad

AD采样程序,由CPUTimer2中断产生PWM,再用ADC的A0和A1进行顺序采样。
AD sampling program, by CPUTimer2 interrupt produces PWM, then use the ADC A0 and A1 sequential sampling. (2012-09-06, C/C++, 276KB, 下载4次)

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

[数据结构] E6

SSD 6 e6作业答案 绝对好用 欢迎大家下载使用
SSD 6 e6 answer is absolutely easy to use operating (2011-12-21, C/C++, 19KB, 下载3次)

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

[单片机开发] AT24C010204081632EEPROMdriver

24Cxx I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接GND(24C65接VCC,具体看DataSheet)。
AT24C010204081632 EEPROM driver (2011-11-04, C/C++, 2KB, 下载4次)

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

[通讯编程] ekonsole-src-110405.tar

MOTOROLA E6 的虚拟控制台,可以运行C/C++程序,尤其是直接在手机上编译程序很方便,这个是我在E680原代码的基础上移植到E6的版本,可以正常使用。
my No ekongsole src (2011-04-10, C/C++, 717KB, 下载15次)

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

[驱动编程] zongxian

总线编程 AT24C系列E2PROM芯片地址的固定部分为1010,A2、A1、A0引脚接高、低电平后得到确定的3位编码。
Bus Programming AT24C Series E2PROM chip address for the fixed part of 1010, A2, A1, A0 then pin high, low-level to be determined after the three coding. (2009-04-10, C/C++, 1KB, 下载14次)

http://www.pudn.com/Download/item/id/709587.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

[嵌入式Linux] xptools_v1.2_e6a1200_src

天使工具,e6手机专用,大家都知道吧,狠狠好地东西,直接编译即可
xptools1.2 for moto e6 (2009-02-11, C/C++, 75KB, 下载16次)

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

[单片机开发] TFT6448-256

单片机控制大型彩色液晶程序 TFT6448-256彩色液晶显示 接线说明 1~2 3~4 5 ~ 12 13(RD) 14(WR) VCC GND P1.0~7 P3.7 P3.6 15(CS) 16(A0) 17(A1) 18(A0) 19~20 P3.5 P3.4 P3.3 P3.2 悬空
SCM process large color LCD TFT6448-256 Color LCD wiring that 1 ~ 2 3 ~ 4 5 ~ 12 13 (RD) 14 (WR) VCC GND P1.0 ~ 7 P3.7 P3.615 (CS) 16 (A0) 17 (A1) 18 (A0) 19 ~ 20 P3.5 P3.4 P3.3 P3.2 vacant (2008-12-16, C/C++, 2KB, 下载13次)

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

[单片机开发] ADC12_LCD12864

将A0~A7八通道模拟输入通道采集到的电压值显示在液晶屏上
A0 ~ A7 will be an eight-channel analog input channels collected voltage displayed on the LCD screen (2008-09-16, C/C++, 7KB, 下载8次)

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

[其他嵌入式/单片机内容] 8254-373

应用373进行地址锁存的操作8254的源代码,详细情况可向作者联系 连线: A0---Q0 A1---Q1 A2---CS
373 applications for the operation address latch 8254 source code, the details of which can be linked to the authors link : A0 A1 Q0--------- CS Q1 A2 (2006-06-17, C/C++, 1KB, 下载41次)

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

[单片机开发] Iic2

这是EEPROM芯片AT24C32的驱动程序,其中该芯片的A0,A1,A2脚均接地。
This EEPROM chip AT24C32 is the driving procedures, which the chip A0, A1, A2 feet are grounded. (2006-03-18, C/C++, 2KB, 下载129次)

http://www.pudn.com/Download/item/id/156036.html
总计:428