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

[文章/文档] RK3328

RK3328手册 RK3328是基于Cortex-A53架构的低功耗高性能处理器,它包含4核Cortex-A53,64-bitCPU,内置百兆以太网PHY和千兆网MAC,主要应用于OTTBOX及IPTV数字多媒体设备。 RK3328内置多种功能强大的嵌入式硬件引擎,为高端应用提供了优异的性能。支持多格式视频编解码,高品质的JPEG编解码,以及特殊图像的预处理和后处理。包括h.264、h.265等格式的4Kx2K@60fps解码,支持H.264、H.265的10bits解码,以及h.265、h.264格式的1080p@30fps编码。
Rk3328 manual Rk3328 is a low-power and high-performance processor based on cortex-a53 architecture. It contains 4-core cortex-a53, 64 bitcpu, built-in 100M Ethernet PHY and Gigabit Network MAC. It is mainly used in ottbox and IPTV digital multimedia equipment. Rk3328 has a variety of powerful embedded hardware engines, which provides excellent performance for high-end applications. Support multi format video codec, high quality JPEG codec, and special image preprocessing and post-processing. Including H.264, h.265 and other formats 4Kx2K@60fps Decoding, support H.264, h.265 10bits decoding, and h.265, H.264 format 1080p@30fps code. (2020-09-03, C/C++, 7893KB, 下载6次)

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

[文章/文档] 深入理解计算机操作系统

这本书是为程序员谁想提高他们的技能,学习什么是“下计算机系统的“引擎盖”。我们的目的是解释所有这些重要而持久的概念,计算机系统,并向您展示这些想法对正确性和性能的具体影响,,以及应用程序的实用性。通过学习这本书,你将获得一些见解,对你作为一个程序员和其他能让你准备好学习编译器高级课程的人有直接的价值,计算机体系结构、操作系统和网络。
By studying this book, you will gain some insights that have immediate value to you as a programmer, and others that will prepare you for advanced courses in compilers,computer architecture, operating systems, and networking (2020-07-10, C/C++, 4263KB, 下载1次)

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

[文章/文档] bk3432编程手册

BK3432芯片是一款高度集成的蓝牙4.2双模式,带2Mbps数据速率选项。它集成了高性能RF收发器、基带、ARM9E内核、丰富的功能外设单元、PR支持BLE应用的可编程协议和概要文件。编程手册用于指导BK3432的开发。
Bk3432 chip is a highly integrated Bluetooth 4.2 dual mode with 2Mbps data rate option. It integrates high-performance RF transceiver, baseband, arm9e core, rich function peripheral unit, PR programmable protocol and profile supporting ble application. The programming manual is used to guide the development of bk3432. (2020-02-15, C/C++, 1578KB, 下载39次)

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

[文章/文档] 28335ziliao

TMS320F28335具有150MHz的高速处理能力,具备32位浮 点处理单元,6个DMA通道支持ADC、McBSP和 EMIF,有多达18路的PWM输出,其中有6路为TI特有的更高精度的PWM输出 (HRPWM),12位16通道ADC。得益于其浮点运算单元,用户可快速编写控制算法而无需在处理小数操作上耗费过多的时间和精力,与前代DSC相比,平均性能提高50%,并与定点C28x控制器软件兼容,从而简化软件开发, 缩短开发周期,降低开发成本
TMS320F28335 has a high-speed processing capacity of 150MHz, a 32-bit floating-point processing unit, six DMA channels supporting ADC, McBSP and EMIF, with up to 18 PWM outputs, of which six are ti specific higher precision PWM outputs (hrpwm), and 12 bit 16 channel ADC. Thanks to its floating-point operation unit, users can quickly write control algorithms without spending too much time and energy in dealing with decimal operations. Compared with the previous generation of DSC, the average performance is improved by 50%, and compatible with the fixed-point c28x controller software, so as to simplify software development, shorten development cycle and reduce development cost (2020-02-14, C/C++, 5923KB, 下载0次)

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

[文章/文档] 点阵LCD的驱动显控原理 V10

在这里将主要针对单色的点阵液晶屏(LCD)进行介绍,而且是针对LCD 模块本身就集成 有驱动控制IC 的,以及显存;那些字符型以及段码型的LCD 不在介绍之例,但也可以在一 定程序上参考本书的驱动编程方法来编写这些LCD 的驱动程序。此外,也有些小规模的(一 般是3.5 寸以下)彩色TFT LCD 也有内置驱动控制器以及显存的,也可参考这里的介绍来 编写它们的驱动程序。
Here we will mainly introduce the monochrome dot matrix liquid crystal display (LCD), and it is for the integration of LCD module itself. LCDs with driver control IC and display memory; LCDs with character type and segment type are not introduced, but they can also be used in one. Programmatically refer to the book's driver programming method to write these LCD drivers. In addition, there are some small-scale (1) Usually less than 3.5 inches) color TFT LCD also has built-in driver controller and display, can also refer to the introduction here. Write their drivers. (2019-06-16, C/C++, 1145KB, 下载0次)

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

[文章/文档] 深度探索C++对象模型 PDF中文清晰版

开篇将介绍一些 Python 的背景知识,包括什么是 Python、Python 的起源和它的一些关健 特性。一旦你来了兴致,我们就会向你介绍怎样获得 Python 以及如何在你的系统上安装并运 行它。本章最后的练习将会帮助你非常自如地使用 Python,包括使用交互式解释器以及创建 并运行脚本程序。
In the beginning, I will introduce some background knowledge of Python, including what is Python, its origin and some of its key points. Characteristic. Once you're interested, we'll show you how to get Python and how to install and run it on your system. Do it. The final exercises in this chapter will help you to use Python with great ease, including using interactive interpreters and creating And run the script program. (2019-04-04, C/C++, 13596KB, 下载0次)

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

[文章/文档] 四位抢答器设计报告

(1)对四队抢答进行“01、02、03、04”进行编号;上电开始时两位数码管显示“00”,并锁定参赛队的抢答按钮处于无效状态(不能抢答) (2)当主持人按抢答启动键时,两位数码管显示抢答倒计时间初始化时间值“15”秒,并进入抢答状态,当某一位按下抢答按键,其它队的抢答按键属于“抢答无效”工作状态,并在两位数码管上轮流显示抢答队的编号和15秒的倒计时间;当15秒倒计时到,两位数码管恢复“00”显示状态,当主持人再次按抢答启动键时,抢答重新开始。
1) Number "01, 02, 03, 04" for the four teams to rush for answers; two digital tubes display "00" at the beginning of power-on, and lock the team's rush button in an invalid state (can't rush for answers). 2) When the host presses the start-up key, the two digital tubes display the initial time value of the countdown time of the Rush-answer "15" seconds, and enter the Rush-answer state. When one person presses the Rush-answer button, the Rush-answer buttons of other teams belong to the "rush-answer invalid" working state, and the number and 15 seconds of the Rush-answer team are displayed alternately on the two digital tubes. Countdown time; when the 15 seconds countdown arrives, the two digital tubes restore the "00" display state, and when the host press the start key again, the answer restarts. (2018-11-02, C/C++, 550KB, 下载1次)

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

[文章/文档] sdk

开发手册,网络SDK是软件开发者在开发网络硬盘录像机、网络视频服务器、网络摄像机、网络球机、智能设备等产品监控联网应用时的开发套件。 本文档详细描述了开发包中各个函数实现的功能、接口及其函数之间的调用关系和示例实现.
Development manual, network SDK is the software developer in the development of network hard disk video recorder, network video server, network camera, network ball, intelligent equipment and other products monitoring network applications. This document describes in detail the functions implemented by each function in the development package, the interface and the call relationship between its functions and the example implementation. (2018-10-26, C/C++, 18615KB, 下载1次)

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

[文章/文档] TTP229-BSF_8-16按键触摸感应IC

TTP229 TonTouchTM IC是一款使用电容感应式原理设计的触摸芯片。此芯片内建稳压电路供触摸传感器使用,稳定的触摸效果可以应用在各种不同应用上,人体触摸面板可以通过非导电性绝缘材料连接,主要应用是以取代机械开关或按钮,此芯片可以独立支持8个触摸键或16个触摸键.
TTP229 TonTouchTM IC is a touch chip designed with capacitive inductive principle. This chip has built-in voltage stabilizing circuit for touch sensor. The stable touch effect can be used in various applications. Human touch panel can be connected by non-conductive insulating material. The main application is to replace mechanical switch or button. This chip can support 8 touch keys or 16 touch keys independently. (2018-09-17, C/C++, 383KB, 下载1次)

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

[文章/文档] TTP229-LSF_8-16通道触摸触控IC

TTP229-LSF TonTouchTM IC是一款使用电容感应式原理设计的触摸芯片。此芯片内建稳压电路供触摸传感器使用,稳定的触摸效果可以应用在各种不同应用上,人体触摸面板可以通过非导电性绝缘材料连接,主要应用是以取代机械开关或按钮,此芯片可以独立支持8个触摸键或16个触摸键.
TTP229-LSF TonTouchTM IC is a touch chip designed with capacitive inductive principle. This chip has built-in voltage stabilizing circuit for touch sensor. The stable touch effect can be used in various applications. Human touch panel can be connected by non-conductive insulating material. The main application is to replace mechanical switch or button. This chip can support 8 touch keys or 16 touch keys independently. (2018-09-17, C/C++, 393KB, 下载3次)

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

[文章/文档] 小球动画

动画的实现是通过不断修改旋转变换的角度参数(fElect1)来实现。为了不断的调用显示回调函数,需要利用GLUT库中函数:glutTimerFunc(unsigned int mescs,(*func)(int value),int value);指定一个定时器回调函数,即经过msecs毫秒后由GLUT调用指定的函数,并将value值传递给它。
The realization of animation is achieved by continuously modifying the angle parameter (fElect1) of rotation transformation. In order to constantly call the display callback function, you need to make use of the function of the GLUT Library: glutTimerFunc (unsigned int mESCs, (*func) (int value), int value); specify a timer callback function, that is, a function specified by a GLUT call after a MSECS millisecond and passes it to it. (2018-06-22, C/C++, 10KB, 下载0次)

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

[文章/文档] GY-30光强度资料V1

)I2C 总线接口(f / s 模式支持) 2)光谱的范围是人眼相近 3)照度数字转换器 4)宽范围和高分解. (1 - 65535 勒克斯) 5)低电流关机功能 6) 50Hz / 60Hz 光噪声 reject-function 7) 1.8V 逻辑输入接口 8)无需任何外部零件 9)光源的依赖性不大. (例如
1) I2C bus interface (F / s schema support) 2) the range of the spectrum is close to the human eye 3) illuminance digital converter 4) wide range and high decomposition. (1-65535 Lux) 5) low current shutdown function 6) 50Hz / 60Hz optical noise reject-function 7) 1.8V logic input interface 8) there is no need for any external parts 9) light sources have little dependence (for example) (2018-05-12, C/C++, 1740KB, 下载0次)

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

[文章/文档] 基于C51单片机的智能电子称设计

本课题设计的电子秤以STC89C52单片机为主要部件, 通过对硬件和软件进行设计而成。硬件由电阻应变式称重传感器、STC89C52单片机、INA156和LCD液晶组成电子秤(测量范围0~15Kg)。 设计结果证明,该系统显示误差小,性能稳定,结构合理,扩展能力强。
This topic design the STC89C52 single-chip microcomputer as the main electronic components, through the study of the design of hardware and software Hardware consists of resistance strain type weighing transducer STC89C52 microcontroller INA156 and LCD electronic scale (measuring range 0 ~ 15 kg) design results show that the system shows error is small, stable performance, reasonable structure and extension ability (2018-05-08, C/C++, 798KB, 下载6次)

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

[文章/文档] 设备网络SDK编程指南IPC

设备网络SDK是基于设备私有网络通信协议开发的,为后端设备(嵌入式网络硬盘录像机、视频服务器)、前端设备(网络摄像机、网络球机、IP模块)等产品服务的配套模块,用于远程访问和控制设备软件的二次开发。
The device network SDK is based on the development of the private network communication protocol of the equipment. It is used for the two development of remote access and control device software, which is a supporting module for the back end equipment (embedded network hard disk VCR, video server), front end equipment (network camera, network ball machine, IP module) and so on. (2018-04-17, C/C++, 1928KB, 下载5次)

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

[文章/文档] 21 RTC时钟

 RTC,英文全称:Real-time clock,中文名称:实时时钟,是指可以像时钟一様输出实际时间的电子设备,一般会是集成电路,因此也称为时钟芯片。实时时钟芯片是日常生活中应用最为广泛的消费类电子产品之一。它为人们提供精确的实时时间,或者为电子系统提供精确的时间基准,目前实时时钟芯片大多采用精度较高的晶体振荡器作为时钟源。
RTC, English full name: Real-time clock, Chinese Name: real time clock, refers to the electronic equipment can be a result of actual time clock output, usually is the integrated circuit, so it is also called the clock chip. The real-time clock chip is one of the most widely used consumer electronic products in daily life. It provides accurate real-time time, or provides accurate time reference for electronic system. At present, most of the real-time clock chips use higher precision crystal oscillator as the clock source. (2017-09-05, C/C++, 1482KB, 下载1次)

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

[文章/文档] SX1278中文数据手册CN

SX1278|SX1276无线符合LOra技术模块是基于 SEMTECH 射频集成芯片 SX127X 的射频模块, 是一款高性能物联网无线收发器,其特殊的 LORA 调试方式可大大增加通信距离,可广 泛应用于各种场合的短距离物联网无线通信领域
SX1278|SX1276 wireless technology with LOra module is the RF module SEMTECH RF chip based on SX127X, is a high performance networking wireless transceiver, the LORA debug mode can greatly increase the communication distance, can be widely used in various occasions for short-range wireless networking communications field (2017-09-05, C/C++, 20006KB, 下载21次)

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

[文章/文档] C语言课程设计实例精编

C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展
C language has many advantages, such as flexibility, efficiency, portability and so on. It has become a common tool in software development Computer programming language, the book describes the snake game, calculator, Othello game, maze problem, sweeping The thunder game quick 24 data structure CAI demo process scheduling storage management, fourteen cases in each case Unique features cover the basic knowledge points of C language and various data structures, such as stack, queue, chain list and so on Applied to the light band menu, pull-down menu, graphic design, mouse applications and other knowledge, this book is very practical readers These cases can be studied, revised and expanded (2017-07-24, C/C++, 1471KB, 下载3次)

http://www.pudn.com/Download/item/id/1500887106826641.html
总计:277