├── .gitattributes ├── .idea ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── note of QM(Griffiths).iml ├── vcs.xml └── workspace.xml ├── MMASourceCode └── fig8-2.nb ├── appendix.aux ├── appendix.tex ├── appendix_group.aux ├── appendix_group.tex ├── back_cover ├── cover.pdf ├── cover.tex └── readme.md ├── book ├── appendix.aux ├── appendix.tex ├── appendix_group.aux ├── appendix_group.tex ├── book.aux ├── book.log ├── book.out ├── book.pdf ├── book.synctex.gz ├── book.tex ├── book.thm ├── book.toc ├── chapter01.aux ├── chapter01.tex ├── chapter02.aux ├── chapter02.tex ├── chapter03.aux ├── chapter03.tex ├── chapter04.aux ├── chapter04.tex ├── chapter05.aux ├── chapter05.tex ├── chapter06.aux ├── chapter06.tex ├── chapter07.aux ├── chapter07.tex ├── chapter08.aux ├── chapter08.tex ├── chapter09.aux ├── chapter09.tex ├── fig │ ├── 1.1.png │ ├── 2-3-a.eps │ ├── 2-3-b.eps │ ├── 2-3-c.eps │ ├── 2-5-1.eps │ ├── 2-5-2.eps │ ├── 2-7-1.eps │ ├── 3-1.eps │ ├── 4-1.png │ ├── 4-2.eps │ ├── 4-3.eps │ ├── 5-1-a.eps │ ├── 5-1-b.eps │ ├── 5-2.jpg │ ├── 5-3.jpg │ ├── 6-4.pdf │ ├── 6.3.pdf │ ├── 7.1.pdf │ ├── 8-2.eps │ ├── 9-1.pdf │ ├── 9-2.pdf │ ├── 9-3.pdf │ ├── 9-4-a.pdf │ ├── 9-4-b.pdf │ ├── 9-5.pdf │ ├── 9-7.pdf │ ├── 9-8.pdf │ ├── 9-x.pdf │ ├── CG-coefficients.pdf │ ├── a-1.eps │ ├── a-2.eps │ ├── a-3.eps │ ├── a-4.eps │ ├── b-1.eps │ └── b-2.eps └── videos │ ├── equation_insection │ ├── equation_insection-0.png │ ├── equation_insection-1.png │ ├── equation_insection-10.png │ ├── equation_insection-11.png │ ├── equation_insection-12.png │ ├── equation_insection-13.png │ ├── equation_insection-14.png │ ├── equation_insection-15.png │ ├── equation_insection-16.png │ ├── equation_insection-17.png │ ├── equation_insection-18.png │ ├── equation_insection-19.png │ ├── equation_insection-2.png │ ├── equation_insection-20.png │ ├── equation_insection-21.png │ ├── equation_insection-22.png │ ├── equation_insection-23.png │ ├── equation_insection-24.png │ ├── equation_insection-25.png │ ├── equation_insection-26.png │ ├── equation_insection-27.png │ ├── equation_insection-28.png │ ├── equation_insection-29.png │ ├── equation_insection-3.png │ ├── equation_insection-30.png │ ├── equation_insection-31.png │ ├── equation_insection-32.png │ ├── equation_insection-33.png │ ├── equation_insection-34.png │ ├── equation_insection-35.png │ ├── equation_insection-36.png │ ├── equation_insection-37.png │ ├── equation_insection-38.png │ ├── equation_insection-39.png │ ├── equation_insection-4.png │ ├── equation_insection-40.png │ ├── equation_insection-41.png │ ├── equation_insection-42.png │ ├── equation_insection-43.png │ ├── equation_insection-44.png │ ├── equation_insection-45.png │ ├── equation_insection-46.png │ ├── equation_insection-47.png │ ├── equation_insection-48.png │ ├── equation_insection-49.png │ ├── equation_insection-5.png │ ├── equation_insection-50.png │ ├── equation_insection-51.png │ ├── equation_insection-52.png │ ├── equation_insection-53.png │ ├── equation_insection-54.png │ ├── equation_insection-55.png │ ├── equation_insection-56.png │ ├── equation_insection-57.png │ ├── equation_insection-58.png │ ├── equation_insection-59.png │ ├── equation_insection-6.png │ ├── equation_insection-7.png │ ├── equation_insection-8.png │ ├── equation_insection-9.png │ └── equation_insection.gif │ └── wave_group │ ├── Wave_group.gif │ ├── group_v.mp4 │ ├── wave_group-0.png │ ├── wave_group-1.png │ ├── wave_group-10.png │ ├── wave_group-100.png │ ├── wave_group-101.png │ ├── wave_group-102.png │ ├── wave_group-103.png │ ├── wave_group-104.png │ ├── wave_group-105.png │ ├── wave_group-106.png │ ├── wave_group-107.png │ ├── wave_group-108.png │ ├── wave_group-109.png │ ├── wave_group-11.png │ ├── wave_group-110.png │ ├── wave_group-111.png │ ├── wave_group-112.png │ ├── wave_group-113.png │ ├── wave_group-114.png │ ├── wave_group-115.png │ ├── wave_group-116.png │ ├── wave_group-117.png │ ├── wave_group-118.png │ ├── wave_group-119.png │ ├── wave_group-12.png │ ├── wave_group-120.png │ ├── wave_group-121.png │ ├── wave_group-122.png │ ├── wave_group-123.png │ ├── wave_group-124.png │ ├── wave_group-125.png │ ├── wave_group-126.png │ ├── wave_group-127.png │ ├── wave_group-128.png │ ├── wave_group-129.png │ ├── wave_group-13.png │ ├── wave_group-130.png │ ├── wave_group-131.png │ ├── wave_group-132.png │ ├── wave_group-133.png │ ├── wave_group-134.png │ ├── wave_group-135.png │ ├── wave_group-136.png │ ├── wave_group-137.png │ ├── wave_group-138.png │ ├── wave_group-139.png │ ├── wave_group-14.png │ ├── wave_group-140.png │ ├── wave_group-141.png │ ├── wave_group-142.png │ ├── wave_group-143.png │ ├── wave_group-144.png │ ├── wave_group-145.png │ ├── wave_group-146.png │ ├── wave_group-147.png │ ├── wave_group-148.png │ ├── wave_group-149.png │ ├── wave_group-15.png │ ├── wave_group-150.png │ ├── wave_group-151.png │ ├── wave_group-152.png │ ├── wave_group-153.png │ ├── wave_group-154.png │ ├── wave_group-155.png │ ├── wave_group-156.png │ ├── wave_group-157.png │ ├── wave_group-158.png │ ├── wave_group-159.png │ ├── wave_group-16.png │ ├── wave_group-160.png │ ├── wave_group-161.png │ ├── wave_group-162.png │ ├── wave_group-163.png │ ├── wave_group-164.png │ ├── wave_group-165.png │ ├── wave_group-166.png │ ├── wave_group-167.png │ ├── wave_group-168.png │ ├── wave_group-169.png │ ├── wave_group-17.png │ ├── wave_group-170.png │ ├── wave_group-171.png │ ├── wave_group-172.png │ ├── wave_group-173.png │ ├── wave_group-174.png │ ├── wave_group-175.png │ ├── wave_group-176.png │ ├── wave_group-177.png │ ├── wave_group-178.png │ ├── wave_group-179.png │ ├── wave_group-18.png │ ├── wave_group-180.png │ ├── wave_group-181.png │ ├── wave_group-182.png │ ├── wave_group-183.png │ ├── wave_group-184.png │ ├── wave_group-185.png │ ├── wave_group-186.png │ ├── wave_group-187.png │ ├── wave_group-188.png │ ├── wave_group-189.png │ ├── wave_group-19.png │ ├── wave_group-190.png │ ├── wave_group-191.png │ ├── wave_group-192.png │ ├── wave_group-193.png │ ├── wave_group-194.png │ ├── wave_group-195.png │ ├── wave_group-196.png │ ├── wave_group-197.png │ ├── wave_group-198.png │ ├── wave_group-199.png │ ├── wave_group-2.png │ ├── wave_group-20.png │ ├── wave_group-200.png │ ├── wave_group-201.png │ ├── wave_group-202.png │ ├── wave_group-203.png │ ├── wave_group-204.png │ ├── wave_group-205.png │ ├── wave_group-206.png │ ├── wave_group-207.png │ ├── wave_group-208.png │ ├── wave_group-209.png │ ├── wave_group-21.png │ ├── wave_group-210.png │ ├── wave_group-211.png │ ├── wave_group-212.png │ ├── wave_group-213.png │ ├── wave_group-214.png │ ├── wave_group-215.png │ ├── wave_group-216.png │ ├── wave_group-217.png │ ├── wave_group-218.png │ ├── wave_group-219.png │ ├── wave_group-22.png │ ├── wave_group-220.png │ ├── wave_group-221.png │ ├── wave_group-222.png │ ├── wave_group-223.png │ ├── wave_group-224.png │ ├── wave_group-225.png │ ├── wave_group-226.png │ ├── wave_group-227.png │ ├── wave_group-228.png │ ├── wave_group-229.png │ ├── wave_group-23.png │ ├── wave_group-230.png │ ├── wave_group-231.png │ ├── wave_group-232.png │ ├── wave_group-233.png │ ├── wave_group-234.png │ ├── wave_group-235.png │ ├── wave_group-236.png │ ├── wave_group-237.png │ ├── wave_group-238.png │ ├── wave_group-239.png │ ├── wave_group-24.png │ ├── wave_group-240.png │ ├── wave_group-241.png │ ├── wave_group-242.png │ ├── wave_group-243.png │ ├── wave_group-244.png │ ├── wave_group-245.png │ ├── wave_group-246.png │ ├── wave_group-247.png │ ├── wave_group-248.png │ ├── wave_group-249.png │ ├── wave_group-25.png │ ├── wave_group-250.png │ ├── wave_group-26.png │ ├── wave_group-27.png │ ├── wave_group-28.png │ ├── wave_group-29.png │ ├── wave_group-3.png │ ├── wave_group-30.png │ ├── wave_group-31.png │ ├── wave_group-32.png │ ├── wave_group-33.png │ ├── wave_group-34.png │ ├── wave_group-35.png │ ├── wave_group-36.png │ ├── wave_group-37.png │ ├── wave_group-38.png │ ├── wave_group-39.png │ ├── wave_group-4.png │ ├── wave_group-40.png │ ├── wave_group-41.png │ ├── wave_group-42.png │ ├── wave_group-43.png │ ├── wave_group-44.png │ ├── wave_group-45.png │ ├── wave_group-46.png │ ├── wave_group-47.png │ ├── wave_group-48.png │ ├── wave_group-49.png │ ├── wave_group-5.png │ ├── wave_group-50.png │ ├── wave_group-51.png │ ├── wave_group-52.png │ ├── wave_group-53.png │ ├── wave_group-54.png │ ├── wave_group-55.png │ ├── wave_group-56.png │ ├── wave_group-57.png │ ├── wave_group-58.png │ ├── wave_group-59.png │ ├── wave_group-6.png │ ├── wave_group-60.png │ ├── wave_group-61.png │ ├── wave_group-62.png │ ├── wave_group-63.png │ ├── wave_group-64.png │ ├── wave_group-65.png │ ├── wave_group-66.png │ ├── wave_group-67.png │ ├── wave_group-68.png │ ├── wave_group-69.png │ ├── wave_group-7.png │ ├── wave_group-70.png │ ├── wave_group-71.png │ ├── wave_group-72.png │ ├── wave_group-73.png │ ├── wave_group-74.png │ ├── wave_group-75.png │ ├── wave_group-76.png │ ├── wave_group-77.png │ ├── wave_group-78.png │ ├── wave_group-79.png │ ├── wave_group-8.png │ ├── wave_group-80.png │ ├── wave_group-81.png │ ├── wave_group-82.png │ ├── wave_group-83.png │ ├── wave_group-84.png │ ├── wave_group-85.png │ ├── wave_group-86.png │ ├── wave_group-87.png │ ├── wave_group-88.png │ ├── wave_group-89.png │ ├── wave_group-9.png │ ├── wave_group-90.png │ ├── wave_group-91.png │ ├── wave_group-92.png │ ├── wave_group-93.png │ ├── wave_group-94.png │ ├── wave_group-95.png │ ├── wave_group-96.png │ ├── wave_group-97.png │ ├── wave_group-98.png │ └── wave_group-99.png ├── fig ├── 1.1.png ├── 10-1.png ├── 11-2-a.pdf ├── 11-2-b.pdf ├── 2-3-a-eps-converted-to.pdf ├── 2-3-a.eps ├── 2-3-b-eps-converted-to.pdf ├── 2-3-b.eps ├── 2-3-c-eps-converted-to.pdf ├── 2-3-c.eps ├── 2-5-1-eps-converted-to.pdf ├── 2-5-1.eps ├── 2-5-2-eps-converted-to.pdf ├── 2-5-2.eps ├── 2-7-1-eps-converted-to.pdf ├── 2-7-1.eps ├── 3-1-eps-converted-to.pdf ├── 3-1.eps ├── 4-1.png ├── 4-2-eps-converted-to.pdf ├── 4-2.eps ├── 4-3-eps-converted-to.pdf ├── 4-3.eps ├── 5-1-a-eps-converted-to.pdf ├── 5-1-a.eps ├── 5-1-b-eps-converted-to.pdf ├── 5-1-b.eps ├── 5-2.jpg ├── 5-3.jpg ├── 6-4.pdf ├── 6.3.pdf ├── 7.1.pdf ├── 8-2-eps-converted-to.pdf ├── 8-2.eps ├── 9-1.pdf ├── 9-2.pdf ├── 9-3.pdf ├── 9-4-a.pdf ├── 9-4-b.pdf ├── 9-5.pdf ├── 9-7.pdf ├── 9-8.pdf ├── 9-x.pdf ├── CG-coefficients.pdf ├── CG-coefficients.pdf.aux ├── D-1.pdf ├── D.4.pdf ├── D.4.pptx ├── D_3.pptx ├── a-1-eps-converted-to.pdf ├── a-1.eps ├── a-2-eps-converted-to.pdf ├── a-2.eps ├── a-3-eps-converted-to.pdf ├── a-3.eps ├── a-4-eps-converted-to.pdf ├── a-4.eps ├── b-1-eps-converted-to.pdf ├── b-1.eps ├── b-2-eps-converted-to.pdf ├── b-2.eps ├── fig_D.1.pptx ├── fig_D.1a-eps-converted-to.pdf ├── fig_D.1a.eps ├── fig_D.1b-eps-converted-to.pdf ├── fig_D.1b.eps └── 封面.eps ├── missfont.log ├── readme.md ├── sourcecode.aux ├── sourcecode.log ├── sourcecode.out ├── sourcecode.pdf ├── sourcecode.synctex.gz ├── sourcecode.tex ├── sourcecode.thm ├── sourcecode.toc ├── tikzlibraryavoidpath.code.tex ├── titlepage ├── .latexmkrc ├── figures │ └── Springer-logo.png ├── fonts │ ├── Cabin-Bold.otf │ ├── Cabin-BoldItalic.otf │ ├── Cabin-Italic.otf │ ├── Cabin-Medium.otf │ ├── Cabin-MediumItalic.otf │ ├── Cabin-Regular.otf │ ├── Cabin-SemiBold.otf │ ├── Cabin-SemiBoldItalic.otf │ ├── Dense-Regular.otf │ ├── Floane-Regular-2.otf │ ├── Frick0.3-Condensed-2.otf │ ├── Rodondo.otf │ ├── SANDBOX-TTF-2.ttf │ ├── Sansation_Bold.ttf │ ├── Sansation_Bold_Italic.ttf │ ├── Sansation_Italic.ttf │ ├── Sansation_Light.ttf │ ├── Sansation_Light_Italic.ttf │ └── Sansation_Regular.ttf ├── fourthtitlepage.aux ├── fourthtitlepage.log ├── fourthtitlepage.pdf ├── fourthtitlepage.synctex.gz └── fourthtitlepage.tex └── videos ├── equation_insection ├── equation_insection-0.png ├── equation_insection-1.png ├── equation_insection-10.png ├── equation_insection-11.png ├── equation_insection-12.png ├── equation_insection-13.png ├── equation_insection-14.png ├── equation_insection-15.png ├── equation_insection-16.png ├── equation_insection-17.png ├── equation_insection-18.png ├── equation_insection-19.png ├── equation_insection-2.png ├── equation_insection-20.png ├── equation_insection-21.png ├── equation_insection-22.png ├── equation_insection-23.png ├── equation_insection-24.png ├── equation_insection-25.png ├── equation_insection-26.png ├── equation_insection-27.png ├── equation_insection-28.png ├── equation_insection-29.png ├── equation_insection-3.png ├── equation_insection-30.png ├── equation_insection-31.png ├── equation_insection-32.png ├── equation_insection-33.png ├── equation_insection-34.png ├── equation_insection-35.png ├── equation_insection-36.png ├── equation_insection-37.png ├── equation_insection-38.png ├── equation_insection-39.png ├── equation_insection-4.png ├── equation_insection-40.png ├── equation_insection-41.png ├── equation_insection-42.png ├── equation_insection-43.png ├── equation_insection-44.png ├── equation_insection-45.png ├── equation_insection-46.png ├── equation_insection-47.png ├── equation_insection-48.png ├── equation_insection-49.png ├── equation_insection-5.png ├── equation_insection-50.png ├── equation_insection-51.png ├── equation_insection-52.png ├── equation_insection-53.png ├── equation_insection-54.png ├── equation_insection-55.png ├── equation_insection-56.png ├── equation_insection-57.png ├── equation_insection-58.png ├── equation_insection-59.png ├── equation_insection-6.png ├── equation_insection-7.png ├── equation_insection-8.png ├── equation_insection-9.png └── equation_insection.gif └── wave_group ├── Wave_group.gif ├── group_v.mp4 ├── wave_group-0.png ├── wave_group-1.png ├── wave_group-10.png ├── wave_group-100.png ├── wave_group-101.png ├── wave_group-102.png ├── wave_group-103.png ├── wave_group-104.png ├── wave_group-105.png ├── wave_group-106.png ├── wave_group-107.png ├── wave_group-108.png ├── wave_group-109.png ├── wave_group-11.png ├── wave_group-110.png ├── wave_group-111.png ├── wave_group-112.png ├── wave_group-113.png ├── wave_group-114.png ├── wave_group-115.png ├── wave_group-116.png ├── wave_group-117.png ├── wave_group-118.png ├── wave_group-119.png ├── wave_group-12.png ├── wave_group-120.png ├── wave_group-121.png ├── wave_group-122.png ├── wave_group-123.png ├── wave_group-124.png ├── wave_group-125.png ├── wave_group-126.png ├── wave_group-127.png ├── wave_group-128.png ├── wave_group-129.png ├── wave_group-13.png ├── wave_group-130.png ├── wave_group-131.png ├── wave_group-132.png ├── wave_group-133.png ├── wave_group-134.png ├── wave_group-135.png ├── wave_group-136.png ├── wave_group-137.png ├── wave_group-138.png ├── wave_group-139.png ├── wave_group-14.png ├── wave_group-140.png ├── wave_group-141.png ├── wave_group-142.png ├── wave_group-143.png ├── wave_group-144.png ├── wave_group-145.png ├── wave_group-146.png ├── wave_group-147.png ├── wave_group-148.png ├── wave_group-149.png ├── wave_group-15.png ├── wave_group-150.png ├── wave_group-151.png ├── wave_group-152.png ├── wave_group-153.png ├── wave_group-154.png ├── wave_group-155.png ├── wave_group-156.png ├── wave_group-157.png ├── wave_group-158.png ├── wave_group-159.png ├── wave_group-16.png ├── wave_group-160.png ├── wave_group-161.png ├── wave_group-162.png ├── wave_group-163.png ├── wave_group-164.png ├── wave_group-165.png ├── wave_group-166.png ├── wave_group-167.png ├── wave_group-168.png ├── wave_group-169.png ├── wave_group-17.png ├── wave_group-170.png ├── wave_group-171.png ├── wave_group-172.png ├── wave_group-173.png ├── wave_group-174.png ├── wave_group-175.png ├── wave_group-176.png ├── wave_group-177.png ├── wave_group-178.png ├── wave_group-179.png ├── wave_group-18.png ├── wave_group-180.png ├── wave_group-181.png ├── wave_group-182.png ├── wave_group-183.png ├── wave_group-184.png ├── wave_group-185.png ├── wave_group-186.png ├── wave_group-187.png ├── wave_group-188.png ├── wave_group-189.png ├── wave_group-19.png ├── wave_group-190.png ├── wave_group-191.png ├── wave_group-192.png ├── wave_group-193.png ├── wave_group-194.png ├── wave_group-195.png ├── wave_group-196.png ├── wave_group-197.png ├── wave_group-198.png ├── wave_group-199.png ├── wave_group-2.png ├── wave_group-20.png ├── wave_group-200.png ├── wave_group-201.png ├── wave_group-202.png ├── wave_group-203.png ├── wave_group-204.png ├── wave_group-205.png ├── wave_group-206.png ├── wave_group-207.png ├── wave_group-208.png ├── wave_group-209.png ├── wave_group-21.png ├── wave_group-210.png ├── wave_group-211.png ├── wave_group-212.png ├── wave_group-213.png ├── wave_group-214.png ├── wave_group-215.png ├── wave_group-216.png ├── wave_group-217.png ├── wave_group-218.png ├── wave_group-219.png ├── wave_group-22.png ├── wave_group-220.png ├── wave_group-221.png ├── wave_group-222.png ├── wave_group-223.png ├── wave_group-224.png ├── wave_group-225.png ├── wave_group-226.png ├── wave_group-227.png ├── wave_group-228.png ├── wave_group-229.png ├── wave_group-23.png ├── wave_group-230.png ├── wave_group-231.png ├── wave_group-232.png ├── wave_group-233.png ├── wave_group-234.png ├── wave_group-235.png ├── wave_group-236.png ├── wave_group-237.png ├── wave_group-238.png ├── wave_group-239.png ├── wave_group-24.png ├── wave_group-240.png ├── wave_group-241.png ├── wave_group-242.png ├── wave_group-243.png ├── wave_group-244.png ├── wave_group-245.png ├── wave_group-246.png ├── wave_group-247.png ├── wave_group-248.png ├── wave_group-249.png ├── wave_group-25.png ├── wave_group-250.png ├── wave_group-26.png ├── wave_group-27.png ├── wave_group-28.png ├── wave_group-29.png ├── wave_group-3.png ├── wave_group-30.png ├── wave_group-31.png ├── wave_group-32.png ├── wave_group-33.png ├── wave_group-34.png ├── wave_group-35.png ├── wave_group-36.png ├── wave_group-37.png ├── wave_group-38.png ├── wave_group-39.png ├── wave_group-4.png ├── wave_group-40.png ├── wave_group-41.png ├── wave_group-42.png ├── wave_group-43.png ├── wave_group-44.png ├── wave_group-45.png ├── wave_group-46.png ├── wave_group-47.png ├── wave_group-48.png ├── wave_group-49.png ├── wave_group-5.png ├── wave_group-50.png ├── wave_group-51.png ├── wave_group-52.png ├── wave_group-53.png ├── wave_group-54.png ├── wave_group-55.png ├── wave_group-56.png ├── wave_group-57.png ├── wave_group-58.png ├── wave_group-59.png ├── wave_group-6.png ├── wave_group-60.png ├── wave_group-61.png ├── wave_group-62.png ├── wave_group-63.png ├── wave_group-64.png ├── wave_group-65.png ├── wave_group-66.png ├── wave_group-67.png ├── wave_group-68.png ├── wave_group-69.png ├── wave_group-7.png ├── wave_group-70.png ├── wave_group-71.png ├── wave_group-72.png ├── wave_group-73.png ├── wave_group-74.png ├── wave_group-75.png ├── wave_group-76.png ├── wave_group-77.png ├── wave_group-78.png ├── wave_group-79.png ├── wave_group-8.png ├── wave_group-80.png ├── wave_group-81.png ├── wave_group-82.png ├── wave_group-83.png ├── wave_group-84.png ├── wave_group-85.png ├── wave_group-86.png ├── wave_group-87.png ├── wave_group-88.png ├── wave_group-89.png ├── wave_group-9.png ├── wave_group-90.png ├── wave_group-91.png ├── wave_group-92.png ├── wave_group-93.png ├── wave_group-94.png ├── wave_group-95.png ├── wave_group-96.png ├── wave_group-97.png ├── wave_group-98.png └── wave_group-99.png /.gitattributes: -------------------------------------------------------------------------------- 1 | *.eps linguist-language=Tex // eps格式图片禁用统计 2 | *.otf linguist-language=Tex // otf格式的字体文件禁用统计 -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/note of QM(Griffiths).iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /back_cover/cover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/back_cover/cover.pdf -------------------------------------------------------------------------------- /back_cover/readme.md: -------------------------------------------------------------------------------- 1 | 使用XeLaTex编译两次 -------------------------------------------------------------------------------- /book/book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/book.pdf -------------------------------------------------------------------------------- /book/book.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/book.synctex.gz -------------------------------------------------------------------------------- /book/book.thm: -------------------------------------------------------------------------------- 1 | \contentsline {proof}{{证明}{1}{}}{191}{proof.1}% 2 | \contentsline {proof}{{证明}{2}{}}{194}{proof.2}% 3 | \contentsline {proof}{{证明}{3}{}}{198}{proof.3}% 4 | \contentsline {proof}{{证明}{4}{}}{200}{proof.4}% 5 | \contentsline {proof}{{证明}{5}{}}{200}{proof.5}% 6 | \contentsline {proof}{{证明}{6}{}}{201}{proof.6}% 7 | -------------------------------------------------------------------------------- /book/fig/1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/1.1.png -------------------------------------------------------------------------------- /book/fig/2-3-a.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/2-3-a.eps -------------------------------------------------------------------------------- /book/fig/2-3-b.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/2-3-b.eps -------------------------------------------------------------------------------- /book/fig/2-3-c.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/2-3-c.eps -------------------------------------------------------------------------------- /book/fig/4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/4-1.png -------------------------------------------------------------------------------- /book/fig/5-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/5-2.jpg -------------------------------------------------------------------------------- /book/fig/5-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/5-3.jpg -------------------------------------------------------------------------------- /book/fig/6-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/6-4.pdf -------------------------------------------------------------------------------- /book/fig/6.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/6.3.pdf -------------------------------------------------------------------------------- /book/fig/7.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/7.1.pdf -------------------------------------------------------------------------------- /book/fig/8-2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/8-2.eps -------------------------------------------------------------------------------- /book/fig/9-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-1.pdf -------------------------------------------------------------------------------- /book/fig/9-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-2.pdf -------------------------------------------------------------------------------- /book/fig/9-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-3.pdf -------------------------------------------------------------------------------- /book/fig/9-4-a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-4-a.pdf -------------------------------------------------------------------------------- /book/fig/9-4-b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-4-b.pdf -------------------------------------------------------------------------------- /book/fig/9-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-5.pdf -------------------------------------------------------------------------------- /book/fig/9-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-7.pdf -------------------------------------------------------------------------------- /book/fig/9-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-8.pdf -------------------------------------------------------------------------------- /book/fig/9-x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/9-x.pdf -------------------------------------------------------------------------------- /book/fig/CG-coefficients.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/fig/CG-coefficients.pdf -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-0.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-1.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-10.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-11.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-12.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-13.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-14.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-15.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-16.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-17.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-18.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-19.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-2.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-20.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-21.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-22.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-23.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-24.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-25.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-26.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-27.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-28.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-29.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-3.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-30.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-31.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-32.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-33.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-34.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-35.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-36.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-37.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-38.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-39.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-4.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-40.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-41.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-42.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-43.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-44.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-45.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-46.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-47.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-48.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-49.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-5.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-50.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-51.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-52.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-53.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-54.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-55.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-56.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-57.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-58.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-59.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-6.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-7.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-8.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection-9.png -------------------------------------------------------------------------------- /book/videos/equation_insection/equation_insection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/equation_insection/equation_insection.gif -------------------------------------------------------------------------------- /book/videos/wave_group/Wave_group.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/Wave_group.gif -------------------------------------------------------------------------------- /book/videos/wave_group/group_v.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/group_v.mp4 -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-0.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-1.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-10.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-100.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-101.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-102.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-103.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-104.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-105.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-106.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-107.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-108.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-109.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-11.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-110.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-111.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-112.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-113.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-114.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-115.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-116.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-117.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-118.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-119.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-12.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-120.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-121.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-122.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-123.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-124.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-125.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-126.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-127.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-128.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-129.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-13.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-130.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-131.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-132.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-133.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-134.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-135.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-136.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-137.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-138.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-139.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-14.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-140.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-141.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-142.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-143.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-144.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-145.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-145.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-146.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-147.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-148.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-149.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-15.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-150.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-151.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-152.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-153.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-154.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-155.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-156.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-157.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-158.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-159.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-16.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-160.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-161.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-162.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-163.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-164.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-165.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-166.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-167.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-168.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-169.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-17.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-170.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-171.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-172.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-173.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-174.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-175.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-176.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-177.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-178.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-179.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-18.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-180.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-181.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-181.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-182.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-183.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-183.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-184.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-184.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-185.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-186.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-187.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-188.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-189.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-19.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-190.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-191.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-192.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-193.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-194.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-195.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-196.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-197.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-198.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-199.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-2.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-20.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-200.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-201.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-202.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-203.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-204.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-205.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-206.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-207.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-208.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-209.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-21.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-210.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-211.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-212.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-213.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-214.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-215.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-216.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-217.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-218.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-219.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-22.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-220.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-221.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-222.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-223.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-224.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-225.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-225.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-226.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-227.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-228.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-228.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-229.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-23.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-230.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-231.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-232.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-232.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-233.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-234.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-235.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-235.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-236.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-236.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-237.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-237.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-238.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-239.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-239.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-24.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-240.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-241.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-241.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-242.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-243.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-243.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-244.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-245.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-245.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-246.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-247.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-247.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-248.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-249.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-249.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-25.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-250.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-26.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-27.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-28.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-29.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-3.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-30.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-31.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-32.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-33.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-34.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-35.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-36.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-37.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-38.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-39.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-4.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-40.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-41.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-42.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-43.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-44.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-45.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-46.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-47.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-48.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-49.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-5.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-50.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-51.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-52.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-53.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-54.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-55.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-56.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-57.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-58.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-59.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-6.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-60.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-61.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-62.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-63.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-64.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-65.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-66.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-67.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-68.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-69.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-7.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-70.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-71.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-72.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-73.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-74.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-75.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-76.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-77.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-78.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-79.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-8.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-80.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-81.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-82.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-83.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-84.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-85.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-86.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-87.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-88.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-89.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-9.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-90.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-91.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-92.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-93.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-94.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-95.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-96.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-97.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-98.png -------------------------------------------------------------------------------- /book/videos/wave_group/wave_group-99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/book/videos/wave_group/wave_group-99.png -------------------------------------------------------------------------------- /fig/1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/1.1.png -------------------------------------------------------------------------------- /fig/10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/10-1.png -------------------------------------------------------------------------------- /fig/11-2-a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/11-2-a.pdf -------------------------------------------------------------------------------- /fig/11-2-b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/11-2-b.pdf -------------------------------------------------------------------------------- /fig/2-3-a-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-a-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/2-3-a.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-a.eps -------------------------------------------------------------------------------- /fig/2-3-b-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-b-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/2-3-b.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-b.eps -------------------------------------------------------------------------------- /fig/2-3-c-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-c-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/2-3-c.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-3-c.eps -------------------------------------------------------------------------------- /fig/2-5-1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-5-1-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/2-5-2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-5-2-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/2-7-1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/2-7-1-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/3-1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/3-1-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/4-1.png -------------------------------------------------------------------------------- /fig/4-2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/4-2-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/4-3-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/4-3-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/5-1-a-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/5-1-a-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/5-1-b-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/5-1-b-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/5-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/5-2.jpg -------------------------------------------------------------------------------- /fig/5-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/5-3.jpg -------------------------------------------------------------------------------- /fig/6-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/6-4.pdf -------------------------------------------------------------------------------- /fig/6.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/6.3.pdf -------------------------------------------------------------------------------- /fig/7.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/7.1.pdf -------------------------------------------------------------------------------- /fig/8-2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/8-2-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/8-2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/8-2.eps -------------------------------------------------------------------------------- /fig/9-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-1.pdf -------------------------------------------------------------------------------- /fig/9-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-2.pdf -------------------------------------------------------------------------------- /fig/9-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-3.pdf -------------------------------------------------------------------------------- /fig/9-4-a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-4-a.pdf -------------------------------------------------------------------------------- /fig/9-4-b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-4-b.pdf -------------------------------------------------------------------------------- /fig/9-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-5.pdf -------------------------------------------------------------------------------- /fig/9-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-7.pdf -------------------------------------------------------------------------------- /fig/9-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-8.pdf -------------------------------------------------------------------------------- /fig/9-x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/9-x.pdf -------------------------------------------------------------------------------- /fig/CG-coefficients.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/CG-coefficients.pdf -------------------------------------------------------------------------------- /fig/D-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/D-1.pdf -------------------------------------------------------------------------------- /fig/D.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/D.4.pdf -------------------------------------------------------------------------------- /fig/D.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/D.4.pptx -------------------------------------------------------------------------------- /fig/D_3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/D_3.pptx -------------------------------------------------------------------------------- /fig/a-1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/a-1-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/a-2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/a-2-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/a-3-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/a-3-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/a-4-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/a-4-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/b-1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/b-1-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/b-2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/b-2-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/fig_D.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/fig_D.1.pptx -------------------------------------------------------------------------------- /fig/fig_D.1a-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/fig_D.1a-eps-converted-to.pdf -------------------------------------------------------------------------------- /fig/fig_D.1b-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/fig/fig_D.1b-eps-converted-to.pdf -------------------------------------------------------------------------------- /sourcecode.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/sourcecode.pdf -------------------------------------------------------------------------------- /sourcecode.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/sourcecode.synctex.gz -------------------------------------------------------------------------------- /titlepage/figures/Springer-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/figures/Springer-logo.png -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-Bold.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-BoldItalic.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-Italic.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-Medium.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-MediumItalic.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-Regular.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-SemiBold.otf -------------------------------------------------------------------------------- /titlepage/fonts/Cabin-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Cabin-SemiBoldItalic.otf -------------------------------------------------------------------------------- /titlepage/fonts/Dense-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Dense-Regular.otf -------------------------------------------------------------------------------- /titlepage/fonts/Floane-Regular-2.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Floane-Regular-2.otf -------------------------------------------------------------------------------- /titlepage/fonts/Frick0.3-Condensed-2.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Frick0.3-Condensed-2.otf -------------------------------------------------------------------------------- /titlepage/fonts/Rodondo.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Rodondo.otf -------------------------------------------------------------------------------- /titlepage/fonts/SANDBOX-TTF-2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/SANDBOX-TTF-2.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Bold.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Bold_Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Bold_Italic.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Italic.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Light.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Light_Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Light_Italic.ttf -------------------------------------------------------------------------------- /titlepage/fonts/Sansation_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fonts/Sansation_Regular.ttf -------------------------------------------------------------------------------- /titlepage/fourthtitlepage.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand \oddpage@label [2]{} 3 | \pgfsyspdfmark {pgfid5}{8411462}{43295212} 4 | \ttl@finishall 5 | \gdef \@abspage@last{1} 6 | -------------------------------------------------------------------------------- /titlepage/fourthtitlepage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fourthtitlepage.pdf -------------------------------------------------------------------------------- /titlepage/fourthtitlepage.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/titlepage/fourthtitlepage.synctex.gz -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-0.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-1.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-10.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-11.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-12.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-13.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-14.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-15.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-16.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-17.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-18.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-19.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-2.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-20.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-21.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-22.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-23.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-24.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-25.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-26.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-27.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-28.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-29.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-3.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-30.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-31.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-32.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-33.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-34.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-35.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-36.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-37.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-38.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-39.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-4.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-40.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-41.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-42.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-43.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-44.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-45.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-46.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-47.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-48.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-49.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-5.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-50.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-51.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-52.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-53.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-54.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-55.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-56.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-57.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-58.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-59.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-6.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-7.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-8.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection-9.png -------------------------------------------------------------------------------- /videos/equation_insection/equation_insection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/equation_insection/equation_insection.gif -------------------------------------------------------------------------------- /videos/wave_group/Wave_group.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/Wave_group.gif -------------------------------------------------------------------------------- /videos/wave_group/group_v.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/group_v.mp4 -------------------------------------------------------------------------------- /videos/wave_group/wave_group-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-0.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-1.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-10.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-100.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-101.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-102.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-103.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-104.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-105.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-106.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-107.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-108.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-109.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-11.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-110.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-111.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-112.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-113.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-114.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-115.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-116.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-117.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-118.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-119.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-12.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-120.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-121.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-122.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-123.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-124.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-125.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-126.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-127.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-128.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-129.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-13.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-130.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-131.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-132.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-133.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-134.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-135.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-136.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-137.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-138.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-139.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-14.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-140.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-141.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-142.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-143.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-144.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-145.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-145.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-146.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-147.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-148.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-149.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-15.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-150.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-151.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-152.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-153.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-154.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-155.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-156.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-157.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-158.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-159.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-16.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-160.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-161.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-162.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-163.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-164.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-165.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-166.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-167.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-168.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-169.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-17.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-170.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-171.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-172.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-173.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-174.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-175.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-176.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-177.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-178.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-179.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-18.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-180.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-181.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-181.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-182.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-183.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-183.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-184.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-184.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-185.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-186.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-187.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-188.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-189.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-19.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-190.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-191.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-192.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-193.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-194.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-195.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-196.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-197.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-198.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-199.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-2.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-20.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-200.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-201.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-202.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-203.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-204.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-205.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-206.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-207.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-208.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-209.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-21.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-210.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-211.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-212.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-213.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-214.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-215.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-216.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-217.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-218.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-219.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-22.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-220.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-221.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-222.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-223.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-224.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-225.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-225.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-226.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-227.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-228.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-228.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-229.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-23.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-230.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-231.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-232.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-232.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-233.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-234.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-235.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-235.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-236.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-236.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-237.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-237.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-238.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-239.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-239.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-24.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-240.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-241.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-241.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-242.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-243.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-243.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-244.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-245.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-245.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-246.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-247.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-247.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-248.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-249.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-249.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-25.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-250.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-26.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-27.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-28.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-29.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-3.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-30.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-31.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-32.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-33.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-34.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-35.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-36.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-37.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-38.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-39.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-4.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-40.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-41.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-42.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-43.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-44.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-45.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-46.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-47.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-48.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-49.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-5.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-50.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-51.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-52.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-53.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-54.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-55.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-56.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-57.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-58.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-59.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-6.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-60.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-61.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-62.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-63.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-64.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-65.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-66.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-67.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-68.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-69.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-7.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-70.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-71.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-72.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-73.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-74.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-75.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-76.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-77.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-78.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-79.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-8.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-80.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-81.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-82.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-83.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-84.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-85.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-86.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-87.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-88.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-89.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-9.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-90.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-91.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-92.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-93.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-94.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-95.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-96.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-97.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-98.png -------------------------------------------------------------------------------- /videos/wave_group/wave_group-99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHUZBF/My_notes/fc1fcf55ed3d71ab03f1ae5c9cf25c8544318fd8/videos/wave_group/wave_group-99.png --------------------------------------------------------------------------------