在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Android手机应用开发 → visual c++6程序设计导学代码

visual c++6程序设计导学代码

Android手机应用开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.66M
  • 下载次数:6
  • 浏览次数:86
  • 发布时间:2022-01-10
  • 实例类别:Android手机应用开发
  • 发 布 人:dajiangxi
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Visual C++ c++ 程序设计 c++ UA

实例介绍

【实例简介】visual c 6程序设计导学代码

【实例截图】

from clipboard

【核心代码】

.
├── Visual C 程序设计导学_清华版  原代码
│   ├── z1
│   │   ├── Shape
│   │   │   ├── Debug
│   │   │   ├── Ellipse.cpp
│   │   │   ├── Ellipse.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Rectangle.cpp
│   │   │   ├── Rectangle.h
│   │   │   ├── Shape.cpp
│   │   │   ├── Shape.dsp
│   │   │   ├── Shape.dsw
│   │   │   ├── Shape.ncb
│   │   │   ├── Shape.opt
│   │   │   ├── Shape.plg
│   │   │   ├── Shape1.cpp
│   │   │   ├── Shape1.h
│   │   │   ├── Square.cpp
│   │   │   ├── Square.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── Triangle.cpp
│   │   │   └── Triangle.h
│   │   └── Str
│   │       ├── Debug
│   │       ├── Mystr.cpp
│   │       ├── Mystr.h
│   │       ├── ReadMe.txt
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── Str.cpp
│   │       ├── Str.dsp
│   │       ├── Str.dsw
│   │       ├── Str.ncb
│   │       ├── Str.opt
│   │       └── Str.plg
│   ├── z10
│   │   ├── China
│   │   │   ├── China.aps
│   │   │   ├── China.clw
│   │   │   ├── China.cpp
│   │   │   ├── China.def
│   │   │   ├── China.dsp
│   │   │   ├── China.dsw
│   │   │   ├── China.ncb
│   │   │   ├── China.opt
│   │   │   ├── China.plg
│   │   │   ├── China.rc
│   │   │   ├── English
│   │   │   │   ├── English.aps
│   │   │   │   ├── English.clw
│   │   │   │   ├── English.cpp
│   │   │   │   ├── English.def
│   │   │   │   ├── English.dsp
│   │   │   │   ├── English.plg
│   │   │   │   ├── English.rc
│   │   │   │   ├── NullClass.cpp
│   │   │   │   ├── NullClass.h
│   │   │   │   ├── RES
│   │   │   │   │   └── English.rc2
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   ├── NullClass.cpp
│   │   │   ├── NullClass1.h
│   │   │   ├── RES
│   │   │   │   └── China.rc2
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── TEST
│   │   │       ├── Debug
│   │   │       │   ├── China.dll
│   │   │       │   └── English.dll
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── NullClass.h
│   │   │       ├── NullClass1.h
│   │   │       ├── RES
│   │   │       │   ├── TEST.ICO
│   │   │       │   ├── TEST.RC2
│   │   │       │   ├── Toolbar.bmp
│   │   │       │   └── testDoc.ico
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── TEST.APS
│   │   │       ├── TEST.CLW
│   │   │       ├── TEST.CPP
│   │   │       ├── TEST.DSP
│   │   │       ├── TEST.H
│   │   │       ├── TEST.PLG
│   │   │       ├── TEST.RC
│   │   │       ├── testDoc.cpp
│   │   │       ├── testDoc.h
│   │   │       ├── testView.cpp
│   │   │       └── testView.h
│   │   ├── EXTDLL
│   │   │   ├── CalDlg.cpp
│   │   │   ├── CalDlg.h
│   │   │   ├── Debug
│   │   │   ├── EXTDLL.APS
│   │   │   ├── EXTDLL.CLW
│   │   │   ├── EXTDLL.CPP
│   │   │   ├── EXTDLL.DEF
│   │   │   ├── EXTDLL.DSP
│   │   │   ├── EXTDLL.DSW
│   │   │   ├── EXTDLL.NCB
│   │   │   ├── EXTDLL.OPT
│   │   │   ├── EXTDLL.PLG
│   │   │   ├── EXTDLL.RC
│   │   │   ├── RES
│   │   │   │   └── EXTDLL.RC2
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── TESTDLL
│   │   │       ├── CalDlg.h
│   │   │       ├── Debug
│   │   │       │   └── EXTDLL.DLL
│   │   │       ├── EXTDLL.LIB
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── RES
│   │   │       │   ├── TESTDLL.ICO
│   │   │       │   ├── TESTDLL.RC2
│   │   │       │   ├── Toolbar.bmp
│   │   │       │   └── testdllDoc.ico
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── TESTDLL.APS
│   │   │       ├── TESTDLL.CLW
│   │   │       ├── TESTDLL.CPP
│   │   │       ├── TESTDLL.DSP
│   │   │       ├── TESTDLL.H
│   │   │       ├── TESTDLL.PLG
│   │   │       ├── TESTDLL.RC
│   │   │       ├── testdllDoc.cpp
│   │   │       ├── testdllDoc.h
│   │   │       ├── testdllView.cpp
│   │   │       └── testdllView.h
│   │   ├── RGDLL
│   │   │   ├── RES
│   │   │   │   └── RGDLL.RC2
│   │   │   ├── RGDLL.APS
│   │   │   ├── RGDLL.CLW
│   │   │   ├── RGDLL.CPP
│   │   │   ├── RGDLL.DEF
│   │   │   ├── RGDLL.DSP
│   │   │   ├── RGDLL.DSW
│   │   │   ├── RGDLL.H
│   │   │   ├── RGDLL.NCB
│   │   │   ├── RGDLL.OPT
│   │   │   ├── RGDLL.PLG
│   │   │   ├── RGDLL.RC
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── TESTDLL
│   │   │       ├── Debug
│   │   │       │   ├── RGDLL.DLL
│   │   │       │   └── VC60.IDB
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── RES
│   │   │       │   ├── TESTDLL.ICO
│   │   │       │   ├── TESTDLL.RC2
│   │   │       │   ├── Toolbar.bmp
│   │   │       │   └── testdllDoc.ico
│   │   │       ├── RGDLL.LIB
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── TESTDLL.APS
│   │   │       ├── TESTDLL.CLW
│   │   │       ├── TESTDLL.CPP
│   │   │       ├── TESTDLL.DSP
│   │   │       ├── TESTDLL.H
│   │   │       ├── TESTDLL.PLG
│   │   │       ├── TESTDLL.RC
│   │   │       ├── testdllDoc.cpp
│   │   │       ├── testdllDoc.h
│   │   │       ├── testdllView.cpp
│   │   │       └── testdllView.h
│   │   ├── mymath
│   │   │   ├── Debug
│   │   │   ├── mymath.cpp
│   │   │   ├── mymath.dsp
│   │   │   ├── mymath.dsw
│   │   │   ├── mymath.h
│   │   │   ├── mymath.ncb
│   │   │   ├── mymath.opt
│   │   │   ├── mymath.plg
│   │   │   └── test
│   │   │       ├── Debug
│   │   │       ├── MYMATH.H
│   │   │       ├── MYMATH.LIB
│   │   │       ├── ReadMe.txt
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── TEST.PLG
│   │   │       ├── res
│   │   │       │   ├── test.ico
│   │   │       │   └── test.rc2
│   │   │       ├── resource.h
│   │   │       ├── test.aps
│   │   │       ├── test.clw
│   │   │       ├── test.cpp
│   │   │       ├── test.dsp
│   │   │       ├── test.h
│   │   │       ├── test.rc
│   │   │       ├── testDlg.cpp
│   │   │       └── testDlg.h
│   │   ├── mymaths
│   │   │   ├── Debug
│   │   │   ├── MYMATHS.PLG
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── mymaths.cpp
│   │   │   ├── mymaths.dsp
│   │   │   ├── mymaths.dsw
│   │   │   ├── mymaths.h
│   │   │   ├── mymaths.ncb
│   │   │   ├── mymaths.opt
│   │   │   └── test
│   │   │       ├── Debug
│   │   │       ├── MYMATHS.H
│   │   │       ├── MYMATHS.LIB
│   │   │       ├── ReadMe.txt
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── TEST.PLG
│   │   │       ├── res
│   │   │       │   ├── test.ico
│   │   │       │   └── test.rc2
│   │   │       ├── resource.h
│   │   │       ├── test.aps
│   │   │       ├── test.clw
│   │   │       ├── test.cpp
│   │   │       ├── test.dsp
│   │   │       ├── test.h
│   │   │       ├── test.rc
│   │   │       ├── testDlg.cpp
│   │   │       └── testDlg.h
│   │   └── rdll
│   │       ├── Debug
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── rdll.aps
│   │       ├── rdll.clw
│   │       ├── rdll.cpp
│   │       ├── rdll.def
│   │       ├── rdll.dsp
│   │       ├── rdll.dsw
│   │       ├── rdll.h
│   │       ├── rdll.ncb
│   │       ├── rdll.opt
│   │       ├── rdll.rc
│   │       ├── res
│   │       │   └── rdll.rc2
│   │       └── testrdll
│   │           ├── Debug
│   │           ├── MainFrm.cpp
│   │           ├── MainFrm.h
│   │           ├── ReadMe.txt
│   │           ├── Resource.h
│   │           ├── StdAfx.cpp
│   │           ├── StdAfx.h
│   │           ├── res
│   │           │   ├── Toolbar.bmp
│   │           │   ├── testrdll.ico
│   │           │   ├── testrdll.rc2
│   │           │   └── testrdllDoc.ico
│   │           ├── testrdll.aps
│   │           ├── testrdll.clw
│   │           ├── testrdll.cpp
│   │           ├── testrdll.dsp
│   │           ├── testrdll.h
│   │           ├── testrdll.rc
│   │           ├── testrdllDoc.cpp
│   │           ├── testrdllDoc.h
│   │           ├── testrdllView.cpp
│   │           └── testrdllView.h
│   ├── z11
│   │   ├── Enroll
│   │   │   ├── Debug
│   │   │   ├── Enroll.aps
│   │   │   ├── Enroll.clw
│   │   │   ├── Enroll.cpp
│   │   │   ├── Enroll.dsp
│   │   │   ├── Enroll.dsw
│   │   │   ├── Enroll.h
│   │   │   ├── Enroll.ncb
│   │   │   ├── Enroll.opt
│   │   │   ├── Enroll.plg
│   │   │   ├── Enroll.rc
│   │   │   ├── EnrollDoc.cpp
│   │   │   ├── EnrollDoc.h
│   │   │   ├── EnrollSet.cpp
│   │   │   ├── EnrollSet.h
│   │   │   ├── EnrollView.cpp
│   │   │   ├── EnrollView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Enroll.ico
│   │   │   │   ├── Enroll.rc2
│   │   │   │   ├── EnrollDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── Enroll2
│   │   │   ├── CourseSet.cpp
│   │   │   ├── CourseSet.h
│   │   │   ├── Enroll.aps
│   │   │   ├── Enroll.clw
│   │   │   ├── Enroll.cpp
│   │   │   ├── Enroll.dsp
│   │   │   ├── Enroll.dsw
│   │   │   ├── Enroll.h
│   │   │   ├── Enroll.ncb
│   │   │   ├── Enroll.opt
│   │   │   ├── Enroll.plg
│   │   │   ├── Enroll.rc
│   │   │   ├── EnrollDoc.cpp
│   │   │   ├── EnrollDoc.h
│   │   │   ├── EnrollSet.cpp
│   │   │   ├── EnrollSet.h
│   │   │   ├── EnrollView.cpp
│   │   │   ├── EnrollView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Enroll.ico
│   │   │   │   ├── Enroll.rc2
│   │   │   │   ├── EnrollDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── Enroll3
│   │   │   ├── CourseSet.cpp
│   │   │   ├── CourseSet.h
│   │   │   ├── Enroll.aps
│   │   │   ├── Enroll.clw
│   │   │   ├── Enroll.cpp
│   │   │   ├── Enroll.dsp
│   │   │   ├── Enroll.dsw
│   │   │   ├── Enroll.h
│   │   │   ├── Enroll.ncb
│   │   │   ├── Enroll.opt
│   │   │   ├── Enroll.plg
│   │   │   ├── Enroll.rc
│   │   │   ├── EnrollDoc.cpp
│   │   │   ├── EnrollDoc.h
│   │   │   ├── EnrollSet.cpp
│   │   │   ├── EnrollSet.h
│   │   │   ├── EnrollView.cpp
│   │   │   ├── EnrollView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Enroll.ico
│   │   │   │   ├── Enroll.rc2
│   │   │   │   ├── EnrollDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── STDREG32.MDB
│   │   └── STEP4
│   │       ├── ADDFORM.CPP
│   │       ├── ADDFORM.H
│   │       ├── COURSSET.CPP
│   │       ├── COURSSET.H
│   │       ├── CRSFORM.CPP
│   │       ├── CRSFORM.H
│   │       ├── ENROLDOC.CPP
│   │       ├── ENROLDOC.H
│   │       ├── ENROLL.CLW
│   │       ├── ENROLL.CPP
│   │       ├── ENROLL.DSP
│   │       ├── ENROLL.DSW
│   │       ├── ENROLL.H
│   │       ├── ENROLL.MAK
│   │       ├── ENROLL.NCB
│   │       ├── ENROLL.OPT
│   │       ├── ENROLL.PLG
│   │       ├── ENROLL.RC
│   │       ├── Enroll.aps
│   │       ├── MAINFRM.CPP
│   │       ├── MAINFRM.H
│   │       ├── MAKEFILE
│   │       ├── README.TXT
│   │       ├── RES
│   │       │   ├── ENROLL.ICO
│   │       │   ├── ENROLL.RC2
│   │       │   └── TOOLBAR.BMP
│   │       ├── RESOURCE.H
│   │       ├── SECTFORM.CPP
│   │       ├── SECTFORM.H
│   │       ├── SECTSET.CPP
│   │       ├── SECTSET.H
│   │       ├── STDAFX.CPP
│   │       └── STDAFX.H
│   ├── z12
│   │   └── Cord
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── Circle.cpp
│   │       ├── Circle.h
│   │       ├── Cord.aps
│   │       ├── Cord.clw
│   │       ├── Cord.cpp
│   │       ├── Cord.dsp
│   │       ├── Cord.dsw
│   │       ├── Cord.h
│   │       ├── Cord.ncb
│   │       ├── Cord.opt
│   │       ├── Cord.plg
│   │       ├── Cord.rc
│   │       ├── Cord.reg
│   │       ├── Cord1.ord
│   │       ├── Cord3.ord
│   │       ├── CordDoc.cpp
│   │       ├── CordDoc.h
│   │       ├── Debug
│   │       ├── DrawView.cpp
│   │       ├── DrawView.h
│   │       ├── Line.cpp
│   │       ├── Line.h
│   │       ├── MFC11D.TMP
│   │       ├── MFC11E.TMP
│   │       ├── MFC13F.TMP
│   │       ├── MFC14.TMP
│   │       ├── MFCA9.TMP
│   │       ├── MFCEF.TMP
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── RECT.H
│   │       ├── RES
│   │       │   ├── CURSOR1.CUR
│   │       │   ├── CURSOR2.CUR
│   │       │   ├── Cord.ico
│   │       │   ├── Cord.rc2
│   │       │   ├── CordDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── ReadMe.txt
│   │       ├── Rect.cpp
│   │       ├── Recth
│   │       ├── Resource.h
│   │       ├── Shape.cpp
│   │       ├── Shape.h
│   │       ├── StdAfx.cpp
│   │       └── StdAfx.h
│   ├── z2
│   │   ├── MyWin
│   │   │   ├── BITMAP1.BMP
│   │   │   ├── Debug
│   │   │   ├── MyWin.aps
│   │   │   ├── MyWin.cpp
│   │   │   ├── MyWin.dsp
│   │   │   ├── MyWin.dsw
│   │   │   ├── MyWin.h
│   │   │   ├── MyWin.ico
│   │   │   ├── MyWin.ncb
│   │   │   ├── MyWin.opt
│   │   │   ├── MyWin.plg
│   │   │   ├── MyWin.rc
│   │   │   ├── RESOURCE.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── SMALL.ICO
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── MyWin1
│   │   │   ├── BITMAP1.BMP
│   │   │   ├── Debug
│   │   │   ├── MyWin.aps
│   │   │   ├── MyWin.cpp
│   │   │   ├── MyWin.dsp
│   │   │   ├── MyWin.dsw
│   │   │   ├── MyWin.h
│   │   │   ├── MyWin.ico
│   │   │   ├── MyWin.ncb
│   │   │   ├── MyWin.opt
│   │   │   ├── MyWin.plg
│   │   │   ├── MyWin.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── SMALL.ICO
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── resource.h
│   │   └── W32
│   │       ├── Debug
│   │       │   ├── VC60.IDB
│   │       │   ├── VC60.PDB
│   │       │   └── W32T2.EXE
│   │       ├── W.CPP
│   │       ├── W32T2.DSP
│   │       ├── W32T2.DSW
│   │       ├── W32T2.NCB
│   │       ├── W32T2.OPT
│   │       └── W32T2.PLG
│   ├── z3
│   │   ├── Hellos
│   │   │   ├── Hellos.clw
│   │   │   ├── Hellos.cpp
│   │   │   ├── Hellos.dsp
│   │   │   ├── Hellos.dsw
│   │   │   ├── Hellos.h
│   │   │   ├── Hellos.ncb
│   │   │   ├── Hellos.opt
│   │   │   ├── Hellos.plg
│   │   │   ├── Hellos.rc
│   │   │   ├── HellosDoc.cpp
│   │   │   ├── HellosDoc.h
│   │   │   ├── HellosView.cpp
│   │   │   ├── HellosView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── res
│   │   │       ├── Hellos.ico
│   │   │       ├── Hellos.rc2
│   │   │       ├── HellosDoc.ico
│   │   │       └── Toolbar.bmp
│   │   └── S
│   ├── z4
│   │   ├── Edit
│   │   │   ├── Edit.aps
│   │   │   ├── Edit.clw
│   │   │   ├── Edit.cpp
│   │   │   ├── Edit.dsp
│   │   │   ├── Edit.dsw
│   │   │   ├── Edit.h
│   │   │   ├── Edit.ncb
│   │   │   ├── Edit.opt
│   │   │   ├── Edit.plg
│   │   │   ├── Edit.rc
│   │   │   ├── EditDoc.cpp
│   │   │   ├── EditDoc.h
│   │   │   ├── EditView.cpp
│   │   │   ├── EditView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── Mydlg.cpp
│   │   │   ├── Mydlg.h
│   │   │   ├── Myedit.cpp
│   │   │   ├── Myedit.h
│   │   │   ├── RES
│   │   │   │   ├── Edit.ico
│   │   │   │   ├── Edit.rc2
│   │   │   │   ├── EditDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── Hello
│   │   │   ├── Debug
│   │   │   ├── Hello.aps
│   │   │   ├── Hello.clw
│   │   │   ├── Hello.cpp
│   │   │   ├── Hello.dsp
│   │   │   ├── Hello.dsw
│   │   │   ├── Hello.h
│   │   │   ├── Hello.ncb
│   │   │   ├── Hello.opt
│   │   │   ├── Hello.plg
│   │   │   ├── Hello.rc
│   │   │   ├── HelloDoc.cpp
│   │   │   ├── HelloDoc.h
│   │   │   ├── HelloView.cpp
│   │   │   ├── HelloView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Hello.ico
│   │   │   │   ├── Hello.rc2
│   │   │   │   ├── HelloDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── X
│   │   ├── MSG1
│   │   │   ├── MSG1.APS
│   │   │   ├── MSG1.CLW
│   │   │   ├── MSG1.CPP
│   │   │   ├── MSG1.DSP
│   │   │   ├── MSG1.DSW
│   │   │   ├── MSG1.H
│   │   │   ├── MSG1.NCB
│   │   │   ├── MSG1.OPT
│   │   │   ├── MSG1.PLG
│   │   │   ├── MSG1.RC
│   │   │   ├── PERON.DAT
│   │   │   ├── PERSON.DAT
│   │   │   ├── Person.cpp
│   │   │   ├── Person.h
│   │   │   ├── RES
│   │   │   │   ├── MSG1.ICO
│   │   │   │   └── MSG1.RC2
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── msg1Dlg.cpp
│   │   │   └── msg1Dlg.h
│   │   └── MSG2
│   │       ├── MSG2.APS
│   │       ├── MSG2.CLW
│   │       ├── MSG2.CPP
│   │       ├── MSG2.DSP
│   │       ├── MSG2.DSW
│   │       ├── MSG2.H
│   │       ├── MSG2.NCB
│   │       ├── MSG2.OPT
│   │       ├── MSG2.PLG
│   │       ├── MSG2.RC
│   │       ├── RES
│   │       │   ├── MSG2.ICO
│   │       │   └── MSG2.RC2
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── msg2Dlg.cpp
│   │       └── msg2Dlg.h
│   ├── z5
│   │   ├── Db
│   │   │   ├── Db.aps
│   │   │   ├── Db.clw
│   │   │   ├── Db.cpp
│   │   │   ├── Db.dsp
│   │   │   ├── Db.dsw
│   │   │   ├── Db.h
│   │   │   ├── Db.ncb
│   │   │   ├── Db.opt
│   │   │   ├── Db.plg
│   │   │   ├── Db.rc
│   │   │   ├── DbDoc.cpp
│   │   │   ├── DbDoc.h
│   │   │   ├── DbView.cpp
│   │   │   ├── DbView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MyDlgBar.cpp
│   │   │   ├── MyDlgBar.h
│   │   │   ├── RES
│   │   │   │   ├── CURSOR1.CUR
│   │   │   │   ├── Db.ico
│   │   │   │   ├── Db.rc2
│   │   │   │   ├── DbDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── Rb
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MyDlgBar.cpp
│   │   │   ├── MyDlgBar.h
│   │   │   ├── RES
│   │   │   │   ├── Rb.ico
│   │   │   │   ├── Rb.rc2
│   │   │   │   ├── RbDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Rb.aps
│   │   │   ├── Rb.clw
│   │   │   ├── Rb.cpp
│   │   │   ├── Rb.dsp
│   │   │   ├── Rb.dsw
│   │   │   ├── Rb.h
│   │   │   ├── Rb.ncb
│   │   │   ├── Rb.opt
│   │   │   ├── Rb.plg
│   │   │   ├── Rb.rc
│   │   │   ├── RbDoc.cpp
│   │   │   ├── RbDoc.h
│   │   │   ├── RbView.cpp
│   │   │   ├── RbView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── Tb
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── TOOLBAR1.BMP
│   │   │   │   ├── Tb.ico
│   │   │   │   ├── Tb.rc2
│   │   │   │   ├── TbDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── RESOURCE.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── Tb.aps
│   │   │   ├── Tb.clw
│   │   │   ├── Tb.cpp
│   │   │   ├── Tb.dsp
│   │   │   ├── Tb.dsw
│   │   │   ├── Tb.h
│   │   │   ├── Tb.ncb
│   │   │   ├── Tb.opt
│   │   │   ├── Tb.plg
│   │   │   ├── Tb.rc
│   │   │   ├── TbDoc.cpp
│   │   │   ├── TbDoc.h
│   │   │   ├── TbView.cpp
│   │   │   └── TbView.h
│   │   └── pb
│   │       ├── CHILDFRM.CPP
│   │       ├── CHILDFRM.H
│   │       ├── Debug
│   │       ├── MAINFRM.CPP
│   │       ├── Mainfrm.h
│   │       ├── Mystbar.cpp
│   │       ├── Mystbar.h
│   │       ├── PB.APS
│   │       ├── PB.CLW
│   │       ├── PB.CPP
│   │       ├── PB.DSP
│   │       ├── PB.DSW
│   │       ├── PB.H
│   │       ├── PB.NCB
│   │       ├── PB.OPT
│   │       ├── PB.PLG
│   │       ├── PB.RC
│   │       ├── RES
│   │       │   ├── PB.ICO
│   │       │   ├── PB.RC2
│   │       │   ├── TOOLBAR.BMP
│   │       │   ├── WZD.ICO
│   │       │   ├── WZD.RC2
│   │       │   ├── WZDDOC.ICO
│   │       │   └── pbDoc.ico
│   │       ├── RESOURCE.H
│   │       ├── ReadMe.txt
│   │       ├── STDAFX.CPP
│   │       ├── STDAFX.H
│   │       ├── WIZARD
│   │       │   ├── README.WZD
│   │       │   ├── WZD.DIR
│   │       │   ├── WZDSTBAR.CPP
│   │       │   └── WZDSTBAR.H
│   │       ├── WZD.CPP
│   │       ├── WZD.DSW
│   │       ├── WZD.H
│   │       ├── WZD.OPT
│   │       ├── WZD.RC
│   │       ├── WZD.ncb
│   │       ├── WZDDOC.CPP
│   │       ├── WZDDOC.H
│   │       ├── WZDVIEW.CPP
│   │       ├── WZDVIEW.H
│   │       ├── Wzd.001
│   │       ├── Wzd.002
│   │       ├── Wzd.aps
│   │       ├── Wzd.dsp
│   │       ├── Wzdstbar.cpp
│   │       ├── Wzdstbar.h
│   │       ├── pbDoc.cpp
│   │       ├── pbDoc.h
│   │       ├── pbView.cpp
│   │       └── pbView.h
│   ├── z6
│   │   └── Register
│   │       ├── Debug
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── Page1.cpp
│   │       ├── Page1.h
│   │       ├── Page2.cpp
│   │       ├── Page2.h
│   │       ├── Page3.cpp
│   │       ├── Page3.h
│   │       ├── PersonalPage.cpp
│   │       ├── PersonalPage.h
│   │       ├── RES
│   │       │   ├── Register.ico
│   │       │   ├── Register.rc2
│   │       │   ├── RegisterDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── ReadMe.txt
│   │       ├── Register.aps
│   │       ├── Register.clw
│   │       ├── Register.cpp
│   │       ├── Register.dsp
│   │       ├── Register.dsw
│   │       ├── Register.h
│   │       ├── Register.ncb
│   │       ├── Register.opt
│   │       ├── Register.plg
│   │       ├── Register.rc
│   │       ├── RegisterDoc.cpp
│   │       ├── RegisterDoc.h
│   │       ├── RegisterSheet.cpp
│   │       ├── RegisterSheet.h
│   │       ├── RegisterView.cpp
│   │       ├── RegisterView.h
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── UnitPage.cpp
│   │       ├── UnitPage.h
│   │       ├── WizardSheet.cpp
│   │       └── WizardSheet.h
│   ├── z7
│   │   ├── Draw
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── Draw.aps
│   │   │   ├── Draw.clw
│   │   │   ├── Draw.cpp
│   │   │   ├── Draw.dsp
│   │   │   ├── Draw.dsw
│   │   │   ├── Draw.h
│   │   │   ├── Draw.ncb
│   │   │   ├── Draw.opt
│   │   │   ├── Draw.plg
│   │   │   ├── Draw.rc
│   │   │   ├── DrawDoc.cpp
│   │   │   ├── DrawDoc.h
│   │   │   ├── DrawView.cpp
│   │   │   ├── DrawView.h
│   │   │   ├── Line.cpp
│   │   │   ├── Line.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── CURSOR1.CUR
│   │   │   │   ├── Draw.ico
│   │   │   │   ├── Draw.rc2
│   │   │   │   ├── DrawDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── WCOM
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Toolbar.bmp
│   │   │   │   ├── WCOM.ICO
│   │   │   │   ├── WCOM.RC2
│   │   │   │   └── wcomDoc.ico
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── WCOM.APS
│   │   │   ├── WCOM.CLW
│   │   │   ├── WCOM.CPP
│   │   │   ├── WCOM.DSP
│   │   │   ├── WCOM.DSW
│   │   │   ├── WCOM.H
│   │   │   ├── WCOM.NCB
│   │   │   ├── WCOM.OPT
│   │   │   ├── WCOM.PLG
│   │   │   ├── WCOM.RC
│   │   │   ├── wcomDoc.cpp
│   │   │   ├── wcomDoc.h
│   │   │   ├── wcomView.cpp
│   │   │   └── wcomView.h
│   │   └── full-Draw
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── Draw.aps
│   │       ├── Draw.clw
│   │       ├── Draw.cpp
│   │       ├── Draw.dsp
│   │       ├── Draw.dsw
│   │       ├── Draw.h
│   │       ├── Draw.ncb
│   │       ├── Draw.opt
│   │       ├── Draw.plg
│   │       ├── Draw.rc
│   │       ├── Draw1
│   │       ├── DrawDoc.cpp
│   │       ├── DrawDoc.h
│   │       ├── DrawView.cpp
│   │       ├── DrawView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── RES
│   │       │   ├── Draw.ico
│   │       │   ├── Draw.rc2
│   │       │   ├── DrawDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── Stroke.cpp
│   │       └── Stroke.h
│   ├── z8
│   │   ├── Editor
│   │   │   ├── Editor.aps
│   │   │   ├── Editor.clw
│   │   │   ├── Editor.cpp
│   │   │   ├── Editor.dsp
│   │   │   ├── Editor.dsw
│   │   │   ├── Editor.h
│   │   │   ├── Editor.ncb
│   │   │   ├── Editor.opt
│   │   │   ├── Editor.plg
│   │   │   ├── Editor.rc
│   │   │   ├── Editor.reg
│   │   │   ├── EditorDoc.cpp
│   │   │   ├── EditorDoc.h
│   │   │   ├── EditorView.cpp
│   │   │   ├── EditorView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── RES
│   │   │   │   ├── Editor.ico
│   │   │   │   ├── Editor.rc2
│   │   │   │   ├── EditorDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── 无标题.txt
│   │   ├── Input
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── Input.aps
│   │   │   ├── Input.clw
│   │   │   ├── Input.cpp
│   │   │   ├── Input.dsp
│   │   │   ├── Input.dsw
│   │   │   ├── Input.h
│   │   │   ├── Input.ncb
│   │   │   ├── Input.opt
│   │   │   ├── Input.plg
│   │   │   ├── Input.rc
│   │   │   ├── Input1
│   │   │   ├── InputDoc.cpp
│   │   │   ├── InputDoc.h
│   │   │   ├── InputView.cpp
│   │   │   ├── InputView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── Person.cpp
│   │   │   ├── Person.h
│   │   │   ├── RES
│   │   │   │   ├── Input.ico
│   │   │   │   ├── Input.rc2
│   │   │   │   ├── InputDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── 滚动Editor
│   │       ├── Editor.aps
│   │       ├── Editor.clw
│   │       ├── Editor.cpp
│   │       ├── Editor.dsp
│   │       ├── Editor.dsw
│   │       ├── Editor.h
│   │       ├── Editor.ncb
│   │       ├── Editor.opt
│   │       ├── Editor.plg
│   │       ├── Editor.rc
│   │       ├── Editor.reg
│   │       ├── EditorDoc.cpp
│   │       ├── EditorDoc.h
│   │       ├── EditorView.cpp
│   │       ├── EditorView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── RES
│   │       │   ├── Editor.ico
│   │       │   ├── Editor.rc2
│   │       │   ├── EditorDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── 无标题.txt
│   └── z9
│       ├── Curve
│       │   ├── CURVE.APS
│       │   ├── CURVE.PLG
│       │   ├── CurvView.cpp
│       │   ├── CurvView.h
│       │   ├── Curve.clw
│       │   ├── Curve.cpp
│       │   ├── Curve.dsp
│       │   ├── Curve.dsw
│       │   ├── Curve.h
│       │   ├── Curve.ncb
│       │   ├── Curve.opt
│       │   ├── Curve.rc
│       │   ├── Curve.reg
│       │   ├── CurveDoc.cpp
│       │   ├── CurveDoc.h
│       │   ├── Debug
│       │   ├── GenView.cpp
│       │   ├── GenView.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── MySplitter.cpp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   ├── StdAfx.h
│       │   └── res
│       │       ├── Curve.ico
│       │       ├── Curve.rc2
│       │       ├── CurveDoc.ico
│       │       └── Toolbar.bmp
│       ├── PROG2
│       │   ├── ChildFrm.cpp
│       │   ├── ChildFrm.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── PROG2.CLW
│       │   ├── PROG2.CPP
│       │   ├── PROG2.DSP
│       │   ├── PROG2.DSW
│       │   ├── PROG2.H
│       │   ├── PROG2.NCB
│       │   ├── PROG2.OPT
│       │   ├── PROG2.PLG
│       │   ├── PROG2.RC
│       │   ├── PROG2.REG
│       │   ├── PROG2Doc.cpp
│       │   ├── PROG2Doc.h
│       │   ├── PROG2View.cpp
│       │   ├── PROG2View.h
│       │   ├── RES
│       │   │   ├── PROG2.ICO
│       │   │   ├── PROG2.RC2
│       │   │   ├── PROG2Doc.ico
│       │   │   └── Toolbar.bmp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   └── StdAfx.h
│       ├── PROG3
│       │   ├── BarView.cpp
│       │   ├── BarView.h
│       │   ├── DigitView.cpp
│       │   ├── DigitView.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── PROG3.APS
│       │   ├── PROG3.CLW
│       │   ├── PROG3.CPP
│       │   ├── PROG3.DSP
│       │   ├── PROG3.DSW
│       │   ├── PROG3.H
│       │   ├── PROG3.NCB
│       │   ├── PROG3.OPT
│       │   ├── PROG3.PLG
│       │   ├── PROG3.RC
│       │   ├── PROG3.REG
│       │   ├── PROG3Doc.cpp
│       │   ├── PROG3Doc.h
│       │   ├── RES
│       │   │   ├── PROG3.ICO
│       │   │   ├── PROG3.RC2
│       │   │   ├── PROG3Doc.ico
│       │   │   └── Toolbar.bmp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   └── StdAfx.h
│       ├── PROG4
│       │   ├── BarView.cpp
│       │   ├── BarView.h
│       │   ├── ChildFrm.cpp
│       │   ├── ChildFrm.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── PROG4.APS
│       │   ├── PROG4.CLW
│       │   ├── PROG4.CPP
│       │   ├── PROG4.DSP
│       │   ├── PROG4.DSW
│       │   ├── PROG4.H
│       │   ├── PROG4.NCB
│       │   ├── PROG4.OPT
│       │   ├── PROG4.PLG
│       │   ├── PROG4.RC
│       │   ├── PROG4.REG
│       │   ├── PROG4Doc.cpp
│       │   ├── PROG4Doc.h
│       │   ├── PROG4View.cpp
│       │   ├── PROG4View.h
│       │   ├── PolyView.cpp
│       │   ├── PolyView.h
│       │   ├── RES
│       │   │   ├── PROG4.ICO
│       │   │   ├── PROG4.RC2
│       │   │   ├── PROG4Doc.ico
│       │   │   └── Toolbar.bmp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   └── StdAfx.h
│       ├── PROG5
│       │   ├── ItalicsView.cpp
│       │   ├── ItalicsView.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── PROG5.APS
│       │   ├── PROG5.CLW
│       │   ├── PROG5.CPP
│       │   ├── PROG5.DSP
│       │   ├── PROG5.DSW
│       │   ├── PROG5.H
│       │   ├── PROG5.NCB
│       │   ├── PROG5.OPT
│       │   ├── PROG5.PLG
│       │   ├── PROG5.RC
│       │   ├── PROG5Doc.cpp
│       │   ├── PROG5Doc.h
│       │   ├── PROG5View.cpp
│       │   ├── PROG5View.h
│       │   ├── RES
│       │   │   ├── CURSOR1.CUR
│       │   │   ├── PROG5.ICO
│       │   │   ├── PROG5.RC2
│       │   │   ├── PROG5Doc.ico
│       │   │   └── Toolbar.bmp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   └── StdAfx.h
│       ├── PROG6
│       │   ├── ChildFrm.cpp
│       │   ├── ChildFrm.h
│       │   ├── ItalicsView.cpp
│       │   ├── ItalicsView.h
│       │   ├── MainFrm.cpp
│       │   ├── MainFrm.h
│       │   ├── PROG6.APS
│       │   ├── PROG6.CLW
│       │   ├── PROG6.CPP
│       │   ├── PROG6.DSP
│       │   ├── PROG6.DSW
│       │   ├── PROG6.H
│       │   ├── PROG6.NCB
│       │   ├── PROG6.OPT
│       │   ├── PROG6.PLG
│       │   ├── PROG6.RC
│       │   ├── PROG6Doc.cpp
│       │   ├── PROG6Doc.h
│       │   ├── PROG6View.cpp
│       │   ├── PROG6View.h
│       │   ├── RES
│       │   │   ├── PROG6.ICO
│       │   │   ├── PROG6.RC2
│       │   │   ├── PROG6Doc.ico
│       │   │   └── Toolbar.bmp
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── StdAfx.cpp
│       │   └── StdAfx.h
│       └── Prog1
│           ├── MainFrm.cpp
│           ├── MainFrm.h
│           ├── Prog1.clw
│           ├── Prog1.cpp
│           ├── Prog1.dsp
│           ├── Prog1.dsw
│           ├── Prog1.h
│           ├── Prog1.ncb
│           ├── Prog1.opt
│           ├── Prog1.plg
│           ├── Prog1.rc
│           ├── Prog1.reg
│           ├── Prog1Doc.cpp
│           ├── Prog1Doc.h
│           ├── Prog1View.cpp
│           ├── Prog1View.h
│           ├── RES
│           │   ├── Prog1.ico
│           │   ├── Prog1.rc2
│           │   ├── Prog1Doc.ico
│           │   └── Toolbar.bmp
│           ├── ReadMe.txt
│           ├── Resource.h
│           ├── StdAfx.cpp
│           └── StdAfx.h
└── 好例子网_Visual C 程序设计导学_清华版  原代码.rar

122 directories, 1095 files


实例下载地址

visual c++6程序设计导学代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警