HVDC and FACTS Controllers: Applications of Static Converters in Power Systems focuses on the technical advances and developments that have taken place in the past ten years or so in the fields of High Voltage DC transmission and Flexible AC transmission systems. These advances (in HVDC transmission and FACTS) have added a new dimension to power transmission capabilities. The book covers a wide variety of topics, some of which are listed below: -Current Source and Voltage Source Converters, -Synchronization Techniques for Power Converters, -Capacitor Commutated Converters, -Active Filters, -Typical Disturbances on HVDC Systems, -Simulation Techniques, -Static Var Compensators based on Chain Link Converters, -Advanced Controllers, -Trends in Modern HVDC. In addition to EHV transmission, HVDC technology has impacted on a number of other areas as well. As an example, a chapter dealing with HVDC Light applications is included providing recent information on both on-shore and off-shore applications of wind farms. HVDC and FACTS Controllers: Applications of Static Converters in Power Systems is meant for senior undergraduate, graduate students and professional power systems engineers. Mathematical treatment of the subject has been kept to a minimum and emphasis has been placed on principles and practical applications. Applications from major manufacturers are included to provide useable information for the practicing power systems engineer.
2022-05-01 20:51:55 15.64MB HVDC FACTS
1
代码质量分析器 使用代码质量度量标准(例如可维护性指数,Halstead度量标准和环复杂性)进行静态代码分析。 所有代码都在python中实现,并且代码质量分析在C程序上执行/测试。
1
ffmpeg-20200311-36aaee2-win64-static vx 免费范文.zip JavPlayer 配套插件 马赛克修复工具
2022-04-26 09:09:53 66.72MB 马赛克修复 JavPlayer
背景: 在公司上网 对我的一个无线网卡需要设置DHCP, 在家上网, 无线网卡需要设置静态IP. 所以组织了下代码, 在家运行一次,输入h, 就设置为Home 静态IP, 在公司,输入o, 设置为动态IP. 下载以后,解压密码: ipaddress 需要根据实际情况修改 网卡"AdapterID ", 同时修改静态IP 地址. ========= 有同学问如何获取本机的Adapter ID? 可以把以下代码复制到记事本, 保存成为GetNicInfo.vbs 扩展名是VBS, 然后你可以双击运行, 程序会枚举本机所有的网卡(物理,以及虚拟的)信息. 然后你可以参照你真实的网卡的MAC地址, 根据程序提示得到合适的AdapterID. 比如: 我知道我的无线网卡MAC地址是"00:21:6A:31:F1:7E", 当双击运行GetNicInfo.vbs 找到匹配的MAC地址, 对应的Adapter ID 就是无线网卡在系统内部的AdapterID. 把它修改到配置脚本里头, 就可以使用了. ========= On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration", "WQL", _ wbemFlagReturnImmediately + wbemFlagForwardOnly) For Each objItem In colItems WScript.Echo "Description: " & objItem.Description&Chr(13)&Chr(10)&"MACAddress: " & objItem.MACAddress&Chr(13)&Chr(10)&"AdapterID: " & objItem.SettingID Next
2022-04-24 14:05:33 1KB
1
卡夫卡火花流与静态数据使用联接 使用join的Kafka Spark流与静态数据
2022-04-16 03:29:40 26KB Java
1
使用Rust rust-coal构建的静态HTML开发工具:locomotive:使用Rust构建的静态HTML开发工具这是谁的目的? 那些想要生成一个基本的静态HTML站点(可能只有1-10页),并且不想在多个文件中维护布局,导航元素和页脚的站点。 如果您需要编程组件,那么最好使用更多动手的系统,如GatsbyJS,React Static或内容管理系统(CMS),如WordPress。 就像在典型的Jamstack解决方案中一样,静态HTML输出
2022-04-09 16:02:39 239KB Rust Static Site Generators
1
最新qt5.15.0的静态编译版本,使用vs2019编译,使用这个qt套件编译出来的可执行文件不需要其他的依赖文件。在使用vs2019编译时,请将链接运行库设置为MT(for release)或MTd(for debug)。 注:此套件解决的问题是,使用下载的qt编译出的文件不可单独运行的问题。编译时参考了https://blog.csdn.net/zhangpeterx/article/details/86529231,有兴趣的朋友可以自行编译。
2022-04-09 15:27:01 624.18MB qt 静态编译 vs2019 最新
1
Qt 5.9.9 Linux下静态编译的库,支持图形界面,编译出来的图形界面程序通过ldd查看依赖无Qt. 编译环境:Cent 7.6 x64, GCC 4.8.5, lic为2.17 自行编译请参考: ./configure -confirm-license -opensource -debug-and-release -static -prefix ../build -no-opengl -nomake tests -no-compile-examples -nomake examples -qt-xcb ———————————————— 原文链接:https://blog.csdn.net/piaopiaolanghua/article/details/122970018
2022-04-09 14:05:36 197.4MB linux Qt静态编译 Qt -qt-xcb
1
FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。它包括了目前领先的音/视频编码库libavcodec。 FFmpeg是在 Linux 下开发出来的,但它可以在包括 Windows 在内的大多数操作系统中编译。这个项目是由 Fabrice Bellard 发起的,现在由 Michael Niedermayer 主持。可以轻易地实现多种视频格式之间的相互转换,例如可以将摄录下的视频avi等转成现在视频网站所采用的flv格式。此资源基于最新git版本为Linux平台64位编译,解压后在Linux平台可直接使用。
2022-04-03 18:23:18 36.84MB ffmpeg linux 4.3 build
1
静态单赋值形式(SSA Form)是现代主流编译器都会采用的IR形式,而且越来越多编译器开始以SSA形式的IR为主。
2022-03-24 19:30:40 4.79MB SSA
1