搜索资源列表
YZPack
- YZPack is Windows Portable Executable packer using aPLib v0.43 to squeeze the file s size to a minimum.
CODE_UPLOAD8778892000
- Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved
SQUARESQUEEZE
- 矩形平面挤压膜轴承,给定膜厚和载荷挤压速度来计算瞬时压力分布-Rectangular plane squeeze film bearing a given film thickness and load extrusion speed to calculate the instantaneous pressure distribution
cmean
- 对于有缺测值的数据取平均 使用: y=cmean(x,k,c) x为包括有nan的数据,仪器观测中经常会出现 k为对x取第几维方向的平均 c的值可以控制缺测的条件,例如c取50,表示这一维方向上,如果有值的观测超过50个值才取平均,否则取nan;如果c取-5,表示缺测数在5以下时才做平均,否则返回nan-calculate the statistical mean of data but tick off nan Usage y=cmean(x,|k) or y
csum
- 对有缺测的数据求和 用法: y=csum(x,k,c) x为有缺测的数据,如仪器观测数据 k为对第几维求和 c为控制条件,如c为50,表示有50个以上的观测时才求和,否则为nan;如c为-5,表示缺测在5次以下才求和,否则nan-calculate the statistical sum of data but tick off nan Usage: y=csum(x,|k) or y=csum(x,k,|c), k can be [] [m,n,...]
5
- 润滑数值计算方法 挤压润滑计算方法与程序- Lubrication Numerical Calculation Methods Squeeze lubrication calculation methods and procedures
Multivariate_SST_code-
- 基于时频的多元数据同步挤压分析,变换的多变量时频表示的基础上,执行同步挤压。-When multivariate data base frequency synchronization squeeze analysis, multivariate conversion frequency representation based on the synchronization squeeze.
3-8
- 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function that removes all the characters that appear in the S2 the string S1