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

mulit-platform

  • arm9的bootloader,适合通用2410x平台 vivi.pal(20051228)支持tv输出和vga输出

    arm9的bootloader,适合通用2410x平台 vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz vivi(20060330)支持vga输出和tv输出,vclk为25mhz 以上两个vivi均编译自vivi-br-release(20051228).tar.gz 在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义: #define PAL640480 默认该句是注释掉的,编译得到的vivi的vclk为25mhz ch7005手册中要求640x480的pal输出时vclk为26.25mhz,但实践中发现并不需要完全等与这个频率,有时候vivi(20051228)的pal效果更好,具体使用哪个参数用户可以多比较尝试,也可以尝试修改成其他的频率。

    标签: bootloader 20051228 2410x arm9

    上传时间: 2013-12-16

    上传用户:cainaifa

  • 实现了wince下触摸屏的驱动程序

    实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。

    标签: wince 触摸屏 驱动程序

    上传时间: 2013-12-18

    上传用户:xauthu

  • Welcome to the Microsoft CRM 3.0 Software Development Kit (SDK). This SDK contains a wealth of resou

    Welcome to the Microsoft CRM 3.0 Software Development Kit (SDK). This SDK contains a wealth of resources, including code samples, that are designed to help you build powerful vertical applications using the Microsoft CRM platform. It includes the following sections: 1 Server Programming Guide 2 Client Programming Guide 3 ISV Programming Guide 4 Report Writers Guide 5 Appendix A 6 Glossary –

    标签: Development Microsoft SDK Software

    上传时间: 2014-01-20

    上传用户:zhichenglu

  • smsc911x 网卡驱动 This the users/programmers guide for the LAN911x Linux Driver The following sections

    smsc911x 网卡驱动 This the users/programmers guide for the LAN911x Linux Driver The following sections can be found below * Revision History * Files * Features * Driver Parameters * Rx Performance Tuning * Tested Platforms * Rx Code Path * Tx Code Path * Platform Interface Descriptions

    标签: 911x programmers 911 following

    上传时间: 2014-12-02

    上传用户:sssl

  • VC6.0核心编程。主要涉及到windows消息

    VC6.0核心编程。主要涉及到windows消息,框架,mfc库以及相关编程,com,activex技术,数据库技术,网络编程技术。为英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    标签: windows 6.0 VC 核心

    上传时间: 2016-01-02

    上传用户:lmeeworm

  • 《为Windows Vista编写安全的代码》

    《为Windows Vista编写安全的代码》,2007年出版 Providing developers with first-hand insights into design decisions and practical advice for solving real-world security issues, this authoritative guide urges developers to write more secure code on the Vista platform to support a growing customer base. Table of Contents Writing Secure Code for Windows Vista Foreword Introduction Chapter 1 - Code Quality Chapter 2 - User Account Control, Tokens, and Integrity Levels Chapter 3 - Buffer Overrun Defenses Chapter 4 - Networking Defenses Chapter 5 - Creating Secure and Resilient Chapter 6 - Internet Explorer 7 Defenses Chapter 7 - Cryptographic Enhancements Chapter 8 - Authentication and Authorization Chapter 9 - Miscellaneous Defenses and Security-Related Technologies Index List of Figures List of Tables List of Sidebars

    标签: Windows Vista 编写 代码

    上传时间: 2016-01-07

    上传用户:zxc23456789

  • The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point

    The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point DSP generation in the TMS320C6000™ DSP platform. The TMS320DM642 (DM642) device is based on the second-generation high-performance, advanced VelociTI™ very-long-instruction-word (VLIW) architecture (VelociTI.2™ ) developed by Texas Instruments (TI), making these DSPs an excellent choice for digital media applications. The C64x™ is a code-compatible member of the C6000™ DSP platform.

    标签: highest-performance fixed-point TMS 320

    上传时间: 2013-12-21

    上传用户:watch100

  • RCP

    RCP,就是Rich Client Platform的缩写,即富客户平台,是Eclipse进化的产物(自3.0版以后出现),是Eclipse组织向用户提供的强大的开放性开发平台,能够使用户方便地创建自己的基于Eclipse的应用程序,并且这些应用程序能够得到Eclipse的底层支持。更重要的是,我们可以利用Java创建象Eclipse这么漂亮的桌面程序

    标签: RCP

    上传时间: 2014-01-10

    上传用户:Zxcvbnm

  • Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simp

    Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simple activeX control usage like in VB, for windows platform, I always used this java library for activeX controls

    标签: knowledge controls directly ActiveX

    上传时间: 2016-01-25

    上传用户:aappkkee

  • FIST可堆叠文件系统

    FIST可堆叠文件系统,linux文件系统修改相关的开源软件,使得对linux文件系统功能的改进很简单了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    标签: FIST 堆叠 文件系统

    上传时间: 2014-01-10

    上传用户:xsnjzljj