-
vspsimulation
地球物理专业的数值模拟,大家可以参考,也可以在此基础上拓展.(geophysical professional numerical simulation, we can refer to, they can build on this foundation.)
- 2006-07-30 11:05:58下载
- 积分:1
-
emd+改进阈值函数
利用emd分解轴承振动信号,并通过改进阈值函数来筛选IMF分量,最后对分量做包络分析,诊断出故障类型。(Using emd to decompose the bearing vibration signal, the IMF component was selected by improving the threshold function, and finally the component was enveloped and analyzed to diagnose the fault type.)
- 2018-04-18 10:48:11下载
- 积分:1
-
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII...
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII, XML DocBook, LaTeX或RTF 还能间接形成PDF 和HTML Help文档-ROBODoc By extracting the source code of the specific format of the comment block (specially formatted headers) and the formation of the document file, document file formats, including HTML, ASCII, XML DocBook, LaTeX, or RTF also an indirect form PDF and HTML Help documentation
- 2022-03-18 10:42:30下载
- 积分:1
-
a_New
线性卡尔曼,粒子滤波,序贯贝叶斯,信号检测算法。(Kalman Filter; Particle Filter; Sequential Bayesian Approach)
- 2018-04-23 01:00:36下载
- 积分:1
-
HTRI6.0全功能破解补丁
htri6.0破解补丁1、换热器计算器支持包括所有的标准TEMA类型的计算
Xist 支持包括所有的标准TEMA类型的计算,并且集成了流动导致的震动计算, 管子排布工具等等。
进行空冷器和经济器的设计, 核算和模拟计算, 包括自然通风(风机停运)和强制通风条件下的计算。(Heat Exchanger Calculator Support Including All Standard TEMA Types of Calculations
Xist supports all standard TEMA-type calculations, and integrates flow-induced vibration calculations, pipe layout tools, and so on.
Design, calculate and simulate the air cooler and economizer, including natural ventilation (fan outage) and forced ventilation.)
- 2020-06-16 09:00:01下载
- 积分:1
-
greedy-snake
vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#(vs c# language with Snake small program that can be used to learn c#)
- 2013-07-17 17:48:41下载
- 积分:1
-
C语言精彩编程很好的资料
C语言精彩编程很好的资料-C Programming Language wonderful good information
- 2023-03-27 01:55:04下载
- 积分:1
-
ac108.h
AC108 linux 驱动头文件,使用时请配套源文件一同下载(AC108 linux driver head file)
- 2020-11-30 20:29:28下载
- 积分:1
-
图论常用算法通用matlab程序
说明: 包括最短路及最小生成树算法,对于参加建模很有用的(including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful)
- 2005-09-02 13:18:56下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1