-
最大最小蚂蚁算法c++
传统蚁群优化算法难以量化定性系统的优化指标。为此,提出一种交互式最大最小蚂蚁算法。将路径中的信息素限制在最大最小区间内,利用全局历史最优解进行信息素更新和用户评价,选择当前代最感兴趣的解,无需给出每个解的具体优劣数量值,以提高算法性能和降低用户疲劳。仿真实验结果表明,该算法具有较好的搜索能力和较快的收敛速度。
- 2022-01-25 21:12:23下载
- 积分:1
-
Layer
说明: ArcEngine二次开发图层操作,包括添加图层,添加Shape文件,删除图层,移动图层(ArcEngine layer secondary development operations, including adding layers, adding Shape file, delete the layer, move layer)
- 2011-02-21 20:03:16下载
- 积分:1
-
newz-fdtd
一种关于一维等离子体新的Z变换算法的程序,程序运行良好(A Z transform algorithm of one-dimensional plasma new program, the program runs well.)
- 2014-02-22 14:53:55下载
- 积分:1
-
011fir16_matlab
给出了通过MATLAB设计FIR滤波器的程序,只需要输入滤波器类型和参数就能设计出特定滤波器,并产生DSP需要的数据,很有意义。(MATLAB is given through the FIR filter design process, only the type and parameters of input filter will be able to design a specific filter, and DSP have the data needed and meaningful.)
- 2009-06-15 10:31:19下载
- 积分:1
-
VC++数据曲线动态绘制显示类
说明: MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件,TeeChart Pro是一个强大的VCL图表组件,支持上百种2D和3D图表风格,并提供40多个数学和统计函数、无限制的轴和22个调色板(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to use two controls, MCSCOMM and TeeChart, to accomplish this task. TeeChart Pro is a powerful VCL graphics component that supports hundreds of 2D and 3D graphics styles and provides more than 40 mathematical and statistical functions, unlimited axes and 22 palettes.)
- 2020-06-18 07:20:01下载
- 积分:1
-
MEF示例下载
MEF(Managed Extensibility Framework)是一个用于创建可扩展的轻型应用程序的库。 应用程序开发人员可利用该库发现并使用扩展,而无需进行配置。 扩展开发人员还可以利用该库轻松地封装代码,避免生成脆弱的硬依赖项。 通过 MEF,不仅可以在应用程序内重用扩展,还可以在应用程序之间重用扩展。(摘自MSDN)
- 2022-02-25 03:56:32下载
- 积分:1
-
w_ipp-sample-jpeg_p_5.0.010
intel的ipp性能库sample code,提供了加速的静态图象处理示例,充分显示了ipp在多核平台下的性能优势(intel performance of ipp library sample code, provided the acceleration of static image processing example, it shows that in multi-core platform ipp performance advantages)
- 2007-08-29 11:12:54下载
- 积分:1
-
卫星轨道坐标的计算方法
说明: 详细介绍了轨道方程,轨道六要素,以及坐标计算方法,包括椭圆轨道面坐标、大地空间直角坐标以及经纬度坐标的计算方法(The orbit equation, the six elements of orbit and the coordinate calculation method are introduced in detail, including the calculation method of elliptical orbit, plane coordinates, geodetic space, rectangular coordinates and longitude and latitude coordinates)
- 2020-06-16 09:20:01下载
- 积分:1
-
c语言常用算法源码,很不错的供大家学习
c语言常用算法源码,很不错的供大家学习
4293 3061 2965 2525 4075 3537 1843 2105 4901 5281
1857 5587 4321 3587 2892 3153 1655 2844 4888 2566
217 218 219 220 221 222 223 224 225 226
227 228 229 230 5027 2294 4093 4336 4669 3389
3863 1643
- 2022-02-12 11:27:15下载
- 积分:1
-
要登录MSN,要先创建一个Messenger类型的对象,并且设置好一些环境参数。...
要登录MSN,要先创建一个Messenger类型的对象,并且设置好一些环境参数。- 1: messenger.Credentials.ClientID = "msmsgs@msnmsgr.com"
2: messenger.Credentials.ClientCode = "Q1P7W2E4J9R8U3S5"
3: messenger.Credentials.Account = parameters["Account"]
4: messenger.Credentials.Password = parameters["Password"]
5: messenger.Connect()
- 2022-03-21 15:59:38下载
- 积分:1