Welcome![Sign In][Sign Up]
Location:
Search - 移植应用

Search list

[Embeded-SCM Develop实时操作系统ucos-II的移植应用.rar

Description:
Platform: | Size: 385739 | Author: | Hits:

[Other resourceC8051F020应用程序包

Description: C8051f020是基于51核的业界8位单片机最高速的,指令执行速度25MIPS。这个程序包是新华龙公司提供的,需要购买900元的开发系统才会赠送此文件包,先上传。可以用keil软件打开或者去www.xhl.com.cn下载IDE软件打开工程ps---c文件直接用记事本就ok啦^_^,里面有温度传感,步进电机等等源代码,方面移植!^_^-C8051f020 is based on the 51 nuclear industry eight most high-speed microcontroller, instruction execution speed MIPs. This package is a new company providing the Hualong, you need to buy 900 yuan development system will give this package, the first upload. Keil software can be used to open or download IDE www.xhl.com.cn open software engineering -- c ps documents directly on the notebook ok -- ^ _ ^, inside temperature sensor, stepper motors, etc. source code, area transplant! ^ _ ^
Platform: | Size: 536849 | Author: 程鹏 | Hits:

[Other resource应用程序从BREW到J2ME移植指导

Description: 从BREW系统移植到J2ME系统的移植是用一定难度的,请大家参考.-from BREW system transplanted to the transplant system J2ME is a certain degree of difficulty, please reference.
Platform: | Size: 121669 | Author: 刘为 | Hits:

[Embeded-SCM Develop嵌入式实时操作系统μCOS-II

Description: 嵌入式实时操作系统μCOS-在ARM上的移植应用
Platform: | Size: 1773353 | Author: 章程 | Hits:

[Other resourceUCOS-II在ARMS3C44B0X上的移植源代码

Description: UCOS-II在ARM S3C44B0X上的移植源代码。 移植说明: 我没有移植uCOS前,再网上下了一些案例可是大部分都不能直接运行,而且有好多还都有错误。 还发现很多\"移植者\"是忠实的操洗者,并且还操错了。这个移植代码是我领会不少代码的长短根据自己的经验编制,绝对原著!!!因为有好多与大多数移植代码不同之处,故帖出来共享,希望能对将要移植uCOS的人以启发和帮助。 由于我个人时间不多,所以没有写什么移植的\"前因后果\" 但: 移植的详细细节在程序中的注释部分已经非常详尽了,这里就不多说了。 注意不要将本移植代码应用于商业-UCOS-II on the ARM S3C44B0X transplant source code. Transplant Note : I did not uCOS before transplantation, and the Internet, a number of cases but most are not directly run, but there are also a lot of mistakes. Many also found "transplant" is faithful parade washing, and also the wrong parade. Transplantation is the code I understand many of the code according to their length of their experience, absolutely original! ! ! because there are a lot of code with the majority of transplants different, it TIE out sharing, hope to be able to transplant uCOS people to inspire and help. Because of my personal time too much, not what to write transplant "causes" : Details of transplantation in the proceedings of the Notes have been very detailed, here is not more. Attention sho
Platform: | Size: 162935 | Author: 苏先生 | Hits:

[Other resourcearmemb

Description: 为pdf文件.包含嵌入式arm开发过程中的关键注意事项,移植,应用等,有全面灵活的程序举例.不错-as pdf documents. Arm contains embedded development process to the key issues, transplanting, and application. a comprehensive example of flexible procedures. Yes
Platform: | Size: 495069 | Author: 刘辉 | Hits:

[Other resourceMicrochipStackforZigBee

Description: ZigBee™ 是专为低速率传感器和控制网络设计的无线网络协议。有许多应用可从ZigBee 协议受益,其中可能的一些应用有:建筑自动化网络、住宅安防系统、工业控制网络、远程抄表以及PC 外设。此程序包提供的是Zigbee协义栈函数库源代码,它实现了一个与物理层 无关的应用程序接口。 因此,无需做重大修改就可以轻松地在射频(Radio Frequency,RF)收发器之间移植应用程序。-ZigB
Platform: | Size: 315998 | Author: 李正鹏 | Hits:

[Other resourceuclinux_armsys_guide

Description: 详细讲述了了基于uClinux下的嵌入开发,系统移植,应用程序开发,驱动开发流程
Platform: | Size: 821713 | Author: linchang | Hits:

[Other resourcesqlrelay.tar

Description: 适合于Unix/Linux下的一个持久数据库连接池,代理服务器和负载平衡系统。支持非常丰富的功能,包括 * 快速的执行数据库驱动的Web应用 * 增强的可测性数据库驱动的Web应用 * 分配数据库的访问连接 * 关闭数据库的访问连接 * 从不支持的平台访问数据库 * 从一个数据库到另一种数据库移植应用
Platform: | Size: 1928039 | Author: cyanogen | Hits:

[Other resources3c2410LinuxDocument

Description: 构建嵌入式Linux系统的详细文档,系统启动bootloader的编写,GNU交叉工具链的构建,u-boot的移植,linux2.6内核的移植,应用程序的移植 NAND flash驱动的编写与移植
Platform: | Size: 1026584 | Author: tutu | Hits:

[Embeded-SCM DevelopUC_OS_II_to_ARM9

Description: 实时嵌入式操作系统uC_OS_II在ARM9上的移植应用
Platform: | Size: 40301 | Author: mengjing | Hits:

[Other resource本移植也是从网上Download的

Description: 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译 3。若有疑问电zh_lyp@163.com-1. The transplant is the Download from the Internet, do a little a bit collated. In addition OS_CPU.h transplantation, OS_CPU_A.s, OS_CPU_C.C three functions outside interruption devoted to a function OS_int_A . s by the rules can be written two interrupt function. Application examples \\ ArmUCOS \\ App \\ test1 \\ test.mcp Zhou, the meritorious 2,104 wrench on the ram which can be run directly (code + datalt; 16K), the use of attention. A library file (I used to use such a) 3. All the files on D : \\ ArmUCOS \\, so the above documents can be directly translated 3. If in doubt -- zh_lyp@163.com
Platform: | Size: 439643 | Author: 套件 | Hits:

[DocumentsHi3510 HiBoot移植应用

Description: Hi3510 HiBoot移植应用.pdf
Platform: | Size: 1223521 | Author: luori110@hotmail.com | Hits:

[ARM-PowerPC-ColdFire-MIPS基于ARM S3C6410 BSP 移植源码

Description: 基于ARM S3C6410 BSP移植源码,ADS工程,操作系统和应用程序均运行于虚拟地址: 中断向量入口:0xFFFF0000 操作系统内核空间:0x80000000~0xFFFFFFFF 用户应用程序空间:0x00000000~0x7FFFFFFF 优化了内存管理及Cache使用策略,使系统整体性能较之前版本提高约40%
Platform: | Size: 8584144 | Author: xyz543 | Hits:

[SourceCodeuC/OS-Ⅱ的移植与应用

Description: 这是我自己做的 uC/OS-Ⅱ的移植与应用课程设计。里面有仿真图和源代码
Platform: | Size: 420352 | Author: liulusheng | Hits:

[SCMC8051F020应用程序包

Description: C8051f020是基于51核的业界8位单片机最高速的,指令执行速度25MIPS。这个程序包是新华龙公司提供的,需要购买900元的开发系统才会赠送此文件包,先上传。可以用keil软件打开或者去www.xhl.com.cn下载IDE软件打开工程ps---c文件直接用记事本就ok啦^_^,里面有温度传感,步进电机等等源代码,方面移植!^_^-C8051f020 is based on the 51 nuclear industry eight most high-speed microcontroller, instruction execution speed MIPs. This package is a new company providing the Hualong, you need to buy 900 yuan development system will give this package, the first upload. Keil software can be used to open or download IDE www.xhl.com.cn open software engineering-- c ps documents directly on the notebook ok-- ^ _ ^, inside temperature sensor, stepper motors, etc. source code, area transplant! ^ _ ^
Platform: | Size: 536576 | Author: 程鹏 | Hits:

[uCOSUCOS-II在ARMS3C44B0X上的移植源代码

Description: UCOS-II在ARM S3C44B0X上的移植源代码。 移植说明: 我没有移植uCOS前,再网上下了一些案例可是大部分都不能直接运行,而且有好多还都有错误。 还发现很多"移植者"是忠实的操洗者,并且还操错了。这个移植代码是我领会不少代码的长短根据自己的经验编制,绝对原著!!!因为有好多与大多数移植代码不同之处,故帖出来共享,希望能对将要移植uCOS的人以启发和帮助。 由于我个人时间不多,所以没有写什么移植的"前因后果" 但: 移植的详细细节在程序中的注释部分已经非常详尽了,这里就不多说了。 注意不要将本移植代码应用于商业-UCOS-II on the ARM S3C44B0X transplant source code. Transplant Note : I did not uCOS before transplantation, and the Internet, a number of cases but most are not directly run, but there are also a lot of mistakes. Many also found "transplant" is faithful parade washing, and also the wrong parade. Transplantation is the code I understand many of the code according to their length of their experience, absolutely original! ! ! because there are a lot of code with the majority of transplants different, it TIE out sharing, hope to be able to transplant uCOS people to inspire and help. Because of my personal time too much, not what to write transplant "causes" : Details of transplantation in the proceedings of the Notes have been very detailed, here is not more. Attention sho
Platform: | Size: 186368 | Author: 苏先生 | Hits:

[Embeded Linuxs3c2410LinuxDocument

Description: 构建嵌入式Linux系统的详细文档,系统启动bootloader的编写,GNU交叉工具链的构建,u-boot的移植,linux2.6内核的移植,应用程序的移植 NAND flash驱动的编写与移植-Embedded Linux System Construction of the detailed document, prepared by the bootloader to boot the system, GNU cross tool chain build, u-boot transplant, linux2.6 core of the transplant, the application of transplantation NAND flash-driven preparation and transplantation
Platform: | Size: 1026048 | Author: tutu | Hits:

[androidFM移植包(基于Android4.4)

Description: android FM 收音机 驱动 hal层应用层代码以及 框架层(Android FM radio driver, Hal layer application layer code and frame layer)
Platform: | Size: 1614848 | Author: notlove | Hits:

[OtherGUI移植步骤

Description: UCGUI是一种嵌入式应用中的图形支持系统。它设计用于为任何使用LCD图形显示的应用提供高效的独立于处理器及LCD控制器的图形用户接口,它适用单任务或是多任务系统环境, 并适用于任意LCD控制器和CPU下任何尺寸的真实显示或虚拟显示。它的设计架构是模块化的,由不同的模块中的不同层组成,由一个LCD驱动层来包含所有对LCD的具体图形操作。 UCGUI可以在任何的CPU上运行,因为它是100%的标准C代码编写的。UCGUI能够适应大多数的使用黑白或彩色LCD的应用,它提供非常好的允许处理灰度的颜管理。还提供一个可扩展的2D图形库及占用极少RAM的窗口管理体系。(UCGUI is a graphics support system for embedded applications.)
Platform: | Size: 622592 | Author: 雨夜有你 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net