搜索结果
找到约 469 项符合
Problem 的查询结果
按分类筛选
- 全部分类
- 技术资料 (85)
- 人工智能/神经网络 (33)
- matlab例程 (32)
- 数学计算 (30)
- 其他 (29)
- 数值算法/人工智能 (24)
- 数据结构 (23)
- Java编程 (22)
- 其他书籍 (19)
- 书籍 (16)
- 软件设计/软件工程 (10)
- 电子书籍 (8)
- VC书籍 (8)
- 电源技术 (7)
- 单片机开发 (7)
- 行业发展研究 (7)
- Java书籍 (6)
- 并行计算 (6)
- 论文 (5)
- 单片机编程 (5)
- 可编程逻辑 (5)
- 文件格式 (5)
- 软件工程 (4)
- 教程资料 (4)
- Linux/Unix编程 (4)
- 文章/文档 (4)
- 加密解密 (3)
- 压缩解压 (3)
- 游戏 (3)
- 编译器/解释器 (3)
- 系统设计方案 (3)
- Linux/uClinux/Unix编程 (2)
- DSP编程 (2)
- 通讯/手机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 模拟电子 (2)
- Internet/网络编程 (2)
- 教育系统应用 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- 其他 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 工控技术 (1)
- 源码/资料 (1)
- 串口编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 其他行业 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- Jsp/Servlet (1)
- VIP专区 (1)
单片机开发 this can resolve the problem ,which answer the communication such as in opentp one envierment.
this can resolve the problem ,which answer the communication such as in opentp one envierment.
行业发展研究 This thesis presents a comprehensive overview of the problem of facial recognition. A survey of avai
This thesis presents a comprehensive overview of the problem of facial recognition. A survey of available facial detection algorithms as well as implementation and tests of di铿€erent feature extraction and dimensionality reduction methods and light normalization methods are presented.
其他 maday meiron patera Analysis of iterative methods for the steady and unsteady Stokes problem
maday meiron patera Analysis of iterative methods for the steady and unsteady Stokes problem
Java编程 This is a java implementation for solving NQueen problem using genetic algorithm.Enjoy it!
This is a java implementation for solving NQueen problem using genetic algorithm.Enjoy it!
Internet/网络编程 FERRET - a broadcast analysis tool This tool is designed to demonstrate the problem of "data seap
FERRET - a broadcast analysis tool
This tool is designed to demonstrate the problem of "data seapage".
The average machine broadcasts a lot of information about itself
on open networks. This tool captures and organizes this information.
This code is extremely low quality, hacked together in order ...
Java编程 This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver <seconds> <city file> <config file>
Author: Liu Yang
数学计算 /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F
/*
* EULER S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y = F(T,Y), A<=T<=B, Y(A) = ALPHA,
* AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B].
*
* INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N.
*
* OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T.
* ...
数学计算 Lamb problem: The analytical solution of vertical point source. This is very important for synthetic
Lamb problem: The analytical solution of vertical point source. This is very important for synthetic modeling
行业发展研究 This paper deals with the problem of speech enhancement when only a corrupted speech signal is avai
This paper deals with the problem of speech enhancement when
only a corrupted speech signal is available for processing. Kalman
filtering is known as an effective speech enhancement technique,
in which speech signal is usually modeled as autoregressive (AR)
model and represented in the state-space d ...
数值算法/人工智能 算法的许多例子都是最优化问题( optimization problem)
算法的许多例子都是最优化问题( optimization problem),每个最优化问题都包含一组限制条件( c o n s t r a i n t)和一个优化函数( optimization function),符合限制条件的问题求解方案称为可行解( feasible solution),使优化函数取得最佳值的可行解称为最优解(optimal solution)。 ...