在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《数据挖掘算法原理与实现》王振武 源代码

《数据挖掘算法原理与实现》王振武 源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:16.44M
  • 下载次数:8
  • 浏览次数:512
  • 发布时间:2020-09-10
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
《数据挖掘算法原理与实现》王振武书中源代码及测试数据,出版社提供版本
【实例截图】
【核心代码】
MyProjects王振武代码
└── MyProjects
├── 10_4_SOM
│   ├── 10_4_SOM.dsp
│   ├── 10_4_SOM.dsw
│   ├── 10_4_SOM.ncb
│   ├── 10_4_SOM.opt
│   ├── 10_4_SOM.plg
│   ├── 1.png
│   ├── 2.png
│   ├── 3.png
│   ├── Debug
│   │   ├── 10_4_SOM.exe
│   │   ├── 10_4_SOM.ilk
│   │   ├── 10_4_SOM.pch
│   │   ├── 10_4_SOM.pdb
│   │   ├── SOM.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── SOM.cpp
│   ├── SOM.txt
│   └── 相关数据
│   ├── 输入数据
│   │   ├── input.txt
│   │   └── 非标准数据测试.txt
│   └── 输出数据
│   ├── 初始的权值.txt
│   ├── 向量模式.txt
│   ├── 标准测试.txt
│   ├── 获胜节点.txt
│   ├── 训练后所有权值.txt
│   ├── 训练后胜出权值.txt
│   ├── 迭代次数.txt
│   └── 非标准测试.txt
├── 3_4_Apriori
│   ├── 3_4_Apriori.dsp
│   ├── 3_4_Apriori.dsw
│   ├── 3_4_Apriori.ncb
│   ├── 3_4_Apriori.opt
│   ├── 3_4_Apriori.plg
│   ├── 3_4_Apriori.sdf
│   ├── 3_4_Apriori.sln
│   ├── 3_4_Apriori.v11.suo
│   ├── 3_4_Apriori.vcxproj
│   ├── 3_4_Apriori.vcxproj.filters
│   ├── Apriori.cpp
│   ├── apriori.png
│   ├── Debug
│   │   ├── 3_4_Apriori.Build.CppClean.log
│   │   ├── 3_4_Apriori.exe
│   │   ├── 3_4_Apriori.ilk
│   │   ├── 3_4_Apriori.lastbuildstate
│   │   ├── 3_4_Apriori.log
│   │   ├── 3_4_Apriori.pdb
│   │   ├── Apriori.obj
│   │   ├── cl.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link-cvtres.read.1.tlog
│   │   ├── link-cvtres.write.1.tlog
│   │   ├── link-rc.read.1.tlog
│   │   ├── link-rc.write.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.write.1.tlog
│   │   ├── vc110.idb
│   │   └── vc110.pdb
│   ├── Unnamed QQ Screenshot20131224154716.png
│   ├── UpgradeLog.htm
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Error.png
│   ├── UpgradeReport_Information.png
│   ├── UpgradeReport_Success.png
│   ├── UpgradeReport_Warning.png
│   └── UpgradeReport.xslt
├── 4_4_ID3
│   ├── Debug
│   │   ├── ID3xin.exe
│   │   ├── ID3xin.ilk
│   │   ├── ID3xin.obj
│   │   ├── ID3xin.pch
│   │   ├── ID3xin.pdb
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── ID3xin.cpp
│   ├── ID3xin.dsp
│   ├── ID3xin.dsw
│   ├── ID3xin.ncb
│   ├── ID3xin.opt
│   ├── ID3xin.plg
│   ├── input.txt
│   └── QQ图片20140310110428.jpg
├── 4_8_C4_5
│   ├── 1.png
│   ├── 2.png
│   ├── 3.png
│   ├── 4_8_C4_5.dsp
│   ├── 4_8_C4_5.dsw
│   ├── 4_8_C4_5.ncb
│   ├── 4_8_C4_5.opt
│   ├── 4_8_C4_5.plg
│   ├── 4.png
│   ├── 6.png
│   ├── 7.png
│   ├── C4_5.CPP
│   ├── Debug
│   │   ├── 4_8_C4_5.exe
│   │   ├── 4_8_C4_5.ilk
│   │   ├── 4_8_C4_5.pch
│   │   ├── 4_8_C4_5.pdb
│   │   ├── C4_5.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   └── input.txt
├── 5_4_BYS
│   ├── 1.png
│   ├── 2.png
│   ├── 3.png
│   ├── 5_4_BYS.dsp
│   ├── 5_4_BYS.dsw
│   ├── 5_4_BYS.ncb
│   ├── 5_4_BYS.opt
│   ├── 5_4_BYS.plg
│   ├── bys
│   │   ├── bys.cpp
│   │   ├── bys.vcxproj
│   │   ├── bys.vcxproj.filters
│   │   ├── bys.vcxproj.user
│   │   ├── Debug
│   │   │   ├── bys.exe.embed.manifest
│   │   │   ├── bys.exe.embed.manifest.res
│   │   │   ├── bys.exe.intermediate.manifest
│   │   │   ├── bys.lastbuildstate
│   │   │   ├── bys.log
│   │   │   ├── bys_manifest.rc
│   │   │   ├── bys.obj
│   │   │   ├── bys.pch
│   │   │   ├── bys.vcxprojResolveAssemblyReference.cache
│   │   │   ├── bys.write.1.tlog
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── link.11024-cvtres.read.1.tlog
│   │   │   ├── link.11024-cvtres.write.1.tlog
│   │   │   ├── link.11024.read.1.tlog
│   │   │   ├── link.11024.write.1.tlog
│   │   │   ├── link.9380-cvtres.read.1.tlog
│   │   │   ├── link.9380-cvtres.write.1.tlog
│   │   │   ├── link.9380.read.1.tlog
│   │   │   ├── link.9380.write.1.tlog
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link-cvtres.read.1.tlog
│   │   │   ├── link-cvtres.write.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   ├── mt.command.1.tlog
│   │   │   ├── mt.read.1.tlog
│   │   │   ├── mt.write.1.tlog
│   │   │   ├── rc.command.1.tlog
│   │   │   ├── rc.read.1.tlog
│   │   │   ├── rc.write.1.tlog
│   │   │   ├── stdafx.obj
│   │   │   ├── vc100.idb
│   │   │   └── vc100.pdb
│   │   ├── ReadMe.txt
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── targetver.h
│   │   ├── weather.cpp
│   │   ├── weather.h
│   │   └── weather.txt
│   ├── BYS.CPP
│   ├── bys.sdf
│   ├── bys.sln
│   ├── bys.suo
│   ├── Debug
│   │   ├── 5_4_BYS.exe
│   │   ├── 5_4_BYS.ilk
│   │   ├── 5_4_BYS.pch
│   │   ├── 5_4_BYS.pdb
│   │   ├── bys.exe
│   │   ├── bys.ilk
│   │   ├── BYS.obj
│   │   ├── bys.pdb
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── ipch
│   │   └── bys-c21af0d6
│   │   └── bys-9776d7da.ipch
│   ├── weather.csv
│   └── weather.txt
├── 6_4_BP
│   ├── 6_4_BP.dsp
│   ├── 6_4_BP.dsw
│   ├── 6_4_BP.ncb
│   ├── 6_4_BP.opt
│   ├── 6_4_BP.plg
│   ├── All_W.txt
│   ├── BP.CPP
│   ├── Debug
│   │   ├── 6_4_BP.exe
│   │   ├── 6_4_BP.ilk
│   │   ├── 6_4_BP.pch
│   │   ├── 6_4_BP.pdb
│   │   ├── BP.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── Error.txt
│   ├── Out_count.txt
│   ├── Unnamed QQ Screenshot20131224165821.png
│   ├── W[1][0][0].txt
│   ├── W[1][1][0].txt
│   ├── W[2][0][0].txt
│   ├── W[2][1][1].txt
│   └── W[3][0][1].txt
├── 8_4_Kmeans
│   ├── 8_4_Kmeans.dsp
│   ├── 8_4_Kmeans.dsw
│   ├── 8_4_Kmeans.ncb
│   ├── 8_4_Kmeans.opt
│   ├── 8_4_Kmeans.plg
│   ├── Debug
│   │   ├── 8_4_Kmeans.exe
│   │   ├── 8_4_Kmeans.ilk
│   │   ├── 8_4_Kmeans.pch
│   │   ├── 8_4_Kmeans.pdb
│   │   ├── Kmeans.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── Kmeans.cpp
│   ├── observations.txt
│   └── Unnamed QQ Screenshot20131224192125.png
├── 9_4_PAM
│   ├── 1.png
│   ├── 2.png
│   ├── 9_4_PAM.dsp
│   ├── 9_4_PAM.dsw
│   ├── 9_4_PAM.ncb
│   ├── 9_4_PAM.opt
│   ├── 9_4_PAM.plg
│   ├── Debug
│   │   ├── 9_4_PAM.exe
│   │   ├── 9_4_PAM.ilk
│   │   ├── 9_4_PAM.pch
│   │   ├── 9_4_PAM.pdb
│   │   ├── PAM.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   └── PAM.cpp
└── SVM
└── SVM
├── libsvm-3.1
│   ├── COPYRIGHT
│   ├── FAQ.html
│   ├── heart_scale
│   ├── java
│   │   ├── libsvm
│   │   │   ├── svm.java
│   │   │   ├── svm.m4
│   │   │   ├── svm_model.java
│   │   │   ├── svm_node.java
│   │   │   ├── svm_parameter.java
│   │   │   ├── svm_print_interface.java
│   │   │   └── svm_problem.java
│   │   ├── libsvm.jar
│   │   ├── Makefile
│   │   ├── svm_predict.java
│   │   ├── svm_scale.java
│   │   ├── svm_toy.java
│   │   ├── svm_train.java
│   │   └── test_applet.html
│   ├── Makefile
│   ├── Makefile.win
│   ├── matlab
│   │   ├── libsvmread.c
│   │   ├── libsvmwrite.c
│   │   ├── Makefile
│   │   ├── make.m
│   │   ├── README
│   │   ├── svm_model_matlab.c
│   │   ├── svm_model_matlab.h
│   │   ├── svmpredict.c
│   │   └── svmtrain.c
│   ├── python
│   │   ├── Makefile
│   │   ├── README
│   │   ├── svm.py
│   │   └── svmutil.py
│   ├── README
│   ├── svm.cpp
│   ├── svm.def
│   ├── svm.h
│   ├── svm-predict.c
│   ├── svm-scale.c
│   ├── svm-toy
│   │   ├── gtk
│   │   │   ├── callbacks.cpp
│   │   │   ├── callbacks.h
│   │   │   ├── interface.c
│   │   │   ├── interface.h
│   │   │   ├── main.c
│   │   │   ├── Makefile
│   │   │   └── svm-toy.glade
│   │   ├── qt
│   │   │   ├── Makefile
│   │   │   └── svm-toy.cpp
│   │   └── windows
│   │   └── svm-toy.cpp
│   ├── svm-train.c
│   ├── tools
│   │   ├── checkdata.py
│   │   ├── easy.py
│   │   ├── grid.py
│   │   ├── README
│   │   └── subset.py
│   └── windows
│   ├── libsvm.dll
│   ├── libsvmread.mexw32
│   ├── libsvmread.mexw64
│   ├── libsvmwrite.mexw32
│   ├── libsvmwrite.mexw64
│   ├── svm-predict.exe
│   ├── svmpredict.mexw32
│   ├── svmpredict.mexw64
│   ├── svm-predict.txt
│   ├── svm-scale用于对输入数据进行归一化的工具.exe
│   ├── svm-toy(演示分类过程).exe
│   ├── svm-train.exe
│   ├── svmtrain.mexw32
│   ├── svmtrain.mexw64
│   └── svm-train.txt
├── svm
│   ├── license.txt
│   ├── README.txt
│   ├── SVM.chm
│   ├── SVM.chw
│   └── SVM.dll
├── svm_demo
│   ├── license.txt
│   ├── SVMDemo.exe
│   └── SVM.dll
├── svm_demo_source
│   ├── license.txt
│   └── SVMDemo
│   ├── Backup
│   │   ├── SVMDemo
│   │   │   ├── Gaussian.cs
│   │   │   ├── pearl.ico
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SVMCanvas.cs
│   │   │   ├── SVMCanvas.Designer.cs
│   │   │   ├── SVMCanvas.resx
│   │   │   ├── SVMDemo.csproj
│   │   │   ├── SVMDemo.csproj.user
│   │   │   ├── SVMDemoForm.cs
│   │   │   ├── SVMDemoForm.Designer.cs
│   │   │   └── SVMDemoForm.resx
│   │   ├── SVMDemo.sln
│   │   └── SVMDemo.suo
│   ├── SVMDemo
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── SVMDemo.exe
│   │   │   │   ├── SVMDemo.pdb
│   │   │   │   ├── SVMDemo.vshost.exe
│   │   │   │   ├── SVMDemo.vshost.exe.manifest
│   │   │   │   └── SVM.dll
│   │   │   └── Release
│   │   │   ├── SVMDemo.exe
│   │   │   ├── SVMDemo.pdb
│   │   │   ├── SVMDemo.vshost.exe
│   │   │   ├── SVMDemo.vshost.exe.manifest
│   │   │   └── SVM.dll
│   │   ├── Gaussian.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.read.4.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── SVMDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── SVMDemo.exe
│   │   │   │   ├── SVMDemo.pdb
│   │   │   │   ├── SVMDemo.Properties.Resources.resources
│   │   │   │   ├── SVMDemo.SVMCanvas.resources
│   │   │   │   ├── SVMDemo.SVMDemoForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── SVMDemo.csproj.FileListAbsolute.txt
│   │   │   ├── SVMDemo.exe
│   │   │   ├── SVMDemo.pdb
│   │   │   ├── SVMDemo.Properties.Resources.resources
│   │   │   ├── SVMDemo.SVMCanvas.resources
│   │   │   ├── SVMDemo.SVMDemoForm.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── pearl.ico
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SVMCanvas.cs
│   │   ├── SVMCanvas.Designer.cs
│   │   ├── SVMCanvas.resx
│   │   ├── SVMDemo.csproj
│   │   ├── SVMDemo.csproj.user
│   │   ├── SVMDemoForm.cs
│   │   ├── SVMDemoForm.Designer.cs
│   │   └── SVMDemoForm.resx
│   ├── SVMDemo.sln
│   ├── SVMDemo.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── svm_source
│   └── SVM
│   ├── Backup
│   │   ├── Cache.cs
│   │   ├── GaussianTransform.cs
│   │   ├── IRangeTransform.cs
│   │   ├── Kernel.cs
│   │   ├── Model.cs
│   │   ├── Node.cs
│   │   ├── Parameter.cs
│   │   ├── ParameterSelection.cs
│   │   ├── PerformanceEvaluator.cs
│   │   ├── PrecomputedKernel.cs
│   │   ├── Prediction.cs
│   │   ├── Problem.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RangeTransform.cs
│   │   ├── Scaling.cs
│   │   ├── Solver.cs
│   │   ├── SVM.csproj
│   │   ├── SVMExtensions.cs
│   │   ├── SVM.sln
│   │   ├── SVM.suo
│   │   ├── TemporaryCulture.cs
│   │   └── Training.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── SVM.dll
│   │   │   ├── SVM.pdb
│   │   │   └── svm.xml
│   │   └── Release
│   │   ├── SVM.dll
│   │   ├── SVM.pdb
│   │   └── svm.xml
│   ├── Cache.cs
│   ├── GaussianTransform.cs
│   ├── IRangeTransform.cs
│   ├── Kernel.cs
│   ├── Model.cs
│   ├── Node.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SVM.csproj.FileListAbsolute.txt
│   │   │   ├── SVM.dll
│   │   │   └── SVM.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── SVM.csproj.FileListAbsolute.txt
│   │   ├── SVM.dll
│   │   └── SVM.pdb
│   ├── Parameter.cs
│   ├── ParameterSelection.cs
│   ├── PerformanceEvaluator.cs
│   ├── PrecomputedKernel.cs
│   ├── Prediction.cs
│   ├── Problem.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RangeTransform.cs
│   ├── Scaling.cs
│   ├── Solver.cs
│   ├── SupportClass.cs
│   ├── SVM.csproj
│   ├── SVM.csproj.user
│   ├── SVMExtensions.cs
│   ├── SVM.ndoc
│   ├── SVM.scproj
│   ├── SVM.sln
│   ├── SVM.suo
│   ├── svm.xml
│   ├── TemporaryCulture.cs
│   ├── Training.cs
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 分类与回归.txt
├── 分类部分.txt
├── 支持向量机界面设计
│   ├── bin
│   │   ├── Debug
│   │   │   ├── SVM.dll
│   │   │   ├── 支持向量机界面设计.exe
│   │   │   └── 支持向量机界面设计.pdb
│   │   └── Release
│   │   ├── SVM.dll
│   │   ├── 支持向量机界面设计.exe
│   │   ├── 支持向量机界面设计.pdb
│   │   ├── 支持向量机界面设计.vshost.exe
│   │   └── 支持向量机界面设计.vshost.exe.manifest
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── 支持向量机界面设计.csproj.FileListAbsolute.txt
│   │   │   ├── 支持向量机界面设计.exe
│   │   │   ├── 支持向量机界面设计.Form1.resources
│   │   │   ├── 支持向量机界面设计.pdb
│   │   │   └── 支持向量机界面设计.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── 支持向量机界面设计.csproj.FileListAbsolute.txt
│   │   ├── 支持向量机界面设计.exe
│   │   ├── 支持向量机界面设计.Form1.resources
│   │   ├── 支持向量机界面设计.pdb
│   │   └── 支持向量机界面设计.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 支持向量机界面设计.csproj
├── 注释
│   ├── A practical guide to support vector classification.pdf
│   ├── a practical guide to SVC(slide).pdf
│   ├── Estimating the Support of a High-Dimensional Distribution.pdf
│   ├── libsvm.pdf
│   ├── libsvm_src(注释).pdf
│   ├── NewSVM.pdf
│   ├── One Against One or One Against All_Which One is Better for Handwriting Recognition with SVMs.pdf
│   ├── quadworkset.pdf
│   ├── smo-book.pdf
│   └── svmprob.pdf
├── 计算ρ值的公式.png
├── 训练数据样例.txt
└── 选择工作集公式.png

78 directories, 496 files

标签:

实例下载地址

《数据挖掘算法原理与实现》王振武 源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警