搜索:random+algorithm
找到约 1,409 项符合「random+algorithm」的查询结果
结果 1,409
按分类筛选
- 全部
- matlab例程 (196)
- 技术资料 (189)
- 人工智能/神经网络 (133)
- 数学计算 (93)
- 加密解密 (80)
- 数值算法/人工智能 (75)
- 其他 (64)
- 压缩解压 (41)
- 数据结构 (40)
- 其他书籍 (38)
- Java编程 (32)
- 通讯/手机编程 (23)
- 软件设计/软件工程 (22)
- Linux/Unix编程 (21)
- 通讯编程文档 (21)
- 书籍源码 (18)
- 文章/文档 (18)
- VHDL/FPGA/Verilog (18)
- 单片机开发 (15)
- 文件格式 (14)
- 书籍 (13)
- DSP编程 (12)
- 单片机编程 (11)
- 电子书籍 (11)
- 技术管理 (11)
- 系统设计方案 (11)
- 软件工程 (10)
- 多国语言处理 (10)
- 汇编语言 (8)
- VC书籍 (8)
- 行业发展研究 (8)
- JavaScript (6)
- 多媒体处理 (5)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- CA认证 (5)
- 嵌入式/单片机编程 (5)
- 其他嵌入式/单片机内容 (5)
- 3G开发 (5)
- 源码 (5)
- 论文 (5)
- 驱动编程 (4)
- Applet (4)
- STL (4)
- 其他行业 (4)
- 学术论文 (3)
- 通信网络 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- *行业应用 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- GPS编程 (3)
- 并行计算 (3)
- VIP专区 (3)
- 设计相关 (2)
- 数据库系统 (2)
- 测试测量 (2)
- Matlab (2)
- Modem编程 (2)
- 游戏 (2)
- 网络 (2)
- Java书籍 (2)
- 生物技术 (2)
- 中间件编程 (2)
- 邮电通讯系统 (2)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 存储器技术 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 实用工具 (1)
- 工控技术 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- BREW编程 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- MTK (1)
- 能源行业(电力石油煤炭) (1)
- 习题答案 (1)
https://www.eeworm.com/dl/905022.html
技术资料
Developing Embedded Software using DaVinci and OMAP Technology.pdf
KEYWORDS
signal processing, system-on-chip (SoC), eXpressDSP Algorithm interface standard,
xDAIS, xDAIS for Digital Media, xDM, component software, code base, hardware
platform, software platform, DaVinci Technology, OMAP Technology, video codecs,
sample application.
https://www.eeworm.com/dl/895495.html
技术资料
基于TTL对单片机矩阵键盘算法的改进
文章针对目前单片机矩阵键盘模块的低实时性问题,设计了一种基于TTL去抖算法的单片机矩阵键盘算法。利用TTL去抖算法的间隔时间采样机制以及双循环扫描法的逐行逐列扫描机制,保证矩阵键盘模块响应按键的实时性以及识别按键的准确性。实验结果表明,该矩阵键盘算法识别按键准,响应时间低,能够识别组合键,通 ...
https://www.eeworm.com/dl/908369.html
技术资料
PICshixianFFt
pic 单片机上实现fft算法的相关资料 希望有所帮助-pic single chip to achieve fft algorithm would like to see the relevant
https://www.eeworm.com/dl/665/237671.html
matlab例程
Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo
Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
https://www.eeworm.com/dl/650/405829.html
人工智能/神经网络
BP算法神经网络
BP算法神经网络,是用C++写的。功能强大。 有技术含量的。-BP neural network algorithm, is written in C. Powerful. A technical content
https://www.eeworm.com/dl/652/408211.html
文章/文档
stl的入门ppt 很好用哦
stl的入门ppt 很好用哦,分为导入
STL的概念与组成
Iterator(迭代器) Container(容器)
Algorithm(算法)
Adaptors(配接器)
https://www.eeworm.com/dl/665/468415.html
matlab例程
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It sh
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement
Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences
https://www.eeworm.com/dl/654/490439.html
数据结构
There are many algorithms that can be applied to graphs. Many of these are actually used in the real
There are many algorithms that can be applied to graphs. Many of these are actually used in the real world,
such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.
https://www.eeworm.com/dl/859303.html
技术资料
matlab的卡尔曼滤波预测算法例子,希望对大家有帮助
matlab的卡尔曼滤波预测算法例子,希望对大家有帮助-matlab prediction algorithm of the Kalman filter example, we would like to help
https://www.eeworm.com/dl/694/275706.html
并行计算
DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇
DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇,并可以在带有“噪声”的空间数据库中发现任意形状的聚类。-DBSCAN is a density-based clustering algorithm. Algorithm change will have enough height to the regional cluster. and to be with the "noise" of the spatial d ...