-
C++经典书籍,学习入门可以参考使用,个人觉得效果很好。
C++经典书籍,学习入门可以参考使用,个人觉得效果很好。-C++ Classic books, study entry can refer to the use of, personal feel good effect.
- 2023-08-25 14:50:03下载
- 积分:1
-
在学习vc编程的时候的很好的工具书
在学习vc编程的时候的很好的工具书-vc programming in learning when a good tool
- 2022-03-22 00:45:09下载
- 积分:1
-
项目决策树
它是用于检查目的的示例项目。项目开发中 c 锋利的.net 版本和窗口平台。开发这一项目后它压缩并上传到下面。非常感谢您。
- 2022-03-18 05:01:15下载
- 积分:1
-
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果...
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果-VB5 software design, switching between windows should also do smooth Naturally, this is the "shining as technology" (Wipe). The procedures of the "shining as technology" effect
- 2022-03-24 07:04:03下载
- 积分:1
-
c语言下的汉字库
c语言下的汉字库-the Store
- 2022-03-23 12:38:07下载
- 积分:1
-
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件...
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件-CSerialPort class header file and the c source file, package the VC in the serial communication of the api, facilitate the preparation of serial debugging software
- 2022-04-07 09:58:25下载
- 积分:1
-
简单的IOCP服务器源码, 新手一看很容易就在我它。
简单的IOCP服务器源码, 新手一看很容易就在我它。-Simple IOCP server source code, novice a look at it very easy for me.
- 2023-02-22 22:00:03下载
- 积分:1
-
正则表达式学习的一个小工具和源码.
正则表达式学习的一个小工具和源码....
正则表达式学习的一个小工具和源码.
正则表达式学习的一个小工具和源码.-Regular Expression Tutorial
- 2022-01-25 22:08:55下载
- 积分:1
-
算法实现题2
算法实现题2-1 输油管道问题
« 问题描述:
某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油
田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油
井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,
即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道
的最优位置。
« 编程任务:
给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是油井数n,1£ n£ 10000。接下来n 行是
油井的位置,每行2个整数x和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是油井到
主管道之间的输油管道最小长度总和。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
6
- 2022-11-12 20:40:04下载
- 积分:1
-
假设你想给用户修改大小和位置的能力…
Suppose you wanted to give the user the ability to modify the size and position on a certain control? This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the image above). The first thing, you ll need to do is to invoke a CRectTracker and specify given coordinates: -Suppose you wanted to give the user the ability to modify the size and position on a certain control This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the
- 2022-10-29 16:00:03下载
- 积分:1