显存地址映射。只要知道该类PCI设备的Vendor号,Device号和索引号myIndex,就可以查找到该类PCI设备的MEMORY地址和IO地址,以及中断级。并将第一个MEMORY地址给出它的从物理地址到虚拟地址的映射。
上传时间: 2013-12-14
上传用户:CSUSheep
介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcontroller has 256-Kbyte expanded external code/data memory space and 64-Kbyte stack space. The new controller is also specially designed to execute C code efficiently. More importantly, the 8xC251SA/SB/SP/SQ maintains binary code compatibility with MCS 51 microcontrollers but at the same time allows the use of the powerful MCS 251 microcontroller instruction set, with many new 8, 16 and 32 bit instructions available. The 8xC251SA/SB/SP/SQ has 512 bytes or 1 Kbyte of on-chip data RAM options and is available in 16 Kbytes and 8 Kbytes of on-chip ROM/OTPROM or ROMless options.
标签: architecture introducin peripheral improves
上传时间: 2015-03-15
上传用户:ccclll
4. If a modified source code is distributed, the original unmodified -- source code must also be included (or a link to the Free IP web -- site). In the modified source code there must be clear -- identification of the modified version.
标签: source code distributed unmodified
上传时间: 2013-12-14
上传用户:qq1604324866
这是motorola公司的powerpc芯片上的嵌入式linux上的驱动程序和测试程序,包括led驱动实例,二层交换芯片bm8024设备驱动和memory等
上传时间: 2013-11-26
上传用户:nairui21
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
标签: object-oriented JILRuntime register supports
上传时间: 2013-12-23
上传用户:cc1015285075
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.
标签: LIBSVM classification integrated software
上传时间: 2015-04-04
上传用户:alan-ee
linux 环境下 elf可执行文件格式标准 包括程序装载,load,link过程。
上传时间: 2015-04-09
上传用户:远远ssad
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
标签: differenttype construct computer purpose
上传时间: 2013-12-06
上传用户:13517191407
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。
上传时间: 2014-01-08
上传用户:yt1993410
The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ workspace. You can compile and link your driver in IDE. If you have SoftICE, it can generate .nms file.
标签: create C. framework program
上传时间: 2013-12-03
上传用户:silenthink