搜索资源列表
dfsdf
- MASM电子钟 使用手把手S2实验板(89C51 晶振12M) S33 -Multiple use electronic bell handholding S2 experiment board (89C51 crystal 12M) S33
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
Setjihesuanfa
- 用VC编的求集合的交/并/差集,输入S1和S2的元素和插入元素\\插入位置..点击click-VC addendum to the pool for the AC / and / difference. S1 and S2 input elements and insert elements \\ insert location Click click ..
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
VINO1.
- s2 tcl simulation AODVad hoc routing protocols (2008-01-05, Others, 1KB, Downloads 53)
s2
- 邻接链表的建立、两种算法生成其最小生成树以及其显示、每一对顶点的最短路径-Adjacency list creation, two algorithms to generate the minimum spanning tree, and its display, the shortest path for each pair of vertices