搜索:Coding+Algorithm
找到约 1,596 项符合「Coding+Algorithm」的查询结果
结果 1,596
按分类筛选
- 全部
- matlab例程 (165)
- 人工智能/神经网络 (100)
- 数学计算 (77)
- 加密解密 (73)
- 技术资料 (59)
- 其他 (53)
- 数值算法/人工智能 (51)
- 压缩解压 (48)
- 其他书籍 (41)
- 数据结构 (35)
- 通讯编程文档 (31)
- 通讯/手机编程 (29)
- Java编程 (27)
- 软件设计/软件工程 (24)
- 电子书籍 (21)
- 文章/文档 (21)
- 书籍源码 (17)
- VHDL/FPGA/Verilog (16)
- Linux/Unix编程 (15)
- 文件格式 (14)
- 技术管理 (12)
- 行业发展研究 (12)
- VC书籍 (11)
- DSP编程 (10)
- 单片机开发 (10)
- 系统设计方案 (9)
- 软件工程 (8)
- 书籍 (7)
- 汇编语言 (6)
- JavaScript (6)
- 其他嵌入式/单片机内容 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- CA认证 (5)
- 可编程逻辑 (4)
- 驱动编程 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 游戏 (3)
- *行业应用 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- Java书籍 (3)
- STL (3)
- 其他行业 (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 3G开发 (3)
- 教程资料 (2)
- allegro (2)
- Modem编程 (2)
- 语音压缩 (2)
- 网络 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 驱动程序 (1)
- 数据库系统 (1)
- 嵌入式综合 (1)
- Genesis (1)
- Internet/网络编程 (1)
- 磁盘编程 (1)
- Applet (1)
- 传真(Fax)编程 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/943698.html
技术资料
期刊论文:The Distance Field Model and Distance Constrained MAP A
·期刊论文:The Distance Field Model and Distance Constrained MAP Adaptation Algorithm
https://www.eeworm.com/dl/934095.html
技术资料
期刊论文:期刊论文:MEDICAL IMAGE SEGMENTATION BASED ON A MODIFIED LEVEL&nb
·期刊论文:MEDICAL IMAGE SEGMENTATION BASED ON A MODIFIED LEVEL SET ALGORITHM
https://www.eeworm.com/dl/986141.html
技术资料
RSSI
This algorithm calculate based on RSSI data. This is useful for location detection engine.
https://www.eeworm.com/dl/663/212701.html
VHDL/FPGA/Verilog
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c
Verilog HDL: Magnitude
For a vector (a,b), the magnitude representation is the following:
A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric funct ...
https://www.eeworm.com/dl/534/201818.html
其他
This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a
This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
https://www.eeworm.com/dl/646/457985.html
通讯编程文档
This file is a function under matlab which allow to read, play and plot audio signals from wav file.
This file is a function under matlab which allow to read, play and plot audio signals from wav file. We can also extract the sampling frequency and coding bit number
https://www.eeworm.com/dl/644/248165.html
汇编语言
蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启
蚁群算法( ant colony algorithm) 是由意大利学者
Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界
中蚂蚁集体寻径的行为而提出的一种基于种群的启发
式仿生进化系统。蚁群算法包含两个基本阶段:适应阶
段和协作阶段。在适应阶段,各候选解根据积累的信息
不断调整自身结构。在协作阶段,候 ...
https://www.eeworm.com/dl/918806.html
技术资料
西门子C504微控制器用时间最优算法产生三相正弦电流以控制感应电机
This application note proposes a time optimized algorithm for three-phase inductiondrive control
https://www.eeworm.com/dl/639/332815.html
文件格式
This paper is most important topic of digital photogrammetry and introduce fast stereo matching algo
This paper is most important topic of digital photogrammetry and introduce fast stereo matching algorithm.
https://www.eeworm.com/dl/650/276950.html
人工智能/神经网络
基本的k-means聚类算法c++实现
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.