-
core2
bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
emdenergy - 副本
计算emd分量的能量熵;imf与原信号的相关系数(The energy entropy of calculating the EMD component)
- 2021-03-15 14:19:22下载
- 积分:1
-
PC机控制系统程序,使用汇编,仅供大家参考参考
PC机控制系统程序,使用汇编,仅供大家参考参考-PC control system, the use of the compilation, for your information
- 2022-04-11 03:14:19下载
- 积分:1
-
C-W
使用CW方程,使用最小能量,采用脉冲推力,实现在一天内两航天器的交会对接。本质上就是一个交会轨道优化问题,由给定的条件优化选取设计变量,使目标函数得到最优值。(Using the CW equation, use the minimum energy, the use of pulse thrust, to achieve in a day two spacecraft rendezvous and docking. Is essentially an intersection orbit optimization problem, by the given conditions to optimize the selection of design variables, so that the objective function to get the optimal value.)
- 2017-05-11 20:05:29下载
- 积分:1
-
VC++在应用程序中使用标准窗口控件初步
VC++在应用程序中使用标准窗口控件初步-VC in applications using standard window controls preliminary
- 2022-02-28 22:56:19下载
- 积分:1
-
calculate_phase
计算贝塞尔光束的相位代码,分别从不同拓扑合数研究不同阶在自由空间中的传输相位分布情况。(Phase calculation code of Bessel beam, respectively, from the transmission phase distribution of different topological number of different order in the free space.)
- 2017-06-19 23:27:09下载
- 积分:1
-
OAK
OKA磨损模型的UDF,在fluent中采用编译型UDF加载(User defined function of OKA erosion model)
- 2021-04-22 16:58:48下载
- 积分:1
-
hello
说明: win32 二进制,显示hello world(Win32 binary, showing Hello World)
- 2019-02-14 11:10:04下载
- 积分:1
-
小波
说明: 小波分解变换,时频分析,可用于信号处理,信号特征提取(Wavelet decomposition transformation, time-frequency analysis, can be used for signal processing, signal feature extraction)
- 2020-09-18 15:30:43下载
- 积分:1