搜索结果
找到约 99 项符合
done 的查询结果
按分类筛选
- 全部分类
- 电子书籍 (7)
- 其他 (6)
- Linux/Unix编程 (5)
- 单片机开发 (4)
- 其他书籍 (4)
- VHDL/FPGA/Verilog (4)
- 文章/文档 (4)
- 通讯编程文档 (4)
- 压缩解压 (4)
- 数学计算 (4)
- 技术资料 (4)
- 单片机编程 (3)
- matlab例程 (3)
- Java编程 (3)
- 书籍 (3)
- 可编程逻辑 (2)
- 嵌入式/单片机编程 (2)
- 微处理器开发 (2)
- 数值算法/人工智能 (2)
- 行业发展研究 (2)
- MySQL数据库 (2)
- 通讯/手机编程 (2)
- 教程资料 (1)
- 嵌入式综合 (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- 汇编语言 (1)
- Windows CE (1)
- VC书籍 (1)
- 嵌入式Linux (1)
- 系统设计方案 (1)
- 人物传记/成功经验 (1)
- 中间件编程 (1)
- uCOS (1)
- DSP编程 (1)
- Internet/网络编程 (1)
- 软件工程 (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 软件设计/软件工程 (1)
- 其他嵌入式/单片机内容 (1)
- 能源行业(电力石油煤炭) (1)
- 操作系统开发 (1)
- Ajax (1)
- Java书籍 (1)
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 ...
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 ...
数学计算 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.
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 ...
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 ...
通讯编程文档 移动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 ...
软件工程 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 ...
单片机开发 本程序模拟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
VHDL/FPGA/Verilog 移位乘法器的输入为两个4位操作数a和b
移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1.
乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法:
1. 被乘数和乘数的高位补0,扩展成8位。
2. 乘法依次向右移位,并检查其最低 ...
其他书籍 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 ...