亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Limited-memory

  • 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

  • J2ME 是SUN 公司針對嵌入式、消費類 電子產品推出的開發平臺

    J2ME 是SUN 公司針對嵌入式、消費類 電子產品推出的開發平臺,與J2SE 和J2EE 共同組成Java 技術的三個重要的分支。J2ME 實際 上是一系列規范的集合,由JCP 組織制定相關的Java Specification Request(JSR)并發布,各 個廠商會按照規范在自己的產品上進行實現,但是必須要通過TCK 測試,這樣確保兼容性。比 如MIDP2.0 規范就是在JSR118 中制定的。可能接觸過J2ME 的開發者會覺得說J2ME 是一系列 的規范不準確吧。因為我們在開發中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等內容。

    標簽: J2ME SUN 嵌入式 消費類

    上傳時間: 2015-11-20

    上傳用戶:sardinescn

  • 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

  • FLASH文件系統的源碼

    FLASH文件系統的源碼,Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices.

    標簽: FLASH 文件系統 源碼

    上傳時間: 2015-11-29

    上傳用戶:問題問題

主站蜘蛛池模板: 仙游县| 上饶县| 佛冈县| 渑池县| 咸阳市| 溧阳市| 缙云县| 神农架林区| 黄大仙区| 政和县| 仁化县| 汉川市| 林甸县| 资兴市| 宜良县| 台东县| 莱阳市| 富阳市| 娄底市| 新蔡县| 永昌县| 突泉县| 武隆县| 宽城| 若尔盖县| 宁武县| 宣威市| 乌什县| 三台县| 宿迁市| 旬阳县| 禹州市| 凤阳县| 中方县| 广灵县| 吴川市| 宁强县| 铜鼓县| 达尔| 芦山县| 吉安市|