搜索:Layout+Algorithm
找到约 1,717 项符合「Layout+Algorithm」的查询结果
结果 1,717
按分类筛选
- 全部
- matlab例程 (149)
- 技术资料 (137)
- 人工智能/神经网络 (100)
- 数学计算 (76)
- 加密解密 (70)
- 数值算法/人工智能 (51)
- 其他 (45)
- 其他书籍 (36)
- 数据结构 (31)
- Java编程 (29)
- 压缩解压 (27)
- PCB相关 (24)
- 可编程逻辑 (24)
- 单片机开发 (20)
- 软件设计/软件工程 (17)
- 通讯/手机编程 (16)
- 文章/文档 (16)
- 系统设计方案 (16)
- 书籍源码 (13)
- Linux/Unix编程 (13)
- 通讯编程文档 (13)
- 电子书籍 (11)
- 技术管理 (11)
- DSP编程 (9)
- 文件格式 (9)
- VHDL/FPGA/Verilog (9)
- 软件工程 (7)
- 汇编语言 (6)
- JavaScript (6)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 驱动编程 (5)
- CA认证 (5)
- 教程资料 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 其他嵌入式/单片机内容 (4)
- 经验分享 (3)
- 开发工具 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- STL (3)
- VC书籍 (3)
- GPS编程 (3)
- 书籍 (3)
- 技术教程 (2)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 网络 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 实用工具 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- Java书籍 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/542/138964.html
其他书籍
This article is a very simple introduction writing a Windows Form application for the Microsoft.NET
This article is a very simple introduction writing a Windows Form application for the
Microsoft.NET framework using C#. The sample application demonstrates how to create and
layout controls on a simple form and the handling of mouse click events. The application
displays a form s ...
https://www.eeworm.com/dl/519/132339.html
加密解密
除了上面提到的压缩方法
除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5\setupkit\kitfil32或VB98\Wizards\PDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: ...
https://www.eeworm.com/dl/644/457286.html
汇编语言
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any tra ...
https://www.eeworm.com/dl/842256.html
技术资料
Zynq片内XADC应用笔记
应用笔记简要描述Xilinx Zynq XADC的相关资源及若干种应用。参考文档: ug480:7Series_XADC.pdf; xapp795:driving-xadc.pdf  xapp554:xadc-layout-guidelines.pdf xapp1203:post-proc-ip-zynq-xadc.pdf xapp1183:zynq-xadc-axi.pdf xapp1182:zynq_axi_xadc_mon.pdf xapp117 ...
https://www.eeworm.com/dl/861212.html
技术资料
充电宝设计原理图
充电宝设计原理图,无线射频,手机电路,电视家电,信号处理,电源电路等电路图应有尽有。
2 PCB使用教程,PCB使用技巧,PCB布线规则,PCB layout经验资料丰富精彩。
3 各类电子课件,电子教材,测量仪表,嵌入式技术,制造技术收藏资料。 ...
https://www.eeworm.com/dl/924480.html
技术资料
算法的matlab程序
成分分析(PCA)算法是用于简化数据的一种技术,对于某些复杂数据就可应用主成分分析法对其进行简化。-principal component analysis (PCA) algorithm is used to simplify the technology of data, For some complex data can be applied Principal Component Analysis streamline its ...
https://www.eeworm.com/dl/665/243516.html
matlab例程
To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + ...
https://www.eeworm.com/dl/514506.html
源码
C语言算法排序问题
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
https://www.eeworm.com/dl/650/424458.html
人工智能/神经网络
,许多最优化问题性质十分复杂,很难用 传统的优化方法来求解.自1960年以来,人们对求解这类难 解问题日益增加.一种模仿生物自然进化过程的、被称为“ 进化算法(evolutionary algo
,许多最优化问题性质十分复杂,很难用
传统的优化方法来求解.自1960年以来,人们对求解这类难
解问题日益增加.一种模仿生物自然进化过程的、被称为“
进化算法(evolutionary algorithm)”
https://www.eeworm.com/dl/834874.html
技术资料
DP转HDMI转换原理图
CH7525 is a low-cost, low-power semiconductor device that translates the DisplayPort signal to HDMI/DVI. This innovative DisplayPort receiver with an integrated HDMI Transmitter is specially designed to target the notebook/ultrabook, tablet device and PC market segments. Through ...