登录
首页 » matlab » pwcl190226

pwcl190226

于 2020-03-05 发布
0 234
下载积分: 1 下载次数: 11

代码说明:

说明:  电力系统潮流计算,前推回代法。自动识别网络拓扑,可改节点参数。(Power flow calculation of power system)

文件列表:

pwcl190226\flow.m, 1704 , 2019-02-27
pwcl190226\keyuxing可运行.txt, 0 , 2019-02-26
pwcl190226\Pehp190226.xlsx, 5614218 , 2019-02-27
pwcl190226\pwcl.m, 7203 , 2019-02-26
pwcl190226\pwcld.m, 1310 , 2019-02-27
pwcl190226\readdata.m, 172 , 2019-02-26
pwcl190226\shuju - 副本.txt, 1430 , 2019-02-26
pwcl190226\shuju.txt, 401 , 2019-02-26
pwcl190226\shuju_10.txt, 379 , 2019-02-26
pwcl190226, 0 , 2019-02-28
pwcl190226\pp190227.xlsx, 637319 , 2019-02-28

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

发表评论

0 个回复

  • 对标准条形码和二维码的解码
    使用Opencv+Zbar组合识别图片中的二维码,特别是标准的二维码,这里标准指的是二维码成像清晰,图片中二维码的空间占比在40%~100%之间,这样标准的图片,Zbar识别起来很容易,不需要Opencv额外的处理。(The Opencv+Zbar combination is used to identify two dimensional codes in the picture, especially the standard two-dimensional code. Here the standard refers to the two-dimensional code imaging clearly, and the space of the two-dimensional code in the picture is between the 40%~100%. So the standard picture, Zbar is very easy to recognize, and does not need additional processing of the Opencv.)
    2018-06-25 14:36:06下载
    积分:1
  • 没有主函数的hello程序
    没有主函数的hello程序-with no function hello procedures
    2022-01-25 22:17:27下载
    积分:1
  • 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序...
    计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second boundary conditions procedures
    2023-07-11 07:25:03下载
    积分:1
  • 一种新的优化算法,解决工程优化(最大,最小及最优等等)问题及优化任务....
    一种新的优化算法,解决工程优化(最大,最小及最优等等)问题及优化任务.-A new optimization algorithm to solve engineering optimization (maximum, minimum and optimal, etc.) and optimization of mission.
    2022-02-14 06:36:16下载
    积分:1
  • STM32F107VC_ETH_DP83848_lwip2
    说明:  lwip上实现netbios,STM32F107VC平台(lwip netbios STM32F107VC mcu)
    2020-06-20 06:00:01下载
    积分:1
  • 2014_car_hackers_handbook_compressed.pdf
    说明:  Car Hacker's Handbook
    2017-12-05 08:14:49下载
    积分:1
  • CS5460驱动
    CS5460的模拟版本驱动,模拟SPI端口对CS5460的操作,包括初始化,读操作,写操作,方便初学者使用。
    2023-07-25 13:55:03下载
    积分:1
  • 一段很好用的把经纬度转化为平面坐标的代码
    一段很好用的把经纬度转化为平面坐标的代码-a good use put into longitude and latitude coordinates of the plane code
    2022-03-13 01:59:32下载
    积分:1
  • SQL数据库图书管理系统(完整代码)
    ? 实现图书信息、类别、出版社等信息的管理; ? 实现读者信息、借阅证信息的管理; ? 实现图书的借阅、续借、归还管理; ? 实现超期罚款管理、收款管理; ? 创建触发器,分别实现借书和还书时自动更新图书信息的在册数量;(Realize the management of books information, categories, publishing houses and other information; Realize the management of reader information and borrowing card information. To realize the management of book borrowing, renewal and return; Achieve the management of overdue fines and receipts; Create triggers to automatically update the number of books in the book when borrowing and returning books, respectively.)
    2019-06-06 21:04:09下载
    积分:1
  • 读者写者问题
    说明:  1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ?当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ?当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。 ?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。 ?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。 ?当buffer满时,写者应该等待,直到buffer有空闲为止。 4、定义主函数,在其中可以任意创建读者与写者。 可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion. 2. Define a reader function: When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer. When other readers occupy the buffer, they can read the buffer. When there is data in the buffer, read a data from it, display and exit. When there is no data in the buffer, wait until the data in the buffer is readable. 3. Define a writer function When a reader is occupying the buffer, the writer should wait until all readers quit. When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
    2019-12-27 18:49:46下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载