-
VC实现的分水岭算法
算法内容:首先将二维灰度图像抽象为三维地形,横纵坐标表示经纬度,灰度表示高度,这样就产生了一个地形图,地形中有高山有盆地,我们的任务就是找到盆地并且给盆地划定地盘。
算法过程,将最低点(灰度)作为起始点,开始从下注水,想泉水一样,水位逐渐上升,所有点都是上下透水的,但不会横向流动,每产生一个新的积水盆地时标记这个盆地使之与原有盆地区别开,当两个盆地内的水要汇集的时候,在此点建立一个水坝,将水分开,此水坝无限高,水永远不会溢出,依次建立所有水坝,最后的水坝就是所谓的分水岭或分水线,也就是得到的分割线。
- 2022-03-20 10:50:29下载
- 积分:1
-
取得系统信息的一个小例子,涉及到系统编程的好几个方面
取得系统信息的一个小例子,涉及到系统编程的好几个方面-a example of getting System infomation which is according to some aspacts of programming
- 2022-04-09 01:24:21下载
- 积分:1
-
c++ examples of curriculum design, program
c++课程设计计划实例
《整系数一元多项式的运算》-c++ examples of curriculum design, program
- 2023-07-31 23:55:03下载
- 积分:1
-
使用临界区实现进程间的同步-c++
使用临界区来实现线程的同步运行,使用了windows api,演示了临界区是如何让线程实现同步的。
- 2022-03-11 06:55:36下载
- 积分:1
-
PCI device driver development
PCI设备WINDOWS驱动程序的开发-PCI device driver development
- 2022-08-24 07:50:34下载
- 积分:1
-
有点小错误,程序有点复杂,有心情的朋友可以看看,是一个算日期的好东西...
有点小错误,程序有点复杂,有心情的朋友可以看看,是一个算日期的好东西-a little mistake, a bit complicated procedures and in the mood to see friends, a date is a good thing
- 2023-08-06 22:50:03下载
- 积分:1
-
公历年月日和儒略日之间的互相转换,还包括一些其他的日期转换程序...
公历年月日和儒略日之间的互相转换,还包括一些其他的日期转换程序-Julian calendar date and the mutual conversion between the
- 2022-02-27 06:11:38下载
- 积分:1
-
较完善的人事考勤工资管理系统,如有不明之处请email本人。
较完善的人事考勤工资管理系统,如有不明之处请email本人。-Better wages and personnel attendance management system, if there is unclear, please email me.
- 2023-01-05 06:25:04下载
- 积分:1
-
thermometer and heater device
for demonstration of automatic
temperature con...
thermometer and heater device
for demonstration of automatic
temperature control.
version 2.0
this device (thermometer.exe) comes with
full source code (visual basic 6.0) and
a sample assembler program (thermometer.asm),
that can be run on emu8086 microprocessor
emulator.
you can download the latest emu8086
microprocessor emulator from here:
http://www.emu8086.com
feel free to e-mail if you have any questions:
info@emu8086.com
have fun!
copyright (c) 2005 emu8086.com
http://www.emu8086.com
- 2023-08-05 22:55:03下载
- 积分:1
-
The user will have the ability to resize the dialog, with consequent rearrangeme...
The user will have the ability to resize the dialog, with consequent rearrangement of child windows. You can control the minimum and maximum size allowed, as well as the maximized size and position of the dialog. The size grip is displayed by default, but you may turn it off. Automatic Save/Restore the dialog s size and position, along with the active page, is also supported
- 2022-12-16 09:30:02下载
- 积分:1