搜索结果
找到约 395 项符合
FREE 的查询结果
按分类筛选
- 全部分类
- 微处理器开发 (32)
- 其他 (30)
- Linux/Unix编程 (21)
- 其他书籍 (16)
- Java编程 (16)
- 单片机开发 (12)
- 其他嵌入式/单片机内容 (12)
- 软件设计/软件工程 (11)
- 嵌入式/单片机编程 (10)
- 其他行业 (10)
- matlab例程 (9)
- VHDL/FPGA/Verilog (9)
- 通讯/手机编程 (9)
- 压缩解压 (9)
- Delphi控件源码 (9)
- 技术资料 (9)
- Internet/网络编程 (8)
- 文章/文档 (7)
- 数值算法/人工智能 (6)
- 数学计算 (6)
- 嵌入式Linux (6)
- 电源技术 (5)
- 编译器/解释器 (5)
- 数据结构 (5)
- 游戏 (5)
- 加密解密 (5)
- 书籍 (5)
- VIP专区 (5)
- 编辑器/阅读器 (4)
- VC书籍 (4)
- DSP编程 (4)
- 串口编程 (4)
- 开发工具 (3)
- 电子书籍 (3)
- FlashMX/Flex源码 (3)
- 书籍源码 (3)
- uCOS (3)
- 网络 (3)
- 人工智能/神经网络 (3)
- Windows CE (3)
- J2ME (3)
- 操作系统开发 (3)
- 通讯编程文档 (3)
- 源码 (3)
- 学术论文 (2)
- 模拟电子 (2)
- 教程资料 (2)
- Java书籍 (2)
- 数据库系统 (2)
- 软件工程 (2)
- 系统设计方案 (2)
- GPS编程 (2)
- 单片机编程 (1)
- 无线通信 (1)
- PCB相关 (1)
- 实用工具 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- STL (1)
- 语音压缩 (1)
- RFID编程 (1)
- Delphi/CppBuilder (1)
- 技术管理 (1)
- 教育系统应用 (1)
- 其他数据库 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- 3G开发 (1)
- 百货/超市行业 (1)
- 企业管理 (1)
- 金融证券系统 (1)
- Applet (1)
- 酒店行业 (1)
- 多国语言处理 (1)
- JavaScript (1)
- *行业应用 (1)
- USB编程 (1)
- 磁盘编程 (1)
- Linux/uClinux/Unix编程 (1)
- 资料/手册 (1)
- 源码/资料 (1)
- 接口技术 (1)
- DSP工具/软件 (1)
- 行业应用 (1)
- 其他 (1)
- 软件 (1)
- 论文 (1)
DSP工具/软件 tas3204
The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio™ suite of DS ...
行业应用 抓包工具fi
Fiddler is a free web debugging tool which logs all HTTP(S) traffic between your computer and the Internet. Inspect traffic, set breakpoints
学术论文 Microphone Arrays : A Tutorial
This report presents a tutorial of fundamental array processing and beamforming theory relevant to microphone array speech processing. A microphone array consists of multiple microphones placed at different spatial locations. Built upon a knowledge of sound propagation principles, the mult ...
软件设计/软件工程 32feet.NET 3.5 Bluetooth coding
32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you ca ...
其他 FREE BARAM TONGFILE SERVER
BARA SERVER FILE
软件 mcp2make 1.0.2
The version of CodeWarrior used in the ARM Development Suite
cannot export projects in makefile format. Manually producing
makefiles from CodeWarrior projects is not an easy task. The
aim of mcp2make is to make the conversion simpler and to require
substantially less effort.
mcp2make is supplied as ...
论文 3D Localization by UWB
Simple 3D Localization of Tag-Free Moving Targets by UWB Radar
UWB定位
源码 数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;struc ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
书籍 Essentials+of+Radio+Wave+Propagation
The objective of this book is to allow the reader to predict the received
signal power produced by a particular radio transmitter. The first two
chapters examine propagation in free space for point-to-point and
point-to-area transmission, respectively. This is combined with a dis-
cussion regarding ...