实例介绍
耿国华老师数据结构课程光盘,有完整的代码,和演示
【实例截图】
【核心代码】
4744300845151283347.rar
└── 数据结构课程光盘090915
├── autorun.inf
├── code
│ ├── 2
│ │ └── code
│ │ ├── 02.htm
│ │ ├── 02.html
│ │ ├── 2_10.txt
│ │ ├── 2_11.txt
│ │ ├── 2_12.txt
│ │ ├── 2_13.txt
│ │ ├── 2_14.txt
│ │ ├── 2_15.txt
│ │ ├── 2_16.txt
│ │ ├── 2_17.txt
│ │ ├── 2_18.txt
│ │ ├── 2_19.txt
│ │ ├── 2_1.txt
│ │ ├── 2_20.txt
│ │ ├── 2_21.txt
│ │ ├── 2_22.txt
│ │ ├── 2_2.txt
│ │ ├── 2_3.txt
│ │ ├── 2_4.txt
│ │ ├── 2_5.txt
│ │ ├── 2_6.txt
│ │ ├── 2_7.txt
│ │ ├── 2_8.txt
│ │ ├── 2_9.txt
│ │ ├── AdjustSqlist.exe
│ │ ├── BinAdd.exe
│ │ ├── clinklist.h
│ │ ├── common.txt
│ │ ├── CreateFromTail.exe
│ │ ├── CreatFromHead1.exe
│ │ ├── DelList.exe
│ │ ├── DlinkDel.exe
│ │ ├── DlinkIns.exe
│ │ ├── dlinklist.h
│ │ ├── Get.exe
│ │ ├── InsList.exe
│ │ ├── LinkDelList.exe
│ │ ├── LinkInsList.exe
│ │ ├── linklist1.h
│ │ ├── linklist.h
│ │ ├── linklist.txt
│ │ ├── LinkLocate.exe
│ │ ├── ListLength.exe
│ │ ├── Locate.exe
│ │ ├── merge_1.exe
│ │ ├── merge_2.exe
│ │ ├── merge.exe
│ │ ├── MergeLinkList.exe
│ │ ├── polyadd.exe
│ │ ├── polylist.h
│ │ ├── ReverseList.exe
│ │ ├── seqlist.h
│ │ ├── SLinkList.exe
│ │ ├── staticlist.h
│ │ ├── t1.txt
│ │ ├── t2.txt
│ │ ├── t3.txt
│ │ ├── ysf.txt
│ │ ├── 多项式加法算法2.21-2.22.rar
│ │ ├── 就地逆置.rar
│ │ ├── 算法2.10.rar
│ │ ├── 算法2.11.rar
│ │ ├── 算法2.12.rar
│ │ ├── 算法2.13.rar
│ │ ├── 算法2.14.rar
│ │ ├── 算法2.15.rar
│ │ ├── 算法2.16.rar
│ │ ├── 算法2.17.rar
│ │ ├── 算法2.1.rar
│ │ ├── 算法2.2.rar
│ │ ├── 算法2.3.rar
│ │ ├── 算法2.4.rar
│ │ ├── 算法2_5.rar
│ │ ├── 算法2.6.rar
│ │ ├── 算法2.7.rar
│ │ ├── 算法2.8.rar
│ │ ├── 算法2.9.rar
│ │ ├── 算法二进制数加1.rar
│ │ ├── 静态链表算法2.18-2.20.rar
│ │ └── 顺序表奇数在左偶数在右.rar
│ ├── 3
│ │ └── code
│ │ ├── 03.html
│ │ ├── 3.10.c
│ │ ├── 3.11.c
│ │ ├── 3.12.c
│ │ ├── 3.13.c
│ │ ├── 3.14.c
│ │ ├── 3.15.c
│ │ ├── 3.16.c
│ │ ├── 3.17.c
│ │ ├── 3.18.c
│ │ ├── 3.19.c
│ │ ├── 3.1.c
│ │ ├── 3.20.c
│ │ ├── 3.21.c
│ │ ├── 3.22.c
│ │ ├── 3.23.c
│ │ ├── 3.24.c
│ │ ├── 3.25.c
│ │ ├── 3.2.c
│ │ ├── 3.3.c
│ │ ├── 3.4.c
│ │ ├── 3.5.c
│ │ ├── 3.6.c
│ │ ├── 3.7.c
│ │ ├── 3.8.c
│ │ ├── 3.9.c
│ │ ├── biaodashi.exe
│ │ ├── car.c
│ │ ├── doctor.c
│ │ ├── dqstack.h
│ │ ├── huanchong.exe
│ │ ├── kuohaopipei.exe
│ │ ├── linkqueue.h
│ │ ├── linkstack.h
│ │ ├── mltliststack.h
│ │ ├── Queue.exe
│ │ ├── Queue.rar
│ │ ├── seqqueue1.h
│ │ ├── seqqueue2.h
│ │ ├── seqqueue.h
│ │ ├── seqstack1.h
│ │ ├── seqstack2.h
│ │ ├── seqstack.h
│ │ ├── stacka.exe
│ │ ├── stacka.rar
│ │ ├── yanghuisanjiao.exe
│ │ ├── 汉诺塔.exe
│ │ ├── 汉诺塔.rar
│ │ ├── 算法3.12 括号匹配算法.rar
│ │ ├── 算法3.13 无括号算术表达式处理算法.rar
│ │ ├── 算法3.24 打印杨辉三角前n行算法.rar
│ │ └── 算法3.25 键盘输入循环缓冲区算法.rar
│ ├── 4
│ │ └── code
│ │ ├── 04.htm
│ │ ├── 04.html
│ │ ├── 4_10.txt
│ │ ├── 4_11.txt
│ │ ├── 4_12.txt
│ │ ├── 4_13.txt
│ │ ├── 4_14.txt
│ │ ├── 4_15.txt
│ │ ├── 4_1.txt
│ │ ├── 4_2.txt
│ │ ├── 4_3.txt
│ │ ├── 4_4.txt
│ │ ├── 4_5.txt
│ │ ├── 4_6.txt
│ │ ├── 4_7.txt
│ │ ├── 4_8.txt
│ │ ├── 4_9.txt
│ │ ├── edline.txt
│ │ ├── heapstr.exe
│ │ ├── heapstr.h
│ │ ├── linkstrindex.rar
│ │ ├── lstr.h
│ │ ├── lstrindex.cpp
│ │ ├── lstrindex.exe
│ │ ├── SeqString.exe
│ │ ├── seqstring.h
│ │ ├── strcat.exe
│ │ ├── strclear.exe
│ │ ├── strcompare.exe
│ │ ├── Strcopy.exe
│ │ ├── StrDelete.exe
│ │ ├── StrEmpty.exe
│ │ ├── strindex.exe
│ │ ├── strlength.exe
│ │ ├── substring.exe
│ │ ├── t1.txt
│ │ ├── 算法4.10.rar
│ │ ├── 算法4.11-4.13.rar
│ │ ├── 算法4.1.rar
│ │ ├── 算法4.2.rar
│ │ ├── 算法4.3.rar
│ │ ├── 算法4.4.rar
│ │ ├── 算法4.5.rar
│ │ ├── 算法4.6.rar
│ │ ├── 算法4.7.rar
│ │ ├── 算法4.8.rar
│ │ └── 算法4.9.rar
│ ├── 5
│ │ └── code
│ │ ├── 03.html
│ │ ├── 5.10.c
│ │ ├── 5.1.c
│ │ ├── 5.2.c
│ │ ├── 5.3.c
│ │ ├── 5.4.c
│ │ ├── 5.5.c
│ │ ├── 5.6.c
│ │ ├── 5.7.c
│ │ ├── 5.8.c
│ │ ├── 5.9-1.c
│ │ ├── 5.9-2.c
│ │ ├── array1.h
│ │ ├── array2.h
│ │ ├── array.h
│ │ ├── biaodashi.exe
│ │ ├── code.rar
│ │ ├── crosslistarray1.h
│ │ ├── crosslistarray.h
│ │ ├── glist.h
│ │ ├── ma.c
│ │ ├── 算法5.2.exe
│ │ ├── 算法 5.2 稀疏矩阵“列序”递增转置算法.rar
│ │ ├── 算法5.3.exe
│ │ ├── 算法5.3 稀疏矩阵“一次定位快速转置”算法.rar
│ │ ├── 算法5.4.exe
│ │ └── 算法5.4 建立稀疏矩阵的十字链表.rar
│ ├── 6
│ │ └── code
│ │ ├── 06.htm
│ │ ├── 06.html
│ │ ├── 6_10.txt
│ │ ├── 6_11.txt
│ │ ├── 6_12.txt
│ │ ├── 6_13.txt
│ │ ├── 6_14.txt
│ │ ├── 6_15.txt
│ │ ├── 6_16.txt
│ │ ├── 6_17.txt
│ │ ├── 6_18.txt
│ │ ├── 6_19.txt
│ │ ├── 6_1.txt
│ │ ├── 6_20.txt
│ │ ├── 6_21.txt
│ │ ├── 6_24.exe
│ │ ├── 6_24.txt
│ │ ├── 6_2.txt
│ │ ├── 6_3.txt
│ │ ├── 6_4.txt
│ │ ├── 6_5.txt
│ │ ├── 6_6.txt
│ │ ├── 6_7.txt
│ │ ├── 6_8.txt
│ │ ├── 6_9.txt
│ │ ├── BiTree.exe
│ │ ├── bitree.h
│ │ ├── creatBiTree.exe
│ │ ├── hiffman3.exe
│ │ ├── huffman.h
│ │ ├── like.exe
│ │ ├── path.exe
│ │ ├── preTreeDepth.exe
│ │ ├── printtree.exe
│ │ ├── t1.txt
│ │ ├── t2.txt
│ │ ├── threadtree.h
│ │ ├── tree.h
│ │ ├── 中序非递归.exe
│ │ ├── 后序非递归.exe
│ │ ├── 实习题1.txt
│ │ ├── 实习题4.txt
│ │ ├── 算法6_10.exe
│ │ ├── 算法6.10树状打印二叉树.rar
│ │ ├── 算法6.11中序遍历非递归.rar
│ │ ├── 算法6.12后序遍历非递归.rar
│ │ ├── 算法6.13-6.18线索二叉树.rar
│ │ ├── 算法6.1-6.3遍历二叉树.rar
│ │ ├── 算法6.19树的先根遍历.rar
│ │ ├── 算法6.20-6.21哈夫曼树.rar
│ │ ├── 算法6.22.rar
│ │ ├── 算法6.23.rar
│ │ ├── 算法6.24层次遍历二叉树.rar
│ │ ├── 算法6_4.exe
│ │ ├── 算法6.4先序输出二叉树的结点.rar
│ │ ├── 算法6_5.exe
│ │ ├── 算法6.5先序输出二叉树叶子结点.rar
│ │ ├── 算法6_6.exe
│ │ ├── 算法6.6求叶子结点数.rar
│ │ ├── 算法6.7.rar
│ │ ├── 算法6_8.exe
│ │ ├── 算法6.8二叉树高度.rar
│ │ ├── 算法6.9高度.rar
│ │ └── 线索二叉树.exe
│ ├── 7
│ │ └── code
│ │ ├── 03.html
│ │ ├── 7.10.c
│ │ ├── 7.11.c
│ │ ├── 7.12.c
│ │ ├── 7.13.c
│ │ ├── 7.14.c
│ │ ├── 7.15.c
│ │ ├── 7.16.c
│ │ ├── 7.1.c
│ │ ├── 7.2.c
│ │ ├── 7.3.c
│ │ ├── 7.4.c
│ │ ├── 7.5.c
│ │ ├── 7.6.c
│ │ ├── 7.7.c
│ │ ├── 7.8.c
│ │ ├── 7.9.c
│ │ ├── AdjList.h
│ │ ├── adjmatrix1.h
│ │ ├── adjmatrix2.h
│ │ ├── adjmatrix.h
│ │ ├── AdjMultiList.h
│ │ ├── OrthList1.h
│ │ ├── OrthList.h
│ │ ├── 关键路径算法.exe
│ │ ├── 关键路径算法.rar
│ │ ├── 图的最短路径算法.exe
│ │ ├── 图的最短路径算法.rar
│ │ ├── 图的遍历.exe
│ │ ├── 图的遍历.rar
│ │ ├── 弗洛伊德算法.exe
│ │ ├── 弗洛伊德算法.rar
│ │ ├── 拓扑排序算法.exe
│ │ ├── 拓扑排序算法.rar
│ │ ├── 普里姆算法.exe
│ │ ├── 普里姆算法.rar
│ │ ├── 算法7.1.exe
│ │ ├── 算法 7.1 采用邻接矩阵表示法创建有向图.rar
│ │ ├── 算法7.2.exe
│ │ └── 算法 7.2 创建图的十字链表.rar
│ ├── 8
│ │ └── code
│ │ ├── 08.htm
│ │ ├── 08.html
│ │ ├── 8_10.txt
│ │ ├── 8_11.txt
│ │ ├── 8_12.txt
│ │ ├── 8_13.txt
│ │ ├── 8_14.txt
│ │ ├── 8_15.txt
│ │ ├── 8_16.txt
│ │ ├── 8_1.txt
│ │ ├── 8_2.txt
│ │ ├── 8_3.txt
│ │ ├── 8_4.txt
│ │ ├── 8_5.txt
│ │ ├── 8_6.txt
│ │ ├── 8_71.txt
│ │ ├── 8_7.txt
│ │ ├── 8_8.txt
│ │ ├── 8_9.txt
│ │ ├── avltree.h
│ │ ├── BinSrch.exe
│ │ ├── bst.h
│ │ ├── B树.exe
│ │ ├── hash.h
│ │ ├── mbtree.h
│ │ ├── seq.h
│ │ ├── seqsearch.exe
│ │ ├── t3.txt
│ │ ├── 二叉排序树.exe
│ │ ├── 典型题例3.rar
│ │ ├── 哈希表.exe
│ │ ├── 哈希表题例.exe
│ │ ├── 平衡二叉排序树.exe
│ │ ├── 算法8.10平衡二叉排序树.rar
│ │ ├── 算法8.11-8.15b树.rar
│ │ ├── 算法8.16哈希表.rar
│ │ ├── 算法8.1-8.2顺序查找.rar
│ │ ├── 算法8.3折半查找.rar
│ │ └── 算法8.4-8.9二叉排序树.rar
│ ├── 9
│ │ └── code
│ │ ├── 09.htm
│ │ ├── 09.html
│ │ ├── 9_10.txt
│ │ ├── 9_11.txt
│ │ ├── 9_12.txt
│ │ ├── 9_13.txt
│ │ ├── 9_14.txt
│ │ ├── 9_1.txt
│ │ ├── 9_1直接插入排序.exe
│ │ ├── 9_2.txt
│ │ ├── 9_3.txt
│ │ ├── 9_4.txt
│ │ ├── 9_5.txt
│ │ ├── 9_6.txt
│ │ ├── 9_7.txt
│ │ ├── 9_8.txt
│ │ ├── 9_9.txt
│ │ ├── insort.h
│ │ ├── radixsort.h
│ │ ├── t2.txt
│ │ ├── 典型例题2.rar
│ │ ├── 典型例题9_2.exe
│ │ ├── 冒泡排序.exe
│ │ ├── 分配排序.exe
│ │ ├── 堆排序.exe
│ │ ├── 希尔排序.exe
│ │ ├── 归并排序.exe
│ │ ├── 快速排序.exe
│ │ ├── 折半插入排序.exe
│ │ ├── 简单选择排序.exe
│ │ ├── 算法9.11-9.13归并排序.rar
│ │ ├── 算法9.14分配排序.rar
│ │ ├── 算法9.1直接插入排序.rar
│ │ ├── 算法9.2折半插入排序.rar
│ │ ├── 算法9.3希尔排序.rar
│ │ ├── 算法9.4冒泡排序法.rar
│ │ ├── 算法9.5-9.6快速排序.rar
│ │ ├── 算法9.7简单选择排序.rar
│ │ └── 算法9.8-9.10堆排序.rar
│ ├── BinAdd.cpp
│ ├── common.h
│ ├── intro.htm
│ ├── linklist.h
│ ├── sample.files
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ ├── filelist.xml
│ │ ├── image001.gif
│ │ ├── image002.gif
│ │ ├── image003.gif
│ │ ├── image004.gif
│ │ ├── image005.gif
│ │ ├── image006.gif
│ │ ├── image007.gif
│ │ └── image008.gif
│ └── sample.htm
├── code.htm
├── css
│ ├── a.css
│ ├── css.css
│ └── index.css
├── cware
│ ├── 6_1.swf
│ ├── 6.3.4.swf
│ ├── 6.3.5.swf
│ ├── 6.swf
│ ├── add.swf
│ ├── c10-1.swf
│ ├── c10-2.swf
│ ├── c10-3.swf
│ ├── c10.swf
│ ├── c1-2.swf
│ ├── c1-3.swf
│ ├── c1-4.swf
│ ├── c1-5.swf
│ ├── c1-6.swf
│ ├── c1-7.swf
│ ├── c1.swf
│ ├── c1-zongjie.swf
│ ├── c2_14(OK3).swf
│ ├── c2.swf
│ ├── c3-2.swf
│ ├── c3-3.swf
│ ├── c3.swf
│ ├── c4.swf
│ ├── c5.swf
│ ├── c6-4.swf
│ ├── c6-51.swf
│ ├── c6-52.swf
│ ├── c6-5.swf
│ ├── c6-6.swf
│ ├── c6-7.swf
│ ├── c6.swf
│ ├── c7-2.swf
│ ├── c7-3.swf
│ ├── c7-4.swf
│ ├── c7-5.swf
│ ├── c7-6.swf
│ ├── c7-7.swf
│ ├── c7.swf
│ ├── c8-2.swf
│ ├── c8-3.swf
│ ├── c8-4.swf
│ ├── c8-5.swf
│ ├── c8.swf
│ ├── c9-2.swf
│ ├── c9-3.swf
│ ├── c9-4.swf
│ ├── c9-5.swf
│ ├── c9-6.swf
│ ├── c9-7.swf
│ ├── c9-8.swf
│ ├── c9.swf
│ ├── cc.swf
│ ├── courseware.htm
│ ├── DlinkDel.swf
│ ├── end.swf
│ ├── Flash播放器.exe
│ ├── index.swf
│ ├── polycreate.swf
│ ├── start.swf
│ ├── Swap.swf
│ ├── zj.swf
│ ├── 串.swf
│ └── 队列.swf
├── design
│ ├── bds.rar
│ ├── design1.htm
│ ├── design2.htm
│ ├── designsample.htm
│ ├── jt.rar
│ └── tcc.rar
├── designpage.htm
├── images
│ ├── bottom.gif
│ ├── icon.gif
│ ├── index_bottom_all.jpg
│ ├── index_icon.jpg
│ ├── index_left_1.jpg
│ ├── index_left_2_new.jpg
│ ├── index_right_1.jpg
│ ├── index_top_all.jpg
│ ├── left_1_cn.gif
│ ├── left_1_cn_new.jpg
│ ├── left_2_cn.gif
│ ├── left_3_cn.gif
│ ├── left_4_cn.gif
│ ├── left_5_cn.gif
│ ├── left_6_cn.gif
│ ├── left_7_cn.gif
│ ├── left_8_cn.gif
│ ├── left_bg.gif
│ ├── left_cn_2.jpg
│ ├── left_cn_3.jpg
│ ├── LIKANG.swf
│ ├── menu.gif
│ ├── menu.jpg
│ ├── mybg.gif
│ ├── _notes
│ │ └── LIKANG.swf.mno
│ ├── Thumbs.db
│ ├── title_final_01.jpg
│ ├── title_final_02.jpg
│ ├── title_final_02.psd
│ ├── title_final_03.jpg
│ ├── title_final_04.jpg
│ ├── title_final_05.jpg
│ ├── title_final_06.jpg
│ ├── title_final_07.jpg
│ ├── top_10.gif
│ ├── top_11.gif
│ ├── top_13.gif
│ ├── top_1.gif
│ ├── top_2.gif
│ ├── top_3.gif
│ ├── top_4.gif
│ ├── top_5.gif
│ ├── top_6.gif
│ ├── top_7.gif
│ ├── top_8.gif
│ ├── top_cn.png
│ └── top.png
├── index.htm
├── pluspage
│ ├── kmp.files
│ │ ├── f-1.jpg
│ │ ├── f-2.jpg
│ │ ├── f-3.jpg
│ │ ├── f-4.jpg
│ │ ├── f-5.jpg
│ │ ├── f-6.jpg
│ │ ├── filelist.xml
│ │ ├── image001.gif
│ │ ├── image002.gif
│ │ ├── image003.gif
│ │ ├── image004.gif
│ │ ├── image005.gif
│ │ └── image006.gif
│ ├── kmp.htm
│ ├── treecount.files
│ │ ├── f-1.jpg
│ │ ├── f-2.jpg
│ │ ├── f-3.jpg
│ │ ├── f-4.jpg
│ │ ├── filelist.xml
│ │ ├── image001.gif
│ │ ├── image002.gif
│ │ ├── image003.wmz
│ │ ├── image004.gif
│ │ ├── image005.gif
│ │ ├── image006.gif
│ │ ├── image007.gif
│ │ ├── image008.gif
│ │ ├── image009.gif
│ │ ├── image010.wmz
│ │ ├── image011.gif
│ │ ├── image012.wmz
│ │ ├── image013.gif
│ │ ├── image014.wmz
│ │ ├── image015.gif
│ │ ├── image016.wmz
│ │ ├── image017.gif
│ │ ├── image018.gif
│ │ ├── image018.wmz
│ │ ├── image019.gif
│ │ ├── image019.wmz
│ │ ├── image020.gif
│ │ ├── image020.wmz
│ │ ├── image021.gif
│ │ ├── image021.wmz
│ │ ├── image022.gif
│ │ ├── image022.wmz
│ │ ├── image023.gif
│ │ ├── image023.wmz
│ │ ├── image024.gif
│ │ ├── image024.wmz
│ │ ├── image025.gif
│ │ ├── image025.wmz
│ │ ├── image026.gif
│ │ ├── image026.wmz
│ │ ├── image027.gif
│ │ ├── image027.wmz
│ │ ├── image028.gif
│ │ ├── image028.wmz
│ │ ├── image029.gif
│ │ ├── image029.wmz
│ │ ├── image030.gif
│ │ ├── image030.wmz
│ │ ├── image031.gif
│ │ ├── image031.wmz
│ │ ├── image032.gif
│ │ ├── image032.wmz
│ │ ├── image033.gif
│ │ ├── image033.wmz
│ │ ├── image034.gif
│ │ ├── image034.wmz
│ │ ├── image035.gif
│ │ ├── image035.wmz
│ │ ├── image036.gif
│ │ ├── image036.wmz
│ │ ├── image037.gif
│ │ ├── image038.wmz
│ │ ├── image039.gif
│ │ ├── image040.wmz
│ │ ├── image041.gif
│ │ ├── image042.wmz
│ │ ├── image043.gif
│ │ ├── image044.wmz
│ │ ├── image045.gif
│ │ ├── image046.wmz
│ │ ├── image047.gif
│ │ ├── image048.gif
│ │ ├── image048.wmz
│ │ ├── image049.gif
│ │ ├── image050.gif
│ │ ├── image051.gif
│ │ ├── image052.gif
│ │ ├── image053.gif
│ │ ├── image054.gif
│ │ ├── image055.gif
│ │ ├── image055.wmz
│ │ ├── image056.gif
│ │ ├── image057.gif
│ │ ├── image057.wmz
│ │ ├── image058.gif
│ │ ├── image059.gif
│ │ ├── image060.gif
│ │ └── oledata.mso
│ └── treecount.htm
├── pluspage.htm
├── practice
│ ├── josef.rar
│ ├── practice1.htm
│ ├── practice2.htm
│ ├── practice3.htm
│ └── treeprint.rar
├── pratpage.htm
├── sample.htm
└── 光盘使用说明.txt
28 directories, 643 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论