2022-01-12 15:00:54 索煒達(dá)電子 618
文件編號(hào):L40
文件大小:25M
代碼行數(shù):305行(主程序)
開發(fā)環(huán)境:VS2019、OpenGL
猿創(chuàng)承諾:該源碼均通過親自測(cè)試可正常運(yùn)行
簡(jiǎn)要概述:基于OpenGL的智能機(jī)器(多機(jī)器人目標(biāo)圍捕)
運(yùn)行效果:
目錄│文件列表:
├ 演示視頻
│ └ 演示視頻.mp4
└ 項(xiàng)目源碼
└ Multi_Robots
│ Multi_Robots.sln
├ Multi_Robots
│ │ main.cpp
│ │ Multi_Robots.vcxproj
│ │ Multi_Robots.vcxproj.filters
│ │ Multi_Robots.vcxproj.user
│ │ packages.config
│ │ Police.cpp
│ │ Police.h
│ │ Thief.cpp
│ │ Thief.h
│ └ x64
│ └ Debug
│ │ main.obj
│ │ Multi_Robots.exe.recipe
│ │ Multi_Robots.ilk
│ │ Multi_Robots.log
│ │ Police.obj
│ │ Thief.obj
│ │ vc142.idb
│ │ vc142.pdb
│ └ Multi_Robots.tlog
│ │ CL.command.1.tlog
│ │ CL.read.1.tlog
│ │ CL.write.1.tlog
│ │ link.command.1.tlog
│ │ link.read.1.tlog
│ │ link.write.1.tlog
│ └ Multi_Robots.lastbuildstate
├ packages
│ ├ nupengl.core.0.1.0.1
│ │ │ .signature.p7s
│ │ │ nupengl.core.0.1.0.1.nupkg
│ │ └ build
│ │ │ configurations.autopkg
│ │ │ publisher-info.txt
│ │ └ native
│ │ │ default-propertiesui.xml
│ │ │ nupengl.core.targets
│ │ ├ docs
│ │ │ └ license.txt
│ │ ├ include
│ │ │ ├ GL
│ │ │ │ │ freeglut.h
│ │ │ │ │ freeglut_ext.h
│ │ │ │ │ freeglut_std.h
│ │ │ │ │ glew.h
│ │ │ │ │ glut.h
│ │ │ │ │ glxew.h
│ │ │ │ └ wglew.h
│ │ │ └ GLFW
│ │ │ │ glfw3.h
│ │ │ └ glfw3native.h
│ │ └ lib
│ │ ├ Win32
│ │ │ │ freeglut.lib
│ │ │ │ glew32.lib
│ │ │ └ glfw3dll.lib
│ │ └ x64
│ │ │ freeglut.lib
│ │ │ glew32.lib
│ │ └ glfw3dll.lib
│ └ nupengl.core.redist.0.1.0.1
│ │ .signature.p7s
│ │ nupengl.core.redist.0.1.0.1.nupkg
│ └ build
│ │ configurations.autopkg
│ │ publisher-info.txt
│ └ native
│ │ default-propertiesui.xml
│ │ nupengl.core.redist.targets
│ └ bin
│ ├ Win32
│ │ │ freeglut.dll
│ │ │ glew32.dll
│ │ │ glewinfo.exe
│ │ │ glfw3.dll
│ │ └ visualinfo.exe
│ └ x64
│ │ freeglut.dll
│ │ glew32.dll
│ │ glewinfo.exe
│ │ glfw3.dll
│ └ visualinfo.exe
└ x64
└ Debug
│ freeglut.dll
│ glew32.dll
│ glewinfo.exe
│ glfw3.dll
│ Multi_Robots.exe
│ Multi_Robots.pdb
└ visualinfo.exe