搜索: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/692/419583.html
行业发展研究
This document contains a detailed description of the usage and configuration of the JSVM [Joint Scal
This document contains a detailed description of the usage and configuration of the JSVM [Joint Scalable Video Model] software for the Scalable Video Coding [SVC] project of the Joint Video Team [JVT] of the ISO/IEC Moving Pictures Experts Group [MPEG] and the ITU-T Video Coding ...
https://www.eeworm.com/dl/518/206277.html
数值算法/人工智能
%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/518/206279.html
数值算法/人工智能
%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/518/206280.html
数值算法/人工智能
%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/858118.html
技术资料
MATLAB智能算法30个案例分析 源代码
MATLAB智能算法30个案例分析 源代码-MATLAB intelligent algorithm source code analysis of 30 cases
https://www.eeworm.com/dl/858354.html
技术资料
adaboost分类算法的C++实现,可直接运行
adaboost分类算法的C++实现,可直接运行-adaboost classification algorithm C++ achieve, can be directly run
https://www.eeworm.com/dl/654/171506.html
数据结构
TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves
TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves.
we could check its leaves in terms of algorithm as preorder , midorder or postorder.
https://www.eeworm.com/dl/521212.html
源码
改进离散二进制粒子群算法
参考文献:M.Rostami Shahrbabak and H.Nezamabadi-pour, " A New Approach to Binary PSO Algorithm" 14th Iranian Conference on Electrical Engineering, may 2006.
https://www.eeworm.com/dl/646/480307.html
通讯编程文档
This file contians three programs which used for Smart antenna simulation,including DOA estimation b
This file contians three programs which used for Smart antenna simulation,including DOA estimation by MUSIC and ESPRIT algorithm,Adaptive Beamforming , and Signal Regeneration
https://www.eeworm.com/dl/665/347556.html
matlab例程
迭代自适应Simpson
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, ...