-
PSO算法程序
一些常用的PSO算法程序,包括基本的PSO,线性变化PSO,压缩因子PSO,随机权重PSO等等,可以方便大家学习
- 2022-05-20 02:00:15下载
- 积分:1
-
黑白棋vc++
一个黑白棋vc++游戏,很实用,界面一般般的,算法还可以,功能齐全
- 2023-07-31 00:30:02下载
- 积分:1
-
可以用它来编辑各种各样的语言程序,大大减轻你的工作强度
可以用它来编辑各种各样的语言程序,大大减轻你的工作强度-Can use it to edit a variety of language program, greatly reduce the intensity of your work
- 2022-02-15 09:37:15下载
- 积分:1
-
C++控件的使用,计算器的设计
有典型起步提高进阶和提高
C++控件的使用,计算器的设计
有典型起步提高进阶和提高-C controls the use of calculators on the design of a typical start to improve and enhance Advanced
- 2022-07-14 11:01:26下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
简单的vb聊天软件
简单的vb聊天软件-simple vb chat software
- 2022-02-12 10:45:11下载
- 积分:1
-
简单的电子时钟程序
简单的电子时钟程序-simple electronic clock procedures
- 2022-12-22 09:10:02下载
- 积分:1
-
ekf, ukf, pf等滤波器程序,对于学习估计理论的非常有用
ekf, ukf, pf等滤波器程序,对于学习估计理论的非常有用-ekf, ukf, pf procedures, such as filters, estimation theory for the study of very useful
- 2023-06-19 13:25:03下载
- 积分:1
-
这里面包含了几个C程序,是典型的程序,具体功能看了就明白啦!文件格式为.pdf。...
这里面包含了几个C程序,是典型的程序,具体功能看了就明白啦!文件格式为.pdf。-That which contains several C procedures, is a typical procedure, the specific functions you read on to understand! File format for. Pdf.
- 2022-05-06 03:03:33下载
- 积分:1
-
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
- 2023-04-06 05:25:03下载
- 积分:1