-
这是matlab与VC编程的源码
所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MA...
这是matlab与VC编程的源码
所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MATLAB 6.5即可)。
如果您有和技术相关的问题或者发现本书实例有错误之处,请发邮件到:
matlab_vc_program@yahoo.com.cn
与作者联系或批评指正。
-This is the matlab programming with VC source of all programs running and the compiler environment: Visual C++ 6.0 and MATLAB 6.5 service pack1 (under normal circumstances can MATLAB 6.5). If you have and the technology-related questions or find examples of this book have errors, please send an email to: matlab_vc_program@yahoo.com.cn contact with the author or criticism.
- 2022-04-07 18:09:14下载
- 积分: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
-
Design Pattern category referred to in the Maze, used to create models that can...
Design Pattern 里讲到的Maze类,用于创建型模型,可以一边看书,一边看这里面的代码,加深理解. 代码只是示意,只能Compile,Link不能成功,因为有些函数没有实现.只为学习用的^_^-Design Pattern category referred to in the Maze, used to create models that can read the side, while watching this code inside a deeper understanding. Code is indicative only Compile, Link can not succeed, because some functions did not materialize. Only for the study ^ _ ^
- 2022-01-31 22:13:38下载
- 积分:1
-
一个小小的赛车游戏的源程序,有兴趣的朋友可以试一试!挺好玩的!...
一个小小的赛车游戏的源程序,有兴趣的朋友可以试一试!挺好玩的!-a tiny racing game source code.
please play this game if you are interested in it.
it has so much fun.
- 2022-07-01 09:16:53下载
- 积分:1
-
taskview
任务视图
- 2022-02-04 13:57:36下载
- 积分:1
-
How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect arou...
如何在 Windows Mobile (WinCE 5.0) 中用Vc++编程查找并连接周围的蓝牙(Bluetooth)设备并实现数据通信。
文章地址:http://www.vckbase.com/document/viewdoc/?id=1779
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 ・ chrys ・ chrys@163.com ・ http://www.howa.com.cn-How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect around the Bluetooth (Bluetooth) and to realize data communication equipment. Article addresses: http://www.vckbase.com/document/viewdoc/?id=1779 you can modify a copy of the code, but please keep this text do not modify. Hopefully, I can for China
- 2022-03-02 03:34:39下载
- 积分:1
-
图形按钮CButtonST最新版
图形按钮CButtonST最新版-graphical buttons CButtonST latest version
- 2022-03-23 13:52:36下载
- 积分:1
-
超炫的js右键,日期,树控件,内附详细使用说明
超炫的js右键,日期,树控件,内附详细使用说明-The example for menu date tree controls.
- 2022-05-24 13:10:19下载
- 积分:1
-
硬盘坏簇检测
bad cluster detection for hdd
- 2022-10-19 04:50:03下载
- 积分:1
-
delay函数
VB的演示函数,可以直接调用,方便用户进行加入到自己的源码中进行使用。在用户的VB程序中直接添加进去,然后调用就行了。
- 2023-06-03 14:00:03下载
- 积分:1