虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Done

  • This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block

    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 ca

    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 si

    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

    博客管理系统。安装说明: 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!

    标签: blog SQLSERVER 博客 管理系统

    上传时间: 2013-12-14

    上传用户:虫虫虫虫虫虫

  • This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

    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书籍

    移动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. Som

    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

    本程序模拟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

    移位乘法器的输入为两个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

    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

    上传用户:小儒尼尼奥