-
-
...的Verilog代码,如需了解更详细请下载附件。// fpga4student.com FPGA projects, VHDL projects, Verilog projects
// Verilog project: Verilog code for traffic light controller
module traffic_light(light_highway, light_farm, C, clk, rst_n);
parameter HGRE_FRED=2'b00, // Highway green an...
-
-
...请下载附件。 `timescale 1ns / 1ns
// fpga4student.com FPGA projects, Verilog projects, VHDL projects
// Verilog project: Verilog code for 32-bit divider
// Verilog code for divider using structural modelling
module div_structural(
...
-
-
C#调用opendss简单DEMO, 利用opendss提供的com接口,可以在c#很方便引入opendss, 其写法跟matlab调用opendss类似: DSSText.Command = "clear";
DSSText.Command = "compile " + "(" + circuitName +")";
&...
-
-
Spring Boot Oracle示例要运行此示例,您将需要下载并安装Oracle JDBC驱动程序。您可以使用以下命令将Oracle Jar安装到本地Maven代理中:mvn install:install-file -Dfile = ojdbc7.jar -DgroupId = com.oracle -DartifactId = ojdbc7 -Dversion = 12.1.0.2 -Dpackaging = jar
-
-
...开源实现。它既可以作为独立的可执行程序,也可以作为COM DLL来实现,该DLL被设计为可以从各种现有软件平台接口。可执行版本有基本的用户界面,以帮助用户快速开发实现自己电力仿真。该程序基本上支持所有配电网中所有rm...
-
-
这是太阳能,光伏接入电网的仿真,使用opendss提供给matlab的com接口, 可以直接运行PV_test1.m ,这需要matlab里运行,研究光伏用的
-
-
这个算例是matlab利用opendss提供的com接口,进行谐波潮流计算,每隔一小时进行谐波潮流计算,计算一天24h的谐波,这个算例有3个负荷,每次谐波计算负荷都是被修改了,而每次计算谐波的值,有1,3,5,7,9,11,13,15,那么...
-
-
...析,这是斯坦福培训教程。需要OpenDSS并使用Python-OpenDSS COM接口需要深度学习的RL框架:OpenAI stable-baselines, gym需要NN框架: TensorFlow(1.stable-baseline,2.Keras(keras-rl2)如果大家感兴趣可以参加世界AI电力大赛。
-
-
首先IMB下载连接如下:https://github.com/intel/mpi-benchmarks加载openmpi环境: make CXX=mpicxx CC=mpicc
-
-
...识别。// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript { repositories { jcenter() } dependencies {  ...