搜索资源列表
-
0下载:
功能简介:
可以在程序运行过程中动态完成数学函数表达式字符串的编译执行,
可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!!
可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧!
数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型
而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
-
-
0下载:
文件加密程序,包含使用微软加密API制作的文件加密动态链接库和由C#制作的程序界面,程序功能模仿Windows优化大师的文件加密程序。-file encryption procedures, includes Microsoft Cryptographic API produced by the file encryption and dynamic link library produced by the C# programming interfaces, process optimizat
-
-
0下载:
HQP is a solver for nonlinearly constrained large-scale optimization. It is primarily intended for the optimization of dynamic systems. HQP is implemented as framework in C++. External model interfaces are provided for CUTE and Simulink S-function.
-
-
4下载:
它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer prog
-
-
0下载:
计算机算法分析,最大字段和的几个求法,采用直接法,分治法,动态优化法进行求解的程序。-Analysis of computer algorithms, the largest number of fields and method, using the direct method, sub-rule method, dynamic optimization method for solving procedures.
-
-
0下载:
动态规划算法 程序设计大赛必备 最优化原理 重复子问题-Dynamic Programming Algorithm Programming Contest necessary to repeat the principle of sub-optimization problem
-
-
0下载:
Multiobjective optimization for dynamic environments.
The IEEE Congress on Evolutionary Computation (CEC)
-
-
1下载:
粒子群算法工具包,包括动态环境的寻优,还可以直观看到粒子的搜索过程-Particle swarm optimization tool kit, including the dynamic environment of the optimization, you can also see the particles in an intuitive search process
-
-
0下载:
C++语言的最优控制软件,C++语言开发,非常好用-ACADO Toolkit- An Open-Source Framework for Automatic Control and Dynamic Optimization
ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a gene
-
-
0下载:
动态界面优化,是在VC++平台实现的,很好,很强大,很漂亮。-Dynamic interface optimization, is in VC++ platform, and very good, very powerful, very pretty.
-
-
0下载:
、一元多项式的加法、减法、乘法的实现
【问题描述】
设有一元多项式Am(x)和Bn(x),
  Am(x)=A0+A1x1+A2x2+A3x3+… +Amxm
  Bn(x)=B0+B1x1+B2x2+B3x3+… +Bnxn
  请实现求M(x)= Am(x)+Bn(x)、M(x)= Am(x)-Bn(x)和M(x)= Am(x)×Bn(x)。
【基本要求】
首先判定多项式是否稀疏;
分别采用顺序和动态存储结构实现;
结果M(x)中
-
-
0下载:
求是源码下载系统V1.3版:
此次改版在执行效率上做了最大的优化.可应付在线人数过万的考验。
首页index.aspx基本上全为静态,调用四个用户控件,除了左侧统计的控件为动态,其它均为静态,首页程序的显示index.ascx,在后台添加软件文章后生成首页即可.极大的优化了首页执行效率. -Seeking source download system version V1.3: The revision made in the implementation of the maximu
-
-
0下载:
动态规划 数学建模分析优化中的动态模型 经典数学算法之一-Dynamic programming optimization of mathematical modeling analysis dynamic model the classic mathematical algorithm one
-
-
0下载:
实现动态网站页面静态化,加载速度快,有利于网站优化。-Static dynamic site pages load faster, is conducive to website optimization.
-
-
0下载:
1.网站浏览速度超快。降低服务器负荷;增加搜索引擎对你的网站收录率;网站更安全
2.新闻资讯.新产品发布.业界动态.企业简介.企业荣誉.联系方式.招聘等.系统配置
3.首页模板布局做了全新的调整,显得更美观
4.程序无BUG无漏洞.完整无错.
5.新增了QQ在线资讯功能,同时还有N种模板选择
6.更换了网站统计管理系统
7.程序增加搜索引擎对你的网站收录率,百度收录快.优化好了网站关键词百度当天收录
8.使用了全新的静态编辑器-1 ultra-fast Web bro
-
-
0下载:
背包问题是NP完全问题,本程序通过动态规划法优化实现了一种背包问题。-Knapsack problem is NP-complete problems, this program through dynamic programming optimization implements a knapsack problem.
-
-
1下载:
动态粒子群算法,引入时间因素: T(t)=time,真正实现动态性处理,-dynamic hybrid particle swarm optimization algorithm developed
to solve the dynamic optimization problems.The dynamic changes in this function takes place as a linear function of the real-time: T(t)=time.
Outp
-
-
0下载:
离散优化
*enum - 枚举法
*monte - 蒙特卡洛法
*lpint (BranchBound)- 线性整数规划
*L01p_e - 0-1整数规划枚举法
*L01p_ie - 0-1整数规划隐枚举法
*bnb18 - 非线性整数规划(在MATLAB5.3使用)
*bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用)
*mintreek - 最小生成树kruskal算法
*minroute - 最短路dijkstra
-
-
1下载:
粒子群算法,用于无线传感器网络节点动态部署-Particle swarm algorithm for dynamic deployment of wireless sensor nodes
-
-
0下载:
建立了基于模型预测控制的配电网多时间尺度无功优化模型,包含日前优化调节层和实时滚动调控层。日前优化侧重于运行经济性,协调配合不同类型无功设备进行大尺度无功调节,并预留充足动态无功储备响应动态调控,降低运行风险;实时滚动调控侧重于系统运行可靠性。(A multi-time scale reactive power optimization model for distribution network based on model predictive control is established,
-