登录
首页 » 软件系统 » 本书全面介绍了Platform Builder,EVC实用技术,特别是内核定制方面的详细例程。对Wince系统的初学者,应该有帮助。...

本书全面介绍了Platform Builder,EVC实用技术,特别是内核定制方面的详细例程。对Wince系统的初学者,应该有帮助。...

于 2022-01-25 发布 文件大小:15.90 MB
0 177
下载积分: 2 下载次数: 1

代码说明:

本书全面介绍了Platform Builder,EVC实用技术,特别是内核定制方面的详细例程。对Wince系统的初学者,应该有帮助。-This book comprehensively describes the Platform Builder, EVC and practical technology, especially the more routine aspects of the kernel customization. Wince system for beginners, it should be helpful.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  •  微波滤波器综合的出发点在于滤波函数的选择,滤波函数的性质决定了滤波器的响应。文中提出了一种广 义的巴特沃思滤波函数,在保留其群时延上优势的同时,通过引入有...
     微波滤波器综合的出发点在于滤波函数的选择,滤波函数的性质决定了滤波器的响应。文中提出了一种广 义的巴特沃思滤波函数,在保留其群时延上优势的同时,通过引入有限位置的传输零点,大大的改善巴特沃思函数的带外 特性,使得其可以适应现代通信技术对微波滤波器的要求,在微波滤波器的实际设计中具有很好的应用价值。-Microwave filters and integrated starting point is the choice of filter function, filtering function, the nature of the filter response. This paper presents a generalized Butterworth filter function, while retaining the advantages of their group delay at the same time, through the introduction of limited number of locations of transmission zeros, greatly improve the function of the band Butterworth characteristics, making it to adapt to modern communications microwave filter technology requirements, the actual design of microwave filters has a very good value.
    2022-01-26 04:13:17下载
    积分:1
  • elecfan.com
    elecfan.com-TI DSP集成开发环境CCS的使用,主要CSS软件的基础操作!-elecfan.com-TI DSP integrated development environment, the use of CCS, the main CSS-based operation of the software!
    2023-05-21 05:20:03下载
    积分:1
  • c语言底层开的经验总结与技术提升,非常适合使用C做嵌入式或手机开发的工程师。...
    c语言底层开的经验总结与技术提升,非常适合使用C做嵌入式或手机开发的软件工程师。-c language experience to open the bottom and the upgrading of technology is very suitable for the use of C or cell phone to do embedded software development engineers.
    2022-05-05 12:45:39下载
    积分:1
  • 使用J2EE编写的网上商店
    使用J2EE编写的网上商店系统- Uses on-line store system which J2EE compiles
    2022-07-27 05:20:41下载
    积分:1
  • 用VB编写小型的网络 Visual Basic 以 下 简 称(VB) 十 一 个 功 能 强 大 的 编 程 语 言。 特 别 是4.0 以 后, 支...
    用VB编写小型的网络系统 Visual Basic 以 下 简 称(VB) 十 一 个 功 能 强 大 的 编 程 语 言。 特 别 是4.0 以 后, 支 持 了OLE Automation 技 术, 给 编 程 带 来 了 更 大 的 方 便。 前 些 时, 我 试 着 编 写 一 个 支 持 网 络 的 数 据 库。 但 是 由 于 没 有 联 网, 所 以 没 法 测 试。 于 是, 我 想 到 了OLE Automation, 用 它 就 可 以 在 一 台 机 器 上 测 试 网 络 功 能。 经 过 改 动, 还 可 以 用 它 通 过Modem 来 进 行 联 机。 下 面, 我 介 绍 一 下 如 何 用Visual Basic 编 写 小 型 的 网 络 系 统。 -Using VB to prepare small-scale network systems Visual Basic hereinafter referred to (VB) 11 powerful programming language. Especially after 4.0 to support the OLE Automation technology, to bring about greater programming convenience. Earlier, I tried to prepare a support network database. However, because there is no networking, so I can not test. So, I thought of OLE Automation, it can be used in a machine to test network functionality. After the changes, but also can use it to on-line through the Modem. Next, I explain how to use Visual Basic to prepare small-scale network system.
    2022-11-23 23:15:04下载
    积分:1
  • Source codes for verilog fifo for spartan 3
    Source codes for verilog fifo for spartan 3
    2022-01-27 15:45:50下载
    积分:1
  • SVG是W3C正在制定的基于XML语言的图形图像规范。本文在简要介绍SVG特点和GEF框架之后,提出了一种在Eclipse框架下基于GEF的制作SVG文的设计...
    SVG是W3C正在制定的基于XML语言的图形图像规范。本文在简要介绍SVG特点和GEF框架之后,提出了一种在Eclipse框架下基于GEF的制作SVG文件的设计和实现方案,并介绍了系统的架构和部分关键模块的实现。-SVG is a W3C is developing XML-based graphics language specification. In this paper, SVG briefly introduce the characteristics and GEF framework, a framework in the Eclipse production of SVG based on the GEF document Design and Implementation of the program, and introduce the system structure and realize some of the key modules.
    2022-07-23 08:51:29下载
    积分:1
  • 在一个基于RTOS优先级,优先级反转
    In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.-In a preemptive priority based RTOS, priority inversionproble
    2022-03-24 17:49:36下载
    积分:1
  • 提出一种恢复场景中所有物体的反射特性的方法.对漫反射、各向同性反射和各向异性反射纹理 面的纹理恢复也作了深入研究 高光和阴影的影响也能基本去除....
    提出一种恢复场景中所有物体的反射特性的方法.对漫反射、各向同性反射和各向异性反射纹理 面的纹理恢复也作了深入研究 高光和阴影的影响也能基本去除.-A scene restore all objects, the reflective properties of the method. The diffuse reflectance, isotropic and anisotropic reflex reflector surface texture Texture resume also made in-depth research on the impact of light and shadow can remove basic.
    2023-04-16 08:25:03下载
    积分:1
  • 在ARM上构建嵌入式开发程序指导,介绍了嵌入式平台上用C 语言编写和应用的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适合于其他嵌入式平台的...
    在ARM上构建嵌入式开发程序指导,介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适合于其他嵌入式平台的软件设计。
    2022-07-06 17:52:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载