03 2019 档案
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "SeqString.h" 4 5 void TestSeqString(); 6 void TestBF(); 7 void TestVirusDemo(); 8 int virus_che
阅读全文
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "SeqStack.h" 4 5 void conversion(int); 6 SeqStack seq; 7 int main() 8 { 9 int n; 10 scanf("%d",&
阅读全文
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "SeqStack.h" 4 #include "LinkedStack.h" 5 #include "SeqQueue.h" 6 7 ElementType datas[] = { 8 {1
阅读全文
摘要:编译器: /******************************project :数据结构*function :循环链表之俄罗斯赌盘*Author :Rookie Uzz******************************copyright:2019.2.27 by UZT*****
阅读全文