Nios II 軟件開發(fā)人員手冊(cè)中的緩存和緊耦合存儲(chǔ)器部分 Nios® II embedded processor cores can contain instruction and data caches. This chapter discusses cache-related issues that you need to consider to guarantee that your program executes correctly on the Nios II processor. Fortunately, most software based on the Nios II hardware abstraction layer (HAL) works correctly without any special accommodations for caches. However, some software must manage the cache directly. For code that needs direct control over the cache, the Nios II architecture provides facilities to perform the following Actions:
標(biāo)簽: Nios 軟件開發(fā) 存儲(chǔ)器
上傳時(shí)間: 2013-10-25
上傳用戶:蟲蟲蟲蟲蟲蟲
Flash中文版動(dòng)畫制作教程[配套光盤] 本書主要講解了使用Flash MX 2004中的各項(xiàng)功能制作動(dòng)畫的方法與技巧,內(nèi)容包括:Flash基礎(chǔ)知識(shí)、添加圖形和文字、編輯圖形和文字、為 圖形填充色彩、動(dòng)畫制作基礎(chǔ)、元件、庫和場景、制作簡單動(dòng)畫、制作特殊動(dòng)畫、為動(dòng)畫添加聲音、Actions語句基礎(chǔ)、Actions語句的應(yīng)用、 制作交互式動(dòng)畫,以及動(dòng)畫的測試、優(yōu)化與發(fā)布等知識(shí)。 本書深入淺出、圖文并茂、直觀而生動(dòng),并采用了大量實(shí)用的Flash動(dòng)畫實(shí)例幫助讀者進(jìn)行理解。在每章后面,結(jié)合該章的內(nèi)容給出了練習(xí)題, 讓讀者能通過練習(xí)鞏固所學(xué)的知識(shí)。
標(biāo)簽: Flash 2004 動(dòng)畫 MX
上傳時(shí)間: 2015-07-01
上傳用戶:s363994250
WinCC provides the possibility of making the runtime environment dynamic using the Visual Basic Script. It is possible use VBS to program global Actions and procedures as well as to dynamize and trigger graphic objects in runtime.
標(biāo)簽: the possibility environment provides
上傳時(shí)間: 2013-12-28
上傳用戶:lizhizheng88
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic Actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions
標(biāo)簽: expression the tutorial regular
上傳時(shí)間: 2013-12-19
上傳用戶:sardinescn
Struts2 是Struts的下一代產(chǎn)品。Struts2的目標(biāo)很簡單——使Web開發(fā)變得更加容易。為了達(dá)成這一目標(biāo),Struts2中提供了很多新特性,比如智能的默認(rèn)設(shè)置、annotation的使用以及“慣例重于配置”原則的應(yīng)用,而這一切都大大減少了XML配置。 本書的目的,是為了幫助讀者掌握Struts2框架,并能夠?qū)M成框架的功能部件和可用的配置項(xiàng)有深刻的理解。作者在書中還將介紹一些可以提高生產(chǎn)力的方法——包括默認(rèn)配置項(xiàng)和應(yīng)當(dāng)注意的實(shí)現(xiàn)特性,可用的多種配置選項(xiàng)和一些開發(fā)技術(shù)。本書還會(huì)就與第三方軟件進(jìn)行集成的話題展開討論。 盡管有很多新的語言和新的技術(shù),基于Action的MVC框架對(duì)當(dāng)前的Web應(yīng)用開發(fā)依然十分有用。本書帶你一起探討Struts 2應(yīng)用的方方面面,如架構(gòu)、配置、實(shí)現(xiàn)Actions和對(duì)驗(yàn)證與國際化的支持等。除了這些,本書還專注于實(shí)踐,用大量的代碼和技巧教你如何快速使用Struts 2。
上傳時(shí)間: 2014-11-24
上傳用戶:xieguodong1234
Object-oriented languages define objects (types of things) that know how to perform methods (specific Actions). Functional languages treat programming problems like mathematical relationships. Ruby is flexible, meaning that you can program in any of these styles however, it is primarily object oriented, with some strong functional influence. This book focuses slightly more on the functional aspects of Ruby than some other books.
標(biāo)簽: Object-oriented languages objects methods
上傳時(shí)間: 2016-08-05
上傳用戶:佳期如夢(mèng)
Laser Control is a java program that using a webcam detects when a laser pointer is in a specified hotspot and then does the equivalent of pressing a specified keyboard key. thus controlling Media Portal through it s hot keys. the hotspots can be set by the user as well as the Actions taken. Make your wall into a remote controll.
標(biāo)簽: specified Control detects program
上傳時(shí)間: 2016-08-20
上傳用戶:英雄
自己寫的robocup-2d程序,從UVA改編 This method is the first complete simple team and defines the Actions taken by all the players on the field (excluding the goalie). It is based on the high-level Actions taken by the simple team FC Portugal that it released in 2000.
上傳時(shí)間: 2014-01-27
上傳用戶:上善若水
The purpose of Software Project Tracking and Oversight is to provide adequate visibility into actual progress so that management can take effective Actions when the project s performance deviates significantly from the plans.
標(biāo)簽: visibility Oversight Software Tracking
上傳時(shí)間: 2017-02-27
上傳用戶:三人用菜
SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming languages. Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit Actions. See User Manual for more info.
標(biāo)簽: programming generates machine pattern
上傳時(shí)間: 2013-12-25
上傳用戶:gaome
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1