为您找到约 118 条结果,搜索耗时:0.0045秒

计数器设计

...----------------------- module first_counter ( clock , // Clock input of the design reset , // active high, synchronous Reset input enable , // Active high enable signal for counter counter_out // 4 bit vector output of the counter ); // End of port list //-------------Input Ports------------...

仿真机器人和仿真环境的建立代码

...gt;        /// <param name="body">the request message body</param>        public Get(GetRequestType body)            : base(body)     &nbs...

基于深度神经网络进行实时电力系统状态估计和预测

...) data_x = psse_data['inputs'] data_y = psse_data['labels'] # scale the mags, data_y[0:caseNo,:] = weight_4_mag*data_y[0:caseNo,:] data_y[caseNo:,:] = weight_4_ang*data_y[caseNo:,:] # seperate them into training 80%, test 20% split_train = int(0.8*psse_data['inputs'].shape[1]) split_...

python实现骰子

...is will randomly select two numbers, # like throwing dice, you can change the sides of the dice if you wish import random class Die(object): # A dice has a feature of number about how many sides it has when it's # established,like 6. def __init__(self): self.si...

信用卡审批系统上的Java和MySQL项目

...ild.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated build.generated.sources.dir=${build.dir}/generated-sources # Only compile against the classpath explicitly listed here: build.sysclasspat...

xiaohenxun

...r="${lib.dir}"> <include name="*.jar"/> </fileset> <pathelement path="${build.classes}"/> </path> </target> -<target name="help" depends="init"> <echo message=""/> <echo message=""/> <echo message="${Name} ${version} Build file"/> ...

VHDL中的16位ALU设计

...   ABUS: in std_logic_vector(15 downto 0); -- ABUS data input of the 16-bit ALU    BBUS: in std_logic_vector(15 downto 0); -- BBUS data input of the 16-bit ALU    ALUctrl: in std_logic_vector(3 downto 0); -- ALUctrl control input of the 16-bit ALU    ALUOU...

ufm httpd 启动失败

... to /bin/systemctl start httpd.serviceJob for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.[root@g01r1n00 conf]# vim httpd.conf [root@g01r1n00 conf]# journalctl -xe-- Subject: Session 171 has been ...

在RHEL/CentOS 7/8中配置大页面的3个简单步骤

...;       0其中Minimum -   This is the size of the static pool and there will always be at             least this number of hugepages in use by the system, either by      &nbs...

awk sed 大全

...ine of a file (number on left, right-aligned) >  # Double the percent signs if typing from the DOS command prompt. >  awk '{printf("%5d : %s\n", NR,$0)}' >  # 给非空白行的行加上编号 >  # 记得Unix对于 \r 的处理的特殊之处...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部