一個關于VHDL的cpld開發實驗程序,通過運用max+plus 運行程序,實現實驗相關功能
上傳時間: 2013-11-26
上傳用戶:ukuk
Hadoop是一個用于運行應用程序在大型集群的廉價硬件設備上的框架。Hadoop為應用程序透明的提供了一組穩定/可靠的接口和數據運動。在 Hadoop中實現了Google的MapReduce算法,它能夠把應用程序分割成許多很小的工作單元,每個單元可以在任何集群節點上執行或重復執行。此外,Hadoop還提供一個分布式文件系統用來在各個計算節點上存儲數據,并提供了對數據讀寫的高吞吐率。由于應用了map/reduce和分布式文件系統使得Hadoop框架具有高容錯性,它會自動處理失敗節點。已經在具有600個節點的集群測試過Hadoop框架。
標簽: Hadoop MapReduce Google 應用程序
上傳時間: 2017-05-08
上傳用戶:wpwpwlxwlx
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標簽: null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211
Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included max and min peaks, using both giant digits and an analog bar-display . A serial data output for computer data logging is provided, too.
標簽: videocomposite Video-DVM complex output
上傳時間: 2014-12-09
上傳用戶:xuan‘nian
VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
標簽: partitioning Algorithm programme progremme
上傳時間: 2013-12-05
上傳用戶:wweqas
一篇關于7128CPLD的英文介紹,里面包含了44腳到100引腳各個型號的MAX系列cpld
上傳時間: 2014-01-23
上傳用戶:mpquest
數字頻率計是一種用來測試周期性變化信號工作頻率的裝置。其原理是在規定的單位時間(閘門時間)內,記錄輸入的脈沖的個數。我們可以通過改變記錄脈沖的閘門時間來切換測頻量程。本文利用EDA技術中的Max+plusⅡ作為開發工具,設計了基于FPGA的8位十進制頻率計,并下載到在系統可編程實驗板的EPF10K20TC144-4器件中測試實現了其功能。
上傳時間: 2013-12-31
上傳用戶:1079836864
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207
這是一個演示分布式系統并行計算的GUI程序,通過在log定制事件,即可查看
上傳時間: 2013-12-25
上傳用戶:ardager
You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.
標簽: interface analyses download headers
上傳時間: 2014-01-16
上傳用戶:sk5201314