搜索结果

找到约 99 项符合 done 的查询结果

DSP编程 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. The ...
https://www.eeworm.com/dl/516/240027.html
下载: 114
查看: 1045

Java编程 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 ...
https://www.eeworm.com/dl/633/244853.html
下载: 52
查看: 1042

数学计算 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.
https://www.eeworm.com/dl/641/259304.html
下载: 157
查看: 1056

Internet/网络编程 博客管理系统。安装说明: 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 So ...
https://www.eeworm.com/dl/620/271435.html
下载: 140
查看: 1063

Linux/Unix编程 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. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1053

通讯编程文档 移动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 ...
https://www.eeworm.com/dl/646/290796.html
下载: 90
查看: 1090

软件工程 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 feedb ...
https://www.eeworm.com/dl/540/311992.html
下载: 88
查看: 1150

单片机开发 本程序模拟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
https://www.eeworm.com/dl/648/338537.html
下载: 189
查看: 1080

VHDL/FPGA/Verilog 移位乘法器的输入为两个4位操作数a和b

移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1. 乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法: 1. 被乘数和乘数的高位补0,扩展成8位。 2. 乘法依次向右移位,并检查其最低 ...
https://www.eeworm.com/dl/663/340895.html
下载: 78
查看: 1092

其他书籍 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 crea ...
https://www.eeworm.com/dl/542/343653.html
下载: 127
查看: 1060