-
ADS Introductory Workbook
ADS教程 在这一章里,将介绍ARM 开发软件ADS(ARM Developer Suite)。通过学习如何在CodeWarrior IDE 集成开发环境下编写,编译一个工程的例子,使读者能够掌握在ADS 软件平台下开发用户应用 程序。本章还描述了如何使用AXD 调试工程,使读者对于调试工程有个初步的理解,为进一步的 使用和掌握调试工具起到抛砖引玉的作用(ADS Directory in this chapter, will introduce the development of software ARM ADS (ARM Developer Suite). Through the study of how the CodeWarrior IDE integrated development environment to prepare, compile a project examples, so readers can grasp the ADS software platform developed under user applications. This chapter also describes how to use the AXD debugger works, and readers for debugging project of a preliminary understanding, in order to further the use and control of debugging tools to initiate play the role)
- 2004-08-10 13:53:45下载
- 积分:1
-
dataStructure_yanweimin
严蔚敏的数据结构讲义
让你在学习时少走很多弯路
这可是我的珍藏版哦!!(Yan Wei-min data structure notes when you walk less in learning a roundabout that was my Special Edition Oh! !)
- 2010-09-28 15:50:00下载
- 积分:1
-
OK-NRF24L01
24L01无线模块的驱动程序。包含发射与接收的程序。(24L01 wireless driver module. Contains the transmitting and receiving program.)
- 2012-08-23 14:08:22下载
- 积分:1
-
操作系统读者写者实验
创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。
读者-写者问题的读写操作限制(包括读者优先和写者优先):
1)写-写互斥,即不能有两个写者同时进行写操作。
2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
- 2023-05-14 22:40:03下载
- 积分:1
-
c#键盘
一个c#编写的键盘,主要用于眼动测试使用
- 2022-03-16 14:22:06下载
- 积分:1
-
otsu
应用Opencv中的函数来实现大津算法,实现阈值的自适应获取,从而进行图像分割。(Otsu,image segmentation)
- 2014-03-10 14:06:21下载
- 积分:1
-
emuWind
The EnumWindows function enumerates all top-level windows on the screen by passing the handle to each window, in turn, to an application-defined callback function. EnumWindows continues until the last top-level window is enumerated or the callback function returns FALSE.
- 2014-10-25 07:01:03下载
- 积分:1
-
shuangkiangduchafa
本文介绍了一种测量大气能见度的方法,双亮度差法,代码中给出了详细的注释,并且包括OSTU方法等等(In this paper, a measuring method of atmospheric visibility double brightness difference method, the code is given detailed annotations, and including the OSTU method and so on)
- 2015-04-26 11:35:01下载
- 积分:1
-
彩票分析系统
彩票分析系统可以根据双色球福利彩票的开奖情况进行概率分析和预测,帮助你更好的投注,增加中奖的概率。本实例采用Visual Studio 2008作为开发工具,采用C#语言开发。为了简单数据存储采用文件的形式。在系统的bin目录下用data.CPD存放各期的开奖结果。
- 2022-02-13 22:04:17下载
- 积分:1
-
12种游戏机模拟器源代码
模拟器ARC 、GBC、MD、SFC、GBA 等模拟器源码,仅供参考还有部分未完成(Simulator ARC, GBC, MD, SFC, GBA and other simulator source code, for reference only, there are still some incomplete)
- 2020-06-22 15:20:02下载
- 积分:1