登录
首页 » Visual C++ » islanding

islanding

于 2016-04-30 发布 文件大小:2498KB
0 238
下载积分: 1 下载次数: 43

代码说明:

  电力系统中存在孤岛时,利用最小生成树法进行孤岛划分。(Island is in the power system, using the method of minimum spanning tree on an island.Island is in the power system, using the method of minimum spanning tree on an island.)

文件列表:

孤岛划分
........\Debug
........\.....\孤岛划分.exe,67584,2016-04-30
........\.....\孤岛划分.ilk,804240,2016-04-30
........\.....\孤岛划分.pdb,953344,2016-04-30
........\ipch
........\....\孤岛划分-4693ff05
........\....\.................\孤岛划分-1a339663.ipch,2359296,2016-04-30
........\孤岛划分
........\........\Debug
........\........\.....\CL.read.1.tlog,11618,2016-04-30
........\........\.....\CL.write.1.tlog,512,2016-04-30
........\........\.....\link-cvtres.read.1.tlog,2,2016-04-30
........\........\.....\link-cvtres.write.1.tlog,2,2016-04-30
........\........\.....\link.8032-cvtres.read.1.tlog,2,2016-04-30
........\........\.....\link.8032-cvtres.write.1.tlog,2,2016-04-30
........\........\.....\link.8032.read.1.tlog,2,2016-04-30
........\........\.....\link.8032.write.1.tlog,2,2016-04-30
........\........\.....\link.read.1.tlog,2918,2016-04-30
........\........\.....\link.write.1.tlog,574,2016-04-30
........\........\.....\mt.read.1.tlog,330,2016-04-30
........\........\.....\mt.write.1.tlog,226,2016-04-30
........\........\.....\rc.read.1.tlog,302,2015-08-19
........\........\.....\rc.write.1.tlog,206,2015-08-19
........\........\.....\stdafx.obj,11843,2015-08-19
........\........\.....\vc100.idb,289792,2016-04-30
........\........\.....\vc100.pdb,348160,2016-04-30
........\........\.....\孤岛划分.Build.CppClean.log,2748,2015-08-19
........\........\.....\孤岛划分.exe.embed.manifest,406,2015-08-19
........\........\.....\孤岛划分.exe.embed.manifest.res,472,2015-08-19
........\........\.....\孤岛划分.exe.intermediate.manifest,381,2016-04-30
........\........\.....\孤岛划分.lastbuildstate,59,2016-04-30
........\........\.....\孤岛划分.log,2310,2016-04-30
........\........\.....\孤岛划分.obj,168960,2016-04-30
........\........\.....\孤岛划分.pch,1179648,2015-08-19
........\........\.....\孤岛划分_manifest.rc,198,2015-08-19
........\........\ReadMe.txt,1588,2015-08-07
........\........\stdafx.cpp,213,2015-08-07
........\........\stdafx.h,233,2015-08-07
........\........\targetver.h,236,2015-08-07
........\........\孤岛划分.cpp,6794,2015-08-20
........\........\孤岛划分.vcxproj,4376,2015-08-07
........\........\孤岛划分.vcxproj.filters,1316,2015-08-07
........\........\孤岛划分.vcxproj.user,143,2015-08-07
........\孤岛划分.sdf,8343552,2016-04-30
........\孤岛划分.sln,903,2015-08-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gnmidi
    MIDI转换软件 用于MP3产生midi(MIDI to MP3 conversion software generate midi)
    2010-12-24 13:00:19下载
    积分:1
  • 200551376656441
    mapx在vc++环境下的开发与应用实例,实现地图放大缩小等功能(MapX in vc++ environment development and application examples, realize the functions of map zoom)
    2008-04-17 14:16:55下载
    积分:1
  • MeDelete
    SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )
    2011-06-26 23:22:21下载
    积分:1
  • GPS
    读取并且解析GPS数据信息,经度,纬度,高程等(read and analyze GPS info,longitude,latitude,elevation and so on)
    2012-09-17 10:07:29下载
    积分:1
  • ex5_3
    VC ++面向对象编程和可视化程序第5章3(VC++ object-oriented programming and visualization program Chapter V)
    2016-05-30 11:15:01下载
    积分:1
  • I2cAnalyzerDll
    如果正在学习USB相关的可以参考,上位机提供了动态库及源码,如果写应用界面可直接调用动态库即可,无须对底层做过多了解,但这些也只属于一个初始框架,希望哪位有VC++经验而且有兴趣的,可以细化并提供出一个更好的供广大爱好者使用 (If you are USB-related learning can refer to the host computer provides a dynamic library and source code, if written application interface DLL can be called directly, no need to do too much understanding of the underlying, but these are only part of an initial framework to which There VC++ experience and are interested, you can refine and provide a better use for the majority of fans)
    2013-07-10 11:03:43下载
    积分:1
  • ichat
    一个真正SERVER PUSH的聊天室,很不错,C语言所写,最可惜的是已经被编译过了,但是界面全部被独立出来了的,可以自行更改,只是不能研究程序的内部结构…… (a real SERVER PUSH chat rooms, very good, C language written, it is most unfortunate that has been compiled, but the interface were all independent of and can make changes, but the procedures are not able to study the internal structure of ...)
    2004-09-27 22:28:08下载
    积分:1
  • vb_Auto_Update
    说明:  vb开发的自动升级程序。有自动更新,覆盖原文件等功能(vb development of the automatic upgrade process. Automatic update, overwrite the original files and other functions)
    2011-03-05 15:43:57下载
    积分:1
  • 123
    说明:  实例:消除rice.png图像中亮度不一致的背景,并使用阈值将修改后的图像转换为二值图像,使用成员标记返回图像中对象的个数以及统计特性。按照如下步骤进行: (matlab image)
    2009-08-12 21:50:12下载
    积分:1
  • Makefile_learn
    学习makefile的新手必看的好东西。(Novice will see good things.Makefile )
    2012-12-10 16:35:11下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载