VLAN(Virtual LOCAL Area Network)的中文名為"虛擬局域網"。VLAN是一種將局域網設備從邏輯上劃分成一個個網段,從而實現虛擬工作組的新興數據交換技術。這一新興技術主要應用于交換機和路由器中,但主流應用還是在交換機之中。
標簽: VLAN
上傳時間: 2013-11-19
上傳用戶:comua
The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M3 CPU incorporates a 3-stage pipeline and uses a Harvard architecture withseparate LOCAL instruction and data buses as well as a third bus for peripherals. The ARMCortex-M3 CPU also includes an internal prefetch unit that supports speculativebranching.The LPC1850/30/20/10 include up to 200 kB of on-chip SRAM data memory, a quad SPIFlash Interface (SPIFI), a State Configuration Timer (SCT) subsystem, two High-speedUSB controllers, Ethernet, LCD, an external memory controller, and multiple digital andanalog peripherals.
上傳時間: 2014-12-31
上傳用戶:zhuoying119
The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M4 CPU incorporates a 3-stage pipeline, uses a Harvard architecture withseparate LOCAL instruction and data buses as well as a third bus for peripherals, andincludes an internal prefetch unit that supports speculative branching. The ARMCortex-M4 supports single-cycle digital signal processing and SIMD instructions. Ahardware floating-point processor is integrated in the core.The LPC4350/30/20/10 include an ARM Cortex-M0 coprocessor, up to 264 kB of datamemory, advanced configurable peripherals such as the State Configurable Timer (SCT)and the Serial General Purpose I/O (SGPIO) interface, two High-speed USB controllers,Ethernet, LCD, an external memory controller, and multiple digital and analog peripherals
上傳時間: 2013-10-28
上傳用戶:15501536189
This white paper discusses how market trends, the need for increased productivity, and new legislation have accelerated the use of safety systems in industrial machinery. This TÜV-qualified FPGA design methodology is changing the paradigms of safety designs and will greatly reduce development effort, system complexity, and time to market. This allows FPGA users to design their own customized safety controllers and provides a significant competitive advantage over traditional microcontroller or ASIC-based designs. Introduction The basic motivation of deploying functional safety systems is to ensure safe operation as well as safe behavior in cases of failure. Examples of functional safety systems include train brakes, proximity sensors for hazardous areas around machines such as fast-moving robots, and distributed control systems in process automation equipment such as those used in petrochemical plants. The International Electrotechnical Commission’s standard, IEC 61508: “Functional safety of electrical/electronic/programmable electronic safety-related systems,” is understood as the standard for designing safety systems for electrical, electronic, and programmable electronic (E/E/PE) equipment. This standard was developed in the mid-1980s and has been revised several times to cover the technical advances in various industries. In addition, derivative standards have been developed for specific markets and applications that prescribe the particular requirements on functional safety systems in these industry applications. Example applications include process automation (IEC 61511), machine automation (IEC 62061), transportation (railway EN 50128), medical (IEC 62304), automotive (ISO 26262), power generation, distribution, and transportation. 圖Figure 1. LOCAL Safety System
上傳時間: 2013-11-14
上傳用戶:zoudejile
The PLB BRAM Interface Controller is a module thatattaches to the PLB (Processor LOCAL Bus).
上傳時間: 2013-10-27
上傳用戶:Breathe0125
The Virtex-4 features, such as the programmable IDELAY and built-in FIFO support, simplifythe bridging of a high-speed, PCI-X core to large amounts of DDR-SDRAM memory. Onechallenge is meeting the PCI-X target initial latency specification. PCI-X Protocol Addendum tothe PCI LOCAL Bus Specification Revision 2.0a ([Ref 6]) dictates that when a target signals adata transfer, "the target must do so within 16 clocks of the assertion of FRAME#." PCItermination transactions, such as Split Response/Complete, are commonly used to meet thelatency specifications. This method adds complexity to the design, as well as additional systemlatency. Another solution is to increase the ratio of the memory frequency to the PCI-X busfrequency. However, this solution increases the required power and clock resource usage.
上傳時間: 2013-11-24
上傳用戶:18707733937
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of LOCAL learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling LOCAL learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
標簽: Description Randomness Attribute Filtered
上傳時間: 2015-04-10
上傳用戶:ynzfm
一、安裝SQL數據庫 1、 打開Microsoft SQL Server 企業管理器 2、 建立一個新的數據庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數據庫,點擊鼠標右鍵 -> 所有任務 -> 還原數據庫 -> 從設備 -> 選擇設備 -> 添加 -> 選擇程序目錄下的數據庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網站根目錄下,否則會提示出錯。 三、設置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(LOCAL) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數據庫服務器地址,如果為本地地址,請設置為(LOCAL),外部請直接修改為IP地址(不要加括號) 深紅部分:數據庫名稱 粉紅部分:SQL數據庫登陸用戶名 藍色部分:SQL數據庫登陸密碼 四、設置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網站建設超輕松的快感吧!
上傳時間: 2015-04-15
上傳用戶:璇珠官人
剛剛學習jdbc數據庫,用jcreator編了一個小數據庫,還可以,通過了。 功能:能夠進行添加數據、修改數據、查找數據、刪除數據、還可以上下翻頁! 注: 里面的東西還沒有進行整理,多少還有一些凌亂。由于剛剛學,有些功能不知道,許多功能還是按照以前的知識進行寫的,多少顯得笨拙!但也是一種解決的方法,可供初學者 參考。 說明文檔--給初學者 1、首先把數據庫文件加入到SQLSERVER數據庫中DATA路徑下, 2、在SQL SERVER中:右鍵選中數據庫/所有任務/附加數據庫/找到需要附加數據庫的路徑 注意在這一步中,應該都是對號,否則就要檢查是否文件名一致的問題 3、在管理工具/ODBC數據源管理器/系統DSN/添加SQLSERVER數據源/ 記住:在這一步中數據源起名是OO,本機服務器是(LOCAL),要更改默認的數據庫為clientregister.
上傳時間: 2014-01-01
上傳用戶:gundamwzc
是用jbuilder9做的一個簡單程序。單窗體,有添加刪除查詢更新幾個功能,用的是SQL Server數據庫。服務器名LOCAL 用戶名sa 密碼hunterd.(不要忘了改數據源和導入數據) 第一次用java 和jbuilder編程,可能還有些問題吧。
上傳時間: 2013-12-16
上傳用戶:lyy1234