资源列表
606077-
- 子空间迭代法的C++以及Fortran源程序-subspace iteration of the C and Fortran source
feiji1
- vc++ 飞机游戏1,是一种好玩的游戏,初学程序设计,这是个好开始!-vc aircraft a game is a fun game, beginner program design, this is a good start!
tankedazhan2
- vc++ 坦克大战原愿代码,有空可以下载来看看,是初学程序设计的好材料! -vc Tankedaizhan willing to original code can be downloaded at the time to look at the design process is a novice to the good stuff!
FormulaProcessor_beta1_CSharp
- 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
nonlinear_model_predictive_control
- nonlinear model predictive control(模型预测控制)-nonlinear model predictive control (Die Predictive Control)
jra78
- 短期负荷预测通常是指24小时的日负荷预测和168小时的周负荷预测,本文主要预测的是日平均负荷,对于短期负荷预测-short-term load forecasts usually refers to the 24-hour daily load forecasting and 168 hours a week load forecasting, In this paper, the forecast is the average load, short-term load forecasting
Fuzzy_Control_System_for_Tanker_Ship
- 神经网络,用于神经网络的机理模型和建立经验模型.-neural network, for the mechanism of neural network models and model building experience.
Radial_Basis_Function_Neural_Network
- 神经网络,用于神经网络的机理模型和建立经验模型.-neural network, for the mechanism of neural network models and model building experience.
fuzzycontrolle
- a fuzzy controller for an inverted pendulum
contree
- 给定一棵树T,树中每个顶点u都有一个权w(u),权可以是负数。现在要找到树T的一个连通子图使该子图的权之和最大。-given a tree T, tree each vertex u have a right to w (u), the right to be negative. Now to find a tree T connectivity graph so that the graph of the rights and the largest.
repeat2
- 问题描述: 设R={r1,r2,…,rn}是要进行排列的n个元素,其中r1,r2,…,rn可能相同。试设计一个算法,列出R的所有不同排列。 编程任务: 给定以及待排列的个元素。计算出这个元素的所有不同排列。
kthtree
- kthtree问题 给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个 非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务转移费用为w(u)*d(u,v)。 树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T 的服务转移费用最小-kt