【L40】基于OpenGL的智能机器(多机器人目标围捕)

2022-01-12 15:00:54      索炜达电子      321     

文件编号:L40

文件大小:25M

代码行数:305行(主程序)

开发环境:VS2019、OpenGL

猿创承诺:该源码均通过亲自测试可正常运行

简要概述:基于OpenGL的智能机器(多机器人目标围捕)

运行效果:

【L40】基于OpenGL的智能机器(多机器人目标围捕)

目录│文件列表:

 ├ 演示视频

 │  └ 演示视频.mp4

 └ 项目源码

    └ 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

TAG多机器人
  • 5 次
  • 300 分