搜索资源列表
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.
ndsbios
- s1 today plugin,for all you need
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] 注意格式的控制 这里得开两个数组
S1
- 图书管理系统,自己写的,真的是自己写的啊,啊啊中
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