登录
首页 » Visual C++ » state esimation

state esimation

于 2017-07-09 发布 文件大小:15009KB
0 219
下载积分: 1 下载次数: 19

代码说明:

  配电网状态估计相关仿真资料,大家可以借鉴一下(Distribution network state estimation related simulation data, we can draw on)

文件列表:

3esimation\Debug\bparameter.txt
3esimation\Debug\debug.txt
3esimation\Debug\PF.txt
3esimation\Debug\POPF.txt
3esimation\Debug\QOPF.txt
3esimation\Debug\result.txt
3esimation\Debug\StateEstimate.exe
3esimation\Debug\StateEstimate.exe.manifest
3esimation\Debug\StateEstimate.ilk
3esimation\Debug\StateEstimate.pdb
3esimation\ipch\stateestimate-b57e3246\stateestimate-eff70723.ipch
3esimation\Release\StateEstimate.exe
3esimation\Release\StateEstimate.pdb
3esimation\StateEstimate\bparameter.txt
3esimation\StateEstimate\Debug\CL.read.1.tlog
3esimation\StateEstimate\Debug\CL.write.1.tlog
3esimation\StateEstimate\Debug\link-cvtres.read.1.tlog
3esimation\StateEstimate\Debug\link-cvtres.write.1.tlog
3esimation\StateEstimate\Debug\link.3020.read.1.tlog
3esimation\StateEstimate\Debug\link.3020.write.1.tlog
3esimation\StateEstimate\Debug\link.932-cvtres.read.1.tlog
3esimation\StateEstimate\Debug\link.932-cvtres.write.1.tlog
3esimation\StateEstimate\Debug\link.932.read.1.tlog
3esimation\StateEstimate\Debug\link.932.write.1.tlog
3esimation\StateEstimate\Debug\link.9752.read.1.tlog
3esimation\StateEstimate\Debug\link.9752.write.1.tlog
3esimation\StateEstimate\Debug\link.read.1.tlog
3esimation\StateEstimate\Debug\link.write.1.tlog
3esimation\StateEstimate\Debug\mt.read.1.tlog
3esimation\StateEstimate\Debug\mt.write.1.tlog
3esimation\StateEstimate\Debug\rc.read.1.tlog
3esimation\StateEstimate\Debug\rc.write.1.tlog
3esimation\StateEstimate\Debug\StateEstimate.exe.embed.manifest
3esimation\StateEstimate\Debug\StateEstimate.exe.embed.manifest.res
3esimation\StateEstimate\Debug\StateEstimate.exe.intermediate.manifest
3esimation\StateEstimate\Debug\StateEstimate.lastbuildstate
3esimation\StateEstimate\Debug\StateEstimate.log
3esimation\StateEstimate\Debug\StateEstimate.obj
3esimation\StateEstimate\Debug\StateEstimate.vcxprojResolveAssemblyReference.cache
3esimation\StateEstimate\Debug\StateEstimate.write.1.tlog
3esimation\StateEstimate\Debug\StateEstimate_manifest.rc
3esimation\StateEstimate\Debug\vc100.idb
3esimation\StateEstimate\Debug\vc100.pdb
3esimation\StateEstimate\debug.txt
3esimation\StateEstimate\PF.txt
3esimation\StateEstimate\POPF.txt
3esimation\StateEstimate\PREOPF.dat
3esimation\StateEstimate\PREOPF.txt
3esimation\StateEstimate\Release\CL.read.1.tlog
3esimation\StateEstimate\Release\CL.write.1.tlog
3esimation\StateEstimate\Release\link.read.1.tlog
3esimation\StateEstimate\Release\link.write.1.tlog
3esimation\StateEstimate\Release\mt.read.1.tlog
3esimation\StateEstimate\Release\mt.write.1.tlog
3esimation\StateEstimate\Release\StateEstimate.exe.intermediate.manifest
3esimation\StateEstimate\Release\StateEstimate.lastbuildstate
3esimation\StateEstimate\Release\StateEstimate.log
3esimation\StateEstimate\Release\StateEstimate.obj
3esimation\StateEstimate\Release\vc100.pdb
3esimation\StateEstimate\REPOPF.dat
3esimation\StateEstimate\result.txt
3esimation\StateEstimate\StateEstimate.cpp
3esimation\StateEstimate\StateEstimate.h
3esimation\StateEstimate\StateEstimate.vcxproj
3esimation\StateEstimate\StateEstimate.vcxproj.filters
3esimation\StateEstimate\StateEstimate.vcxproj.user
3esimation\StateEstimate.sdf
3esimation\StateEstimate.sln
3esimation\StateEstimate.suo
3esimation\ipch\stateestimate-b57e3246
3esimation\StateEstimate\Debug
3esimation\StateEstimate\Release
3esimation\Debug
3esimation\ipch
3esimation\Release
3esimation\StateEstimate
3esimation

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

发表评论

0 个回复

  • BlockGame
    俄罗斯方块的游戏 在别处下载的 希望对你们有用(Tetris game download elsewhere that you want to be useful)
    2011-11-27 20:40:43下载
    积分:1
  • attiny 13
    说明:  driver oled Tested is ok only for demo
    2020-06-19 19:20:02下载
    积分:1
  • 趋势对冲M15-EA
    说明:  A hedge ea, return curve for 15min is perfect.
    2020-06-19 13:00:02下载
    积分:1
  • Physics-of-crystal-growth
    physics of cyrstal growth 英文版的教材,很实用(physics of cyrstal growth )
    2016-10-12 20:51:12下载
    积分:1
  • main
    为了了解系统的资源分配情况,假定系统的任何一种资源在任一时刻只能被一个进程使用。任何进程已经占用的资源只能由进程自己释放,而不能由其他进程抢占。当进程申请的资源不能满足时,必须等待。因此,只要资源分配算法能保证进程的资源请求,且不出现循环等待,则系统不会出现死锁。 要求编写系统进行资源调度的程序,采用银行家算法,有效地避免死锁的产生。(In order to understand the resource allocation of the system, it is assumed that any resource of the system can only be used by one process at any one time. Any resources that have been occupied by the process can only be released by the process itself, rather than by other processes. You must wait when the resources for the process cannot be satisfied. Therefore, as long as the resource allocation algorithm can guarantee the resource request of the process, and there is no circular waiting, the system will not deadlock. Write the system scheduling procedures for resources, using bankers algorithm, effectively avoid the deadlock.)
    2017-11-26 20:49:34下载
    积分:1
  • StudentCheck
     职责描述:,系统信息设计,学生出操考勤管理、学生上课考勤管理、学生参加活动考勤管理,学生寝室考勤管理,综合统计与查询等六大模块。  项目简述:该系统利用MFC框架 Excel工具开发,来实现学生考勤管理。()
    2008-03-15 21:13:11下载
    积分:1
  • Cable
    附近是电缆的简易模型,利用PSCAD进行仿真,利用frequency model(PSCAD Cable frequency model)
    2019-02-18 22:37:45下载
    积分:1
  • T函数产生方法
    说明:  由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了(vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the)
    2005-11-12 20:01:45下载
    积分:1
  • StringReplace
    永远替换字符串中的字符,和word中的替换功能相同(Forever the replacement string of characters, and word replacement functionality in the same)
    2008-03-26 12:57:27下载
    积分:1
  • ADO
    这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
    2013-08-18 10:30:52下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载