搜索资源列表
cc_method
- C-C方法及改进的C-C方法重构相空间的matlab程序 -------------------------------- 性能: 3000数据耗时3分钟 -------------------------------- 参考文献: 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改进的C-C方法的相空间重构参数选择4.pdf -------------------
1500PrePosterous
- 此程序给出一个算法,用于计算当已知一个m叉查找树的先序和后序遍历序列后,存在多少种中序遍历可能。输入格式为m s1 s2,其中m表示m叉树,例子 2 abc cba 结果为4 2 abc bca 结果为1 10 abc bca 结果为45 13 abejkcfghid jkebfghicda 结果为207352860-this procedure is an algorithm, When used in the calculation of a known m Binary S
QS2
- 离心压气机准三维计算程序,用于离心压气机气动性能预测的S2流面程序-Calculation of Velocity and Pressure Distribution in the Meridional Plane of a Turbomachine-QS2
DVB_T
- 该程序是DVB-T系统的1024点的FFT 与 IFFT 代码-The procedures are DVB-T system in 1024 point FFT and IFFT code
formats
- 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
received-s1-s2
- 101年台灣高應大電機乙班期末考 101年台灣高應大電機乙班期末考 received s1 s2.rar-101 years of Taiwan' s high should be large motor Yiban Final 101 years should be large motor Taiwan High Yiban Final 101 years should be large motor Taiwan High Yiban Final received s1 s2.rar
s2
- 大型矩阵数值方法求解特征值,以及特征向量-Numerical method for solving large matrix eigenvalues and eigenvectors
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