虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Knowledge-embedded

  • 1.SendDataClient是视频数据传输的发送端的源程序

    1.SendDataClient是视频数据传输的发送端的源程序,其程序是Embedded Visual C++ 4.0编写。 2.SendDataServer是视频数据传输的接收端的源程序,其程序是Visual C++ 6.0编写。 3.在研博模拟器下的EVC的编译环境:SDK研博仿真器:EmboCE42CMM3_Emul_SDK、选择CPU型号为:Win32[WCE emulator] Debug、输出设备选用研博仿真器EmboCE42CMM3_EmulEmulator 4.在PCM-7230开发板上的编译环境:PCM-7230的SDK:PCM_7230_SDK_EVC、选择CPU型号为:Win32[WCE ARMV4l] Debug、输出设备选用PCM-7230:PCM-7230_Device 5.视频数据传输的发送端的程序在编译通过后通过PCM-7230开发板与PC机的USB数据连接线下载到PCM-7230开发板上的Windows CE 4.2 的操作系统下。与视频数据传输的接收端进行通讯。 6.SendWordCS是嵌入式下传输字符的源程序。

    标签: SendDataClient 视频数据 传输 发送

    上传时间: 2014-01-19

    上传用户:13517191407

  • 使用QT开发嵌入式图形程序的指导

    使用QT开发嵌入式图形程序的指导,从QT/Embedded的配置到项目的构建,都有具体的分析,个人觉得很管用:)

    标签: 嵌入式图形 程序

    上传时间: 2014-01-26

    上传用户:ANRAN

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    标签: Performance programming Optimizati Footprint

    上传时间: 2013-12-09

    上传用户:wfl_yy

  • This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Current

    This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.

    标签: application integrate platforms Current

    上传时间: 2016-03-15

    上传用户:yimoney

  • Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). Wit

    Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). With the automatic discovery of knowledge implicit within DBs, DM uses sophisticated statistical analysis and modeling techniques to uncover patterns and relationships hidden in organizational DBs. Over the last 40 years, the tools and techniques to process structured information have continued to evolve from DBs to data warehousing (DW) to DM. DW applications have become business-critical. DM can extract even more value out of these huge repositories of information.

    标签: information extraction predictive databases

    上传时间: 2016-03-19

    上传用户:啊飒飒大师的

  • 前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法

    前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法,但是这个介绍对于要真 正进行一次商业的嵌入式应用开发来说并不足够。嵌入式应用的开发工作基本上是在工作站 或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿 真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台, 将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用 到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个 硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可 靠的运行,这样一个开发过程才宣告结束。 使用Qt/Embedded 开发一个嵌入式应用的过程大体可用下面的流程图表示:

    标签: 详细介绍 嵌入式工具 开发包

    上传时间: 2014-01-05

    上传用户:一诺88

  • 在Matlab/Simulink环境下

    在Matlab/Simulink环境下,用图形化的方式设计DSP程序,可简化程序的设计。利用Embedded Targetfor T1 C2000 DSP工具包,设计DSP的ADC转换程序;利用Simulink的数字信号处理工具包,设计FIR滤波嚣进行滤波处理;给出在修改生成的C语言程序时如何使DSP能正确运行。设计的程序在TM$320LF2407A处理器上运行正确。

    标签: Simulink Matlab 环境

    上传时间: 2013-12-31

    上传用户:851197153

  • Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware

    Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1

    标签: wince Requires firmware Atheros

    上传时间: 2014-11-11

    上传用户:bibirnovis

  • linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the su

    linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN

    标签: 8139 analysis thorough drivers

    上传时间: 2013-12-20

    上传用户:qweqweqwe

  • 主要介绍了如何使用E8仿真器在以Renesas芯片为MCU的开发板上进行仿真调试。 第1 章 概要 第2 章 E8 仿真器功能 第3 章 使用前的准备 第4 章 调试的准备 第5 章 调试

    主要介绍了如何使用E8仿真器在以Renesas芯片为MCU的开发板上进行仿真调试。 第1 章 概要 第2 章 E8 仿真器功能 第3 章 使用前的准备 第4 章 调试的准备 第5 章 调试 第6 章 教程示例 附录A E8 仿真器的构成 附录B 窗口功能一览 附录C 命令行功能 附录D High-performance Embedded Workshop 的注意事项 附录E 有关硬件诊断程序 E.1 为了执行诊断程序的系统设置 E.2 诊断程序的执行 E.3 错误发生时的处理

    标签: Renesas MCU 仿真器 调试

    上传时间: 2013-12-26

    上传用户:chens000