搜索资源列表
zmod
- Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can b
real_noise
- Adds noise to processes x1(n) and x2(n), at SNR=snr, using seeds s1 and s2.-Adds noise to processes x1 (n) and x2 (n), at SNR = snr, using seeds s1 and s2.
hummu
- 本设计通过按S3、S4和S5功能键实现对时间的调整。 其中,S3键为小时/分钟调整选择键;S4键为加1键;S5键为减1键。 时间调整的具体实现过程如下: S3键功能是判断是否进行时间调整。当按一次S3键后,进入小时调整。再通过按S4、S5键进行对小时的具体调整;当按二次S3键后,进入分钟调整。再通过按S4、S5键进行对分钟的具体调整,直至和当前北京时间一直为止。 然后根据按下S2功能键的情况判断是否显示时间。若是,则将当前时间数据送8155经LED显示器显示。 进行传送。其优
05605-19-
- 构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完成的功能。 (2)、调用select函数,并将ht[s1]和ht[s2]作为ht[l]的
dashugaojingyunsuan
- 大数高精运算总结 :方法类似于加法 除了这里 s[i+j]+=s1[i]*s2[j] 注意格式的控制 这里得开两个数组
ADT串的实现
- ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (s1, s2) copied to the string s
