搜索结果
找到约 265 项符合
Problems 的查询结果
按分类筛选
- 全部分类
- 书籍 (28)
- 其他书籍 (26)
- matlab例程 (19)
- 其他 (19)
- 数学计算 (12)
- 书籍源码 (12)
- 软件设计/软件工程 (11)
- 软件工程 (10)
- VC书籍 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (8)
- 数值算法/人工智能 (8)
- 文章/文档 (7)
- Java编程 (7)
- 电子书籍 (6)
- 模拟电子 (5)
- 单片机开发 (5)
- 论文 (5)
- 电源技术 (4)
- 编译器/解释器 (4)
- 技术资料 (4)
- Linux/Unix编程 (3)
- ARM (2)
- 可编程逻辑 (2)
- Java书籍 (2)
- 其他行业 (2)
- 文件格式 (2)
- 加密解密 (2)
- 编辑器/阅读器 (2)
- 通讯/手机编程 (2)
- 网络 (2)
- 行业应用文档 (1)
- allegro (1)
- DSP编程 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 测试测量 (1)
- 数据库系统 (1)
- 其他嵌入式/单片机内容 (1)
- 驱动编程 (1)
- 并行计算 (1)
- 系统设计方案 (1)
- Windows CE (1)
- 多国语言处理 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- GPS编程 (1)
- uCOS (1)
- 金融证券系统 (1)
- VxWorks (1)
- 行业发展研究 (1)
- 嵌入式/单片机编程 (1)
- 操作系统开发 (1)
- 医药行业 (1)
- VHDL/FPGA/Verilog (1)
- 学术论文 (1)
- 教程 (1)
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
人工智能/神经网络 For the incomplete methods, we kept the representation of the queens by a table and the method of ca
For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix.
heuristics: descent.
Tests: 100 queens in less than 1 second ...
matlab例程 ABAQUS is a general purpose finite element analysis program which is widely used to analyses mechani
ABAQUS is a general purpose finite element analysis program which is widely used to analyses mechanical, structure and civil engineering problems. Abaqus has some special feature for analysing fracture mechanics problems, and therefore it is a main tools for the FE-analysis in the Fracture Group at ...
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
matlab例程 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location
Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP)
Networks: Shortest path, min cost network flow, minimum spa ...
VC书籍 Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles
数学计算 Expert Choice represents a significant contribution to the decision making process 工t assists a deci
Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . ...
驱动编程 W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Sup
W2kPrintDrvSample
Feature
=======
* Support two page directions, portrait and landscape
* Support just one page size, A4
* Support two resolutions, 200 x 200 and 100 x 100 dpi
* Support two color mode, color(24bpp) and monochrom
* Support halftoning in monochromatic mode
* Support color identi ...
matlab例程 % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% ...
matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any callbacks written to
depend on the value of the handle at the time the object was saved.