登录
首页 » 软件系统 » 基于AMESim的液压系统建模与仿真技术研究,硕士学位论文

基于AMESim的液压系统建模与仿真技术研究,硕士学位论文

于 2022-01-30 发布 文件大小:3.33 MB
0 169
下载积分: 2 下载次数: 2

代码说明:

基于AMESim的液压系统建模与仿真技术研究,硕士学位论文-AMESim based on the hydraulic system modeling and simulation of technical studies, a master

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是PROTEL的一个使用的辅助,欢迎使用,好用的话就顶我下,给偶这个小虾点甘露。...
    这是PROTEL的一个使用的辅助软件,欢迎使用,好用的话就顶我下,给偶这个小虾点甘露。-This is a PROTEL use assistive software are welcome to use, easy to use, then on top of me to even point this shrimp mannose.
    2022-02-01 11:18:39下载
    积分:1
  • Module 1 : project management basic concepts Module 2 : Project Management Proce...
    Module 1: 项目管理基本概念 Module 2: 项目管理流程 Module 3: 信息技术战略方法 Module 4: 业务流程方法 Module 5: 里程碑目标计划 Module 6: 职责 Module 7: 综合项目计划 Module 8: 七个要素 Module 9: Team 介绍-Module 1 : project management basic concepts Module 2 : Project Management Process Module 3 : information technology strategic approach Module 4 : business process methods Module 5 : milestone plan Module 6 : Responsibilities Module 7 : integrated projects Module 8 : 7 elements Module 9 : Team introduced
    2023-07-31 05:00:04下载
    积分:1
  • 工程,工程综合数据库,从而控制。
    软件工程综合资料库,包含软件工程当中的很多经典内容-Comprehensive database of software engineering, software engineering, which contains many of the classic content
    2023-05-28 21:50:04下载
    积分:1
  • 是―个网上购物商城,它属于BtoC电子商务网站平台,它能够直接绕过中介(如批发商、销售商或经销商)建立与客户的直接关。该网站可以为用户提供商品的详细信息,用户...
    是―个网上购物商城,它属于BtoC电子商务网站平台,它能够直接绕过中介(如批发商、销售商或经销商)建立与客户的直接关系。该网站可以为用户提供商品的详细信息,用户可以在线购买商品,确定镇定的订单;同时提供关于商品或电子零销商的选择建议等等。网上购物平台使得人们的购买变的更方便、更加容易。-Yes- a online shopping mall, it belongs to BtoC e-commerce website platform, which can directly bypass the intermediaries (such as wholesalers, distributors or dealers) to establish a direct relationship with customers. The site can provide users with detailed product information, the user can buy goods online to determine the stabilization of orders also provide information on the goods or e-retailers and the choice of recommendations, etc.. Online shopping platform allows people to buy becomes more convenient and easier.
    2022-06-14 11:59:39下载
    积分:1
  • VHDL(Very High Speed Integrated Circuit Hardware Description Language)硬描述语言设计规范...
    VHDL(Very High Speed Integrated Circuit Hardware Description Language)硬件描述语言设计规范讲解-VHDL (Very High Speed Integrated Circuit Hardware Description Language) hardware description language design specifications on
    2022-03-24 01:05:19下载
    积分:1
  • 有限元差分法代码
    资源描述有限元差分法c语言编程,可用来计算多种温度场,一维,二维,三维,包括隐热源,显热源,dengden个
    2022-02-02 15:17:16下载
    积分:1
  • 2004《Java程序设计》 上机练习题 (共包括四部分、16个练习、共96个练习题,请使用“视图”中的“文档结构图”查看)...
    2004《Java程序设计》 上机练习题 (共包括四部分、16个练习、共96个练习题,请使用“视图”中的“文档结构图”查看) -2004 "Java Programming" on the plane exercises (including four of a total of 16 exercises, A total of 96 exercises, please use the "View" of the "Document Structure map" View)
    2022-03-19 18:11:58下载
    积分:1
  • 运筹学中单纯形法的c程序,方便、快捷的计算线性规划问题。...
    运筹学中单纯形法的c程序,方便、快捷的计算线性规划问题。-Operations research simplex method in the c procedures, convenient, fast calculation of linear programming problem.
    2022-12-17 08:45:04下载
    积分:1
  • 嵌入式应用工程师借用计算机专家创建的C语言,使嵌入式应用得以飞速发展,而MISRAC是嵌入式应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA...
    嵌入式系统应用工程师借用计算机专家创建的C语言,使嵌入式系统应用得以飞速发展,而MISRAC是嵌入式系统应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA C已经被越来越多的企业接受,成为用于嵌入式系统的C语言标准,特别是对安全性要求极高的嵌入式系统,软件应符合MISRA标准。 本文由清华嵌入式系统研究专家,邵贝贝教授领衔执笔,分六讲,跟读者一起学习MISRAC。 第一讲:“‘安全第一’的C语言编程规范”,简述MISRAC的概况。   第二讲:“跨越数据类型的重重陷阱”,介绍规范的数据定义和操作方式,重点在隐式数据类型转换中的问题。   第三讲:“指针、结构体、联合体的安全规范”,解析如何安全而高效地应用指针、结构体和联合体。   第四讲:“防范表达式的失控”,剖析MISRAC中关于表达式、函数声明和定义等的不良使用习惯,最大限度地减小各类潜在错误。   第五讲:“准确的程序流控制”,表述C语言中控制表达式和程序流控制的规范做法。   第六讲:“构建安全的编译环境”,讲解与编译器相关的规范编写方式,避免来自编译器的隐患。 希望大家喜欢。 -embedded system engineers use computer experts created by the C language, Embedded systems make application to rapid development MISRAC which is embedded system engineers from the C language embedded application made contributions. Now MISRA C has been more and more enterprises are accepted as for embedded system in C language standard, especially for high security requirements of embedded systems, software should comply with MISRA standards. This paper from Qinghua embedded systems, an expert P
    2022-12-14 09:20:03下载
    积分:1
  • 嵌入式Linux和嵌入式设计的嵌入式控制论坛斑竹d_j说…
    嵌入式linux 与嵌入式系统设计 USTC BBS Embedded 斑竹D_J 主讲 感谢Hongtao_chen 以及Networking 斑竹Jun_zxjun 的大量幕后工作!! 感谢James_zhang 以及网络中心提供聚会的场地和大力支持!!! 欢迎访问我的主页http://202.38.64.11/~wangzhuo 聚会详情如下: 名称:“嵌入式系统设计以及嵌入式Linux 展望”-Embedded Linux and Embedded System Design MSCA BBS Embedded Banzhupai D_J Speakers thanked Hongtao_chen Networking and the Bamboo Jun_zxjun lot of behind-the-scenes work! ! Thank James_zhang and network centers gathering venues and strong support. ! ! Welcome to my home page http :// 202.38.64.11/~ wangzhuo gathering details are as follows : Title : "Embedded System Design and embedded Linux Forecast"
    2022-03-13 17:46:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载