2D太阳系模拟 :milky_way: 使用JS ES6原生工具构建的简化2D太阳系模拟(行星和主要小行星带)。 没有要安装的依赖项。 要开始模拟太阳系,只需在Mozilla Firefox或Google Chrome中打开SolarSystem.html 。 该模拟包括两个主要部分:行星模拟和主要小行星带模拟。 为了模拟主小行星带中每个小行星的轨道运动,我们使用[1]中的以下方程式: 根据[2],外部主要小行星带中的小行星的离心率遵循瑞利分布。 我们使用以下估计的分布参数将其扩展到内带和中带小行星(来自[2]的值): 为了产生小行星的偏心距,我们使用均布分布的转换方法从具有上述sigma参数的瑞利分布中采样。 我们对小行星轨道的半长轴使用以下限制,并使用正态分布生成它们(使用Box-Muller变换从均匀分布的数中检索正态分布的样本): 为了计算每个小行星的c (轨道中心与轨道焦点之间
2021-06-22 23:19:44 21.75MB canvas simulation animation es6-javascript
1
A VRLA battery simulation model
2021-06-22 09:02:04 1.42MB 模型
1
满分哈尔滨工业大学移动通信实验报告
2021-06-17 09:04:39 11KB 哈工大
1
An introduction to technical details related to the Physical Layer of the LTE standard with MATLAB®The LTE (Long Term Evolution) and LTE-Advanced are among the latest mobile communications standards, designed to realize the dream of a truly global, fast, all-IP-based, secure broadband mobile access technology.This book examines the Physical Layer (PHY) of the LTE standards by incorporating three conceptual elements: an overview of the theory behind key enabling technologies; a concise discussion regarding standard specifications; and the MATLAB® algorithms needed to simulate the standard.The use of MATLAB®, a widely used technical computing language, is one of the distinguishing features of this book. Through a series of MATLAB® programs, the author explores each of the enabling technologies, pedagogically synthesizes an LTE PHY system model, and evaluates system performance at each stage. Following this step-by-step process, readers will achieve deeper understanding of LTE concepts and specifications through simulations.Key Features:• Accessible, intuitive, and progressive; one of the few books to focus primarily on the modeling, simulation, and implementation of the LTE PHY standard• Includes case studies and testbenches in MATLAB®, which build knowledge gradually and incrementally until a functional specification for the LTE PHY is attained• Accompanying Web site includes all MATLAB® programs, together with PowerPoint slides and other illustrative examples,解压密码 share.weimo.info
2021-06-17 03:46:17 6.99MB 英文
1
一篇以php代码为例,基于抽象语法树、数据流分析、控制流分析、污点分析,发现代码中可能存在的漏洞的论文,按照论文的原理,不仅适用于php代码扫描,同样适用python、java等语言;若加以软件工程技术,可以开发出企业级静态代码安全扫描。
1
jaco_learning:Jaco HRI 用于与JACO2 7DOF机械臂进行人机交互的控制,计划和学习系统。 支持从身体矫正和示范中学习。 依存关系 Ubuntu 14.04,ROS Indigo,OpenRAVE,Python 2.7 or_trajopt,or_urdf,or_rviz,prpy,pr_ordata 基诺瓦罗斯 整箱 运行自适应物理HRI系统 设置JACO2机器人 按住操纵杆上的中心(黄色)按钮,打开机器人并将其放回原位。 在新的终端中,输入以下命令打开Kinova API: roslaunch kinova_bringup kinova_robot.launch kinova_robotType:=j2s7s300 use_urdf:=true 启动控制器和计划器 为了演示使用Jaco手臂进行简单的路径规划和控制,请运行(在另一个终端窗口中): ro
2021-06-14 15:50:01 98.72MB JupyterNotebook
1
abaqus fortran 子程序 断裂模拟相关 还有inp模型文件
2021-06-11 15:09:45 292KB ABAQUS fortran crack simulation
1
捕食者-猎物模拟 作业指示 该项目的目标是创建一个简单的二维捕食者-猎物模拟。 在此模拟中,猎物是蚂蚁,捕食者是涂鸦虫。 这些小动物生活在一个由20×20的网格单元组成的世界中。 一次只能有一个生物占用一个单元。 网格是封闭的,因此不允许小动物从世界的边缘移开。 时间是按时间步长模拟的。 每个生物每个时间都会执行一些操作。 蚂蚁的行为遵循以下模型:移动。 每走一步,随机尝试向上,向下,向左或向右移动。 如果沿选定方向的相邻单元被占用或将蚂蚁移出网格,则该蚂蚁将停留在当前单元中。 品种。 如果一只蚂蚁存活了三个时间步长,那么在该时间步长的末尾(即移动后),该蚂蚁将繁殖。 这是通过在相邻的(上,下,左或右)单元格中创建一个新的蚂蚁来模拟的。 如果没有可用的空细胞,则不会发生繁殖。 一旦产生了后代,蚂蚁就不能再产生后代,除非经过了三个时间步长。 Doodlebug的行为取决于以下模型:移动
2021-06-09 09:32:33 140KB C++
1