没有合适的资源?快使用搜索试试~
我知道了~
首页
厅堂建筑音质计算机辅助设计EASE4.1使用.pdf
厅堂建筑音质计算机辅助设计EASE4.1使用.pdf
电子
声学
PDF
2星
需积分: 10
256 浏览量
更新于2023-05-27
评论
收藏
50.08MB
PDF
举报
版权受限,无法下载
身份认证 购VIP最低享 7 折!
领优惠券(最高得80元)
厅堂建筑音质计算机辅助设计EASE4.1使用,详细介绍了ease软件的使用
资源详情
资源评论
资源推荐
评论1
去评论
weixin_43692907
2021-03-29
勉强能用......页码不清晰;相片根本都不辨析不了...
Python for DevOps Learn Ruthlessly Effective Automation.pdf
Devops, the combination of software development with information technology operations, has been a hot field during the last decade. Traditional boundaries between software development, deployment, ma
Pro-Deep-Learning-with-TensorFlow.pdf
Pro Deep Learning with TensorFlow is a practical and mathematical guide to deep learning using TensorFlow. Deep learning is a branch of machine learning where you model the world in terms of a hierarc
Programming in Lua 4th.pdf
When Waldemar, Luiz, and I started the development of Lua, back in 1993, we could hardly imagine that it would spread as it did. Started as an in-house language for two specific projects, currently Lu
ease软件 4.0版的特点和应用
【字体: 大 中 小 】 来源:中华音响网 浏览:4201 发布:2008-05-05 本文简述了声学模拟软件ease的发展历史,基本结构,功能,使用方法及可靠性。特别介绍了ease4.0版相对于ease3.0版的改进, 及ease由扩声系统设计软件向声学设计软件方向发展的趋势,最后给出该软件在工程上的一个应用实例。 [关键词] 声学设计 模拟软件 ease [abstract] [key w
vxbus_device_driver_developers_guide_6.9
PART I: VXBUS FUNDAMENTALS 1 Getting Started with Device Driver Development .................................... 3 1.1 About Device Drivers ............................................................
beginning-apache-spark-2.pdf
There is no better time to learn Spark than now. Spark has become one of the critical components in the big data stack because of its ease of use, speed, and flexibility. This scalable data processing
MT53B256M32D1NP.pdf
Mobile LPDDR4 SDRAM,MT53B256M32D1, MT53B512M32D2, MT53B1024M32D4,Features • Ultra-low-voltage core and I/O power supplies – VDD1 = 1.70–1.95V; 1.8V nominal – VDD2/VDDQ = 1.06–1.17V; 1.10V nominal
366b_q_z00m_8dp_mobile_lpddr4x.pdf
Features • Ultra-low-voltage core and I/O power supplies – VDD1 = 1.70–1.95V; 1.80V nominal – VDD2 = 1.06–1.17V; 1.10V nominal – VDDQ = 0.57–0.65V; 0.60V nominal • Frequency range – 1866–10
dragitemparent.rectTransform().DOLocalMoveX(offest,0.5f).SetEase(Ease.OutBack).onComplete = End是什么意思
这段代码是使用DoTween动画库实现的代码,其作用是让一个UI物体在0.5秒内以OutBack的缓动方式沿X轴移动一定的距离offest,并在动画完成后执行End方法。其中dragitemparent是要移动的UI物体的父物体,rectTransform()表示该物体的RectTransform组件,DOLocalMoveX()方法用于移动物体的位置,SetEase()方法用于设置缓动方式,on
EaseUS Data Recovery Wizard怎样使用
EaseUS Data Recovery Wizard是一款数据恢复软件,其使用方法如下: 1. 首先,下载并安装EaseUS Data Recovery Wizard软件,打开软件后选择你需要恢复数据的磁盘。 2. 在选择磁盘后,点击扫描按钮进行数据扫描。 3. 扫描完成后,软件会显示已经扫描到的文件和文件夹,你可以通过文件类型和文件大小筛选你需要恢复的数据。 4. 找到需要恢复的数据后
使用css写一个按钮点击时背景颜色从右往左变成黑色的代码
您可以使用以下 CSS 代码来实现这个效果: ```css .button { background-color: white; transition: background-color 0.5s ease; } .button:hover { background-color: black; background-image: linear-gradient(to left,
css写一个动画让div元素的高度慢慢从上往下展示全部
可以使用CSS3中的transition属性和height属性来实现该动画效果: 1.先设置div元素的初始高度为0,overflow:hidden; 2.在:hover状态下,将height属性设置为div元素的实际高度。 示例代码如下: HTML代码: <div class="box">Hello World</div> CSS代码: .box { height: 0;
javascript实现鼠标放大功能
可以使用CSS的transform属性来实现鼠标放大功能,具体实现可以参考以下代码: HTML: ``` <div class="zoomable"> <img src="your-image.jpg" alt="your image"> </div> ``` CSS: ``` .zoomable { overflow: hidden; position: relative;
鼠标进入显示高亮效果的源码
以下是 HTML 和 CSS 代码,实现鼠标悬停在元素上时显示高亮效果: HTML: ``` <div class="highlight">鼠标悬停在此处显示高亮效果</div> ``` CSS: ``` .highlight { background-color: lightgray; padding: 10px; transition: background-color 0.5
Learn Microservices with Spring Boot 2017
Microservices are getting very popular these days. It’s not a surprise; this software architecture style has a lot of advantages, like flexibility and ease of scale. Mapping them into small teams in a
帮我写一个css样式好看的按钮文字
好的,我可以帮您写一个漂亮的按钮样式。您可以使用以下 CSS 代码: .button { display: inline-block; padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #007bff; border: none; borde
Getting Started with UVM
There are a multitude of books out there to help you hone your Verification skills, as almost every Digital IC professional will tell you. The available books run the gamut of quality and ease of use.
帮我写一段ElementUI自定义组件之左右折叠展开动画
当然可以,以下是一段ElementUI自定义组件之左右折叠展开动画的代码: <template> <div class="fold-container" :class="{'folded': isFolded}"> <div class="fold-btn" @click="toggleFold"> <i class="el-icon-arrow-left" v-if="
css3过渡效果练习题
CSS3过渡效果可以让网页元素的变化更加平滑自然,提高用户体验。以下是一道CSS3过渡效果练习题的答案: HTML代码: ```html <div class="box"></div> <button class="btn">点击变色</button> ``` CSS代码: ```css .box { width: 100px; height: 100px; backgroun
Recuva、EaseUS Data Recovery Wizard、Disk Drill 官网地址分别多少?
Recuva官网地址为:https://www.ccleaner.com/recuva EaseUS Data Recovery Wizard官网地址为:https://www.easeus.com/datarecoverywizard/ Disk Drill官网地址为:https://www.cleverfiles.com/
qq842060787
粉丝: 1
资源:
2
私信
上传资源 快速赚钱
我的内容管理
收起
我的资源
快来上传第一个资源
我的收益
登录查看自己的收益
我的积分
登录查看自己的积分
我的C币
登录后查看C币余额
我的收藏
我的下载
下载帮助
会员权益专享
图片转文字
PDF转文字
PDF转Word
PDF加水印
全年可省5,000元
立即开通
最新资源
昆仑通态莫迪康ModbusRTU讲解.pdf
SQL Server锁介绍及死锁原因
ANSI X9.24非中文版.pdf
Android实现层叠卡片式banner
进程管理实验(操作系统)
HTML 5基础之HTML 5 API的威力
AG9311_MCQ_QFN48_CTOHDMI_PD_DEMO_V1P0_190306.pdf
HPC高性能计算介绍.pdf
方便快捷A4纸大小棋盘格标定纸
ISO20000-1-2018版-CN中英文-一丁.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论1