《DOS程序员参考手册》第四版;英文原名为“DOS Programmer s Reference, 4th Edition”,作者是美国的Terry Dettman及AllenL.Wyatt, Sr. 。本书是Que的保留书 目,内容完整,解释清楚,在介绍DOS编程技术的书籍中,本书是多年来最有影响、最受欢 迎的书籍之一。
标签: Programmer DOS Reference 程序员
上传时间: 2016-07-09
上传用户:笨小孩
东芯IVSEP3203F50移动终端应用处理器用户手册 第1 章 东芯IV SEP3203F50 概述. 第2 章 ARM7TDMI 内核 第3 章 EMI 外部存储器接口 第4 章 片上SRAM 第5 章 时钟与功耗管理模块PMC 第6 章 LCD 控制器 第7 章 MMA 多媒体加速器 第8 章 DMA 控制器 第9 章 INTC 中断控制器. 第10 章 RTC 实时时钟控制器. 第11 章 TIMER 通用定时器 第12 章 UART 通用异步收发器. 第13 章 SPI 串行外设接口 第14 章 USB 设备接口 第15 章 PWM 脉冲调制器. 第16 章 多媒体卡控制器MMC/SD 第17 章 AC 97 控制器 第18 章 GPIO 通用输入输出.
上传时间: 2014-01-23
上传用户:源码3
Flash中内置了一个状态寄存器(Status Register,SR)来指示Flash的当前工作状态和各种操作是否成功。要读取SR的当前值需要向CUI发送读状态寄存器命令(Read Status Register),命令码为0x70,SR中的内容将在DQ[7:0]上输出。The Read Status Register (0x70)command causes subsequent reads to output data from the SR until another command is issued. The SR bits are output on DQ[7:0].
上传时间: 2016-08-12
上传用户:thesk123
在快速A/D和D/A转换器、视频放大器中,要求集成运算放大器的转换速率SR一定要高,单位增益带宽BWG一定要足够大,像通用型集成运放是不能适合于高速应用的场合的。这就让高速型运算放大器产生了。
上传时间: 2013-12-02
上传用户:shawvi
本代码提供读取Segy格式地震数据的SegyReader类(C++) 在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用. 另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上. ===sr.exe的执行需要QT3.3.4的dll文件(因文件较大故未加入,需要者安装QT3.3.4或与本人联系),在主界面上执行菜单 File -> Open,选择提供的test.sgy文件即可
标签: segy SegyReader Segy QT
上传时间: 2014-07-02
上传用户:hj_18
FPGA Architecture: Survey and Challenges Ian Kuon1, Russell Tessier2 and Jonathan Rose1 1 The Edward S. Rogers Sr. Department of Electrical and Computer Engineering, University of Toronto, Toronto, ON, Canada, {ikuon, jayar}@eecg.utoronto.ca 2 Department of Electrical and Computer Engineering, University of Massachusetts, Amherst, MA, USA, tessier@ecs.umass.edu
标签: Architecture Challenges and Jonathan
上传时间: 2013-11-25
上传用户:yuchunhai1990
本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。
上传时间: 2016-12-07
上传用户:lhw888
适用MCU: TI MSP430 5XX 适用ucos-ii版本:2.86 编译环境:IAR4.11B 主要的工作: 在MICRIUM网站上430移植代码的基础上进行了修改:5XX系列PC寄存器为20位,堆栈的宽度仍为16位,因此在对PC和SR的压栈处理上做了修改;另外在汇编程序里调用HOOK函数的CALL XXX 改成 CALLA XXX
上传时间: 2014-01-27
上传用户:Pzj
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
this program has many parts and fully working, based on MCS51. Hand made PWM and wave forms for dimmer like output. it also drives ISD audio chip.
上传时间: 2017-07-11
上传用户:xc216