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

MEMory

  • In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o

    In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited MEMory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn t kept waiting any longer than necessary for the relatively slow disks.

    标签: thoroughly understand variety order

    上传时间: 2014-12-07

    上传用户:PresidentHuang

  • There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de

    There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough MEMory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代码

    标签: example channel ldpc_de encode

    上传时间: 2013-12-03

    上传用户:lili123

  • Interfacing the ADSP-BF535 Blackfin Processor to Single-Chip CIF Digital Camera “OV6630” Over the Ex

    Interfacing the ADSP-BF535 Blackfin Processor to Single-Chip CIF Digital Camera “OV6630” Over the External MEMory Bus

    标签: Interfacing Single-Chip the Processor

    上传时间: 2015-09-27

    上传用户:yiwen213

  • This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp

    This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to MEMory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.

    标签: capabilities exploration AccelDSP exercise

    上传时间: 2014-12-22

    上传用户:eclipse

  • penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes

    penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry kernel upon which the so-called high level primitives (e.g. subdivision surfaces or progressive meshes) of OpenSGPlus are built. It was designed with the following goals in mind : Flexibility : provide a basis for many different algorithms without the need for adaptation. Efficiency : maximize time efficiency while keeping MEMory usage as low as possible. Ease of use : wrap complex internal structure in an easy-to-use interface.

    标签: manipulating representing and efficient

    上传时间: 2015-10-14

    上传用户:米卡

  • RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom Bounds

    RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it. This sample is a software only Windows NT Device Driver. This driver is provided for educational purposes only. Generally the Windows NT cache manager does a much better job of optimizing MEMory usage than using a RAM disk.

    标签: custom BoundsChecker illustrates Bounds

    上传时间: 2014-01-04

    上传用户:onewq

  • palm编程

    palm编程,基于palm os系统开发的简单获取设备MEMory信息的小程序.

    标签: palm 编程

    上传时间: 2015-11-07

    上传用户:Late_Li

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses MEMory mapped I/O (if available), supports cursors, and can create in-MEMory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    标签: C. hamsterdb structure database

    上传时间: 2013-12-11

    上传用户:LouieWu

  • This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

    This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash MEMory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec

    标签: Development Startix2 tailored Altera

    上传时间: 2014-01-19

    上传用户:chongcongying

  • Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple

    Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple pattern to the VGA port, connects the switches to the LEDs, buttons to each anode of the seven segment decoder. The seven segment decoder has a simple counter running on it, and when SW0 is in the up position the seven segment decoder will display scan codes from the PS2 port. This demo how ever does not drive the RS-232 port or the MEMory. This is a simple design done entirely VHDL not microblaze.

    标签: Spartan drives This perphrials

    上传时间: 2014-05-29

    上传用户:SimonQQ