搜索:Algorithm+Design
找到约 3,653 项符合「Algorithm+Design」的查询结果
结果 3,653
按分类筛选
- 全部
- 技术资料 (282)
- matlab例程 (188)
- 其他书籍 (143)
- 人工智能/神经网络 (107)
- VHDL/FPGA/Verilog (87)
- 系统设计方案 (77)
- 数学计算 (76)
- 其他 (74)
- 加密解密 (72)
- 软件设计/软件工程 (62)
- 数值算法/人工智能 (55)
- Java编程 (53)
- 书籍 (47)
- 电子书籍 (46)
- 单片机开发 (45)
- 通讯编程文档 (37)
- 软件工程 (35)
- 数据结构 (34)
- 通讯/手机编程 (29)
- 文章/文档 (29)
- 书籍源码 (28)
- 压缩解压 (28)
- VC书籍 (25)
- 嵌入式/单片机编程 (23)
- DSP编程 (18)
- 微处理器开发 (17)
- Linux/Unix编程 (16)
- 行业发展研究 (15)
- 文件格式 (14)
- 技术管理 (14)
- 教程资料 (13)
- Java书籍 (13)
- 其他嵌入式/单片机内容 (13)
- 操作系统开发 (10)
- 可编程逻辑 (9)
- 汇编语言 (9)
- 驱动编程 (8)
- 技术书籍 (7)
- USB编程 (7)
- GPS编程 (7)
- 游戏 (6)
- 编辑器/阅读器 (6)
- JavaScript (6)
- 学术论文 (5)
- 模拟电子 (5)
- *行业应用 (5)
- 网络 (5)
- 多国语言处理 (5)
- CA认证 (5)
- 编译器/解释器 (4)
- 其他数据库 (4)
- Delphi控件源码 (4)
- 并行计算 (4)
- RFID编程 (4)
- 精品软件 (4)
- PCB相关 (3)
- 无线通信 (3)
- 资料/手册 (3)
- STL (3)
- Windows CE (3)
- 中间件编程 (3)
- Jsp/Servlet (3)
- 电源技术 (2)
- Linux/uClinux/Unix编程 (2)
- 设计相关 (2)
- 技术教程 (2)
- EDA相关 (2)
- 教程资料 (2)
- allegro (2)
- 串口编程 (2)
- 磁盘编程 (2)
- 家庭/个人应用 (2)
- 其他行业 (2)
- Symbian (2)
- MySQL数据库 (2)
- SQL Server (2)
- 人物传记/成功经验 (2)
- 3G开发 (2)
- 单片机编程 (1)
- 行业应用文档 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- PCB图/BOM单/原理图 (1)
- IC设计软件 (1)
- 传感与控制 (1)
- 通信网络 (1)
- 教程资料 (1)
- FPGA (1)
- Mentor (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- 语音压缩 (1)
- Applet (1)
- 嵌入式Linux (1)
- J2ME (1)
- VxWorks (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- 源码 (1)
https://www.eeworm.com/dl/566/35154.html
嵌入式综合
1-Wire总线主机
Abstract: Communication with 1-Wire slave devices requires a 1-Wire master. There are numerous ways to build a 1-Wire master (see reference design 4206, "Choosing the Right 1-Wire Master for Embedded Applications"). Thisdocument describes the DS1WM, a synthesizable 1-Wire maste ...
https://www.eeworm.com/dl/510/36395.html
无线通信
ADS2005A入门教程
ADS – Advanced Design System,由美国Agilent 公司推出的微波电路和通信系统仿真软件,是当今业界最流行的微波射频电路、通信系统、RFIC 设计软件.
https://www.eeworm.com/dl/913321.html
技术资料
新形势下数字逻辑电路教学实践探讨
新形势下数字逻辑电路教学实践探讨:现代数字系统的设计, 可以借用EDA (Elect ron ic Design A u tom at ion) 工具, 选择PLD 器件来设计。文章阐述了现代数字系统
https://www.eeworm.com/dl/913658.html
技术资料
利用FPGA平台解决接口的速度瓶颈
通过使用Sigma Design 公司的EM8560 嵌入式数字图像处理器及Altera 的FPGA 与Lattice 的CPLD,解决处理器外部总线接口速度对系统性能的限制问题;从系统组成、系统工作
https://www.eeworm.com/dl/654/287755.html
数据结构
/* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools h ...
https://www.eeworm.com/dl/542/246878.html
其他书籍
Microsoft.NET测试驱动开发 Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A.
Microsoft.NET测试驱动开发
Test-Driven Development in Microsoft .NET
by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484
Microsoft Press &copy 2004
Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how ...
https://www.eeworm.com/dl/684/370497.html
软件设计/软件工程
A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distrib
A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distributed Embedded Systems at Carnegie Mellon University. Throughout this course, a distributed real-time system – an elevator control system– is specified, designed, built, and simu ...
https://www.eeworm.com/dl/693/446614.html
GPS编程
This is schematic and Gerber files of PCB that is used for GPS tracking device with GSM link. Scheme
This is schematic and Gerber files of PCB that is used for GPS tracking device with GSM link. Scheme has many valuable schematic features, like protected digital and analog I/Os, power part adapted for car power supply, etc.
Can be used as a reference design for anyone who want ...
https://www.eeworm.com/dl/518/449729.html
数值算法/人工智能
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of oth
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contai ...
https://www.eeworm.com/dl/881994.html
技术资料
开关电源设计(第二版)
·【原 书 名】 Switching Power Supply Design  【原出版社】 McGraw-Hill  【作 者】(美)Abraham I.Pressman [同作者作品]  【译 者】 王志强[同译者作品]  【丛 书 名】 电源系列丛书  【出 版 社】 电子工业出版社     【书 号 ...