This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example). The frames are then output with a one-frame delay to the DAC (an AD9744 in this example). In this example, no processing is done on the frames. They are passed unaltered.
標簽: block-by-block acquired example streams
上傳時間: 2015-12-29
上傳用戶:bjgaofei
Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
標簽: Lucene Abstract Jakarta project
上傳時間: 2016-01-10
上傳用戶:songrui
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
標簽: elimination equations Gaussian version
上傳時間: 2016-02-14
上傳用戶:hxy200501
博客管理系統。安裝說明: 1、在SQLSERVER中創建blog數據庫并創建登陸帳號blog:blog,然后在SQL Server查詢分析器中運行doc目錄下db.sql創建所有表; 2、將工程導入Eclipse; 3、部署工程; 4、運行tomcat; 5、進入tomcat管理web后臺, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
上傳時間: 2013-12-14
上傳用戶:蟲蟲蟲蟲蟲蟲
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.
標簽: functions string-include defines assumes
上傳時間: 2014-01-09
上傳用戶:tedo811
移動ip書籍,很有用。 Third Generation (3G) mobile offers access to broadband multimedia services - and in the future most of these, even voice and video, will be IP-based. However 3G networks are not based on IP technologies, rather they are an evolution from existing 2G networks. Much work needs to be done to IP QoS and mobility protocols and architectures for them to be able to provide the functionality 3G requires.
上傳時間: 2013-12-16
上傳用戶:moerwang
This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises. If you have high-level comments about the organization of the book or the topics covered, please send me email at feedback{at}thinkpython{dot}com. It is probably too early for detailed comments like spelling errors.
標簽: carefully chapters complete version
上傳時間: 2014-08-29
上傳用戶:ayfeixiao
本程序模擬GP算法處理數據的方法步驟How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
標簽: explicitly programmed computers problems
上傳時間: 2016-08-27
上傳用戶:啊颯颯大師的
移位乘法器的輸入為兩個4位操作數a和b,啟動乘法器由stb控制,clk信號提供系統定時。乘法器的結果為8位信號result,乘法結束后置信號done為1. 乘法算法采用原碼移位乘法,即對兩個操作數進行逐位的移位相加,迭代4次后輸出結果。具體算法: 1. 被乘數和乘數的高位補0,擴展成8位。 2. 乘法依次向右移位,并檢查其最低位,如果為1,則將被乘數和部分和相加,然后將被乘數向左移位;如果為0,則僅僅將被乘數向左移位。移位時,被乘數的低端和乘數的高端均移入0. 3. 當乘數變成全0后,乘法結束。
上傳時間: 2014-01-03
上傳用戶:星仔
Swarm intelligence is an innovative computational way to solving hard problems. This discipline is inspired by the behavior of social insects such as fish schools and bird flocks and colonies of ants, termites, bees and wasps. In general, this is done by mimicking the behavior of the biological creatures within their swarms and colonies.
標簽: computational intelligence innovative discipline
上傳時間: 2014-01-14
上傳用戶:小儒尼尼奧