-
粒子群优化算法的MATLAB
函数[x,fval,exitflag,output]=pso(objfunc,nvars,options)
- 2022-06-14 22:30:17下载
- 积分:1
-
This program can be used to catch the screen image, which can be used as wall pa...
可以把屏幕内容捕捉下来,用在制作墙纸方面 ,相当于print screen键-This program can be used to catch the screen image, which can be used as wall paper. This function equals to "print screen" key.
- 2022-10-11 00:45:02下载
- 积分:1
-
FLASH is used for a video chat room software, PHP+ MYSQL
FLASH是一款用于视频聊天室的软件,PHP+MYSQL
- 2022-04-01 06:58:21下载
- 积分:1
-
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory(
本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分配内存。用Windows的消息获得图标的名称。- This program display tabletop all charts sign title. How did
the code demonstrate has used VirtualAlloc (), WriteProcessMemory ()
and ReadProcessMemory () assigned the memory in the different
advancement. Obtains the chart sign with the Windows news the name.
- 2022-06-27 05:13:36下载
- 积分:1
-
PCSC 调用程序
应用背景PCSC调用源程序,该代码给出调用示例,编译后可通过PCSC读卡器连接卡片并对卡片进行操作。关键技术该程序使用VC++6.0开发工具进行开发,包括卡片连接、读取读卡器列表、发送APDU指令等函数的详细调用方法,运行程序后,可通过界面
- 2022-03-26 02:46:07下载
- 积分:1
-
用C++实现的科恩
Using C + + implementation of the Cohen-Sutherland line clipping algorithm-Using C++ implementation of the Cohen-Sutherland line clipping algorithm
- 2023-07-13 21:20:04下载
- 积分:1
-
算法实现题2
算法实现题2-3 邮局选址问题
« 问题描述:
在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的
街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。
街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。
居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。
« 编程任务:
给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行
是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居
民点到邮局的距离总和的最小值。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
10
- 2022-08-26 13:24:17下载
- 积分:1
-
很好用的窗口查看工具 让你能更加方便的查看窗口信息
很好用的窗口查看工具 让你能更加方便的查看窗口信息-A good window view with the tool so that you can more easily see the information window
- 2022-05-18 09:24:29下载
- 积分:1
-
一个小型的rtos(avr平台)
一个小型的rtos(avr平台)-a small Byelorussian (avr platform)
- 2022-10-11 18:10:03下载
- 积分:1
-
迷你电影院经理
迷你电影院经理的源代码,用C # &;SQL Server
- 2022-10-15 16:35:04下载
- 积分:1