联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 文章/文档(93) 
按平台查找All C++(93) 

[文章/文档] mostly-incomplete-mips-jit-tutorial

关于如何为MIPS处理器构建JIT的系列示例
Series of examples on how to build a JIT for a MIPS processor (2024-01-26, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706271069237392.html

[文章/文档] Qt-

通过QT实现一个简单的文档编辑器,主要用于QT基本语法的学习,
A simple document editor is implemented through QT, which is mainly used to learn the basic syntax of QT, (2023-07-27, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690834801257003.html

[文章/文档] CminusfCompiler

CMinusf语言的编译器,作为美国科大2021年秋季课程项目011163.02,
A compiler for CMinusf language, as the course project of 011163.02 at USTC Fall 2021, (2021-12-25, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689699574555229.html

[文章/文档] cmake-compiler-flags

CMake的配套存储库:如何检查和配置编译器教程。
The companion repository for the CMake: How to Inspect and Configure the Compiler tutorial. (2020-12-29, C++, 18KB, 下载0次)

http://www.pudn.com/Download/item/id/1686136335583475.html

[文章/文档] VirtualVistaVulkan

用Vulkan编写的基于物理的渲染器
Physically Based Renderer Written with Vulkan (2018-10-08, C++, 325889KB, 下载0次)

http://www.pudn.com/Download/item/id/1686136237355817.html

[文章/文档] Ft_irc

提示:用C重新编码您自己的IRC服务器++
Prompt: Recode your own IRC server in C++ (2023-03-07, C++, 410KB, 下载0次)

http://www.pudn.com/Download/item/id/1686136197680318.html

[文章/文档] tutorial-esp8266-http-p2p

在主从(服务器-客户端)配置中使用多个ESP8266模块的对等通信
Peer-to-Peer communication using multiple ESP8266 modules in Master-Slave (Server-Client) configuration (2020-01-29, C++, 229KB, 下载0次)

http://www.pudn.com/Download/item/id/1686136167856303.html

[文章/文档] ESP32-Rest-API-Server

使用ESP32实现Rest API服务器以公开Rest JSON API
Implement a Rest API Server using ESP32 to expose Rest JSON API (2020-05-15, C++, 217KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135983448145.html

[文章/文档] AssetTutorialPlugin

一个虚幻引擎代码插件,为引擎添加自定义资产类型和编辑器。
An Unreal Engine code plugin that adds a custom asset type and editor to the engine. (2022-07-07, C++, 26KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135920695489.html

[文章/文档] CPP-object_oriented-tutorial-with-project

使用模型-视图控制器模式的简单形式进行c++面向对象编程的教程。
tutorial for c++ object-oriented programing with a simple form of the Model- ViewController pattern. (2022-04-08, C++, 4113KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135914943557.html

[文章/文档] PicoQVGA

复盆子Pico上的极简QVGA显示器,分辨率为320x240 8bit,适合作为PIO和DMA的教程。
Minimalistic QVGA Display on Raspberry Pico with resolution 320x240 8bit, suitable as tutorial to PIO and DMA. (2021-09-16, C++, 13714KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135907578757.html

[文章/文档] opengl-radiosity-tutorial

使用OpenGL 4.5用C++编写的渐进式光能传递渲染器的源代码和教程
Source code and tutorial for a progressive radiosity renderer written in C++ using OpenGL 4.5 (2019-01-21, C++, 7803KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135792777710.html

[文章/文档] cocos2d-x-dynamic-lighting

Cocos2d-x教程:使用法线贴图使用动态灯光的精灵动画-精灵照明器
Cocos2d-x tutorial: Sprite animation with dynamic light using normal maps - SpriteIlluminator (2015-05-18, C++, 9355KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135774592688.html

[文章/文档] dynamixel-workbench

用于Dynamixel控制器、消息、single_manager、工具箱、教程的ROS包
ROS packages for Dynamixel controllers, msgs, single_manager, toolbox, tutorials (2023-01-05, C++, 97KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135697204790.html

[文章/文档] EzRT

Easy Ray Tracing,一个lite渲染器和教程,从理论到实现,使用OpenGL
Easy Ray Tracing, a lite renderer and tutorial from theory to implement, with OpenGL (2022-04-12, C++, 169243KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135681711915.html

[文章/文档] kmer-cnt

用于教程目的的快速和简单k-mer计数器的代码示例
Code examples of fast and simple k-mer counters for tutorial purposes (2020-03-10, C++, 46KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135663915471.html

[文章/文档] clang-llvm-tutorial

clang和llvm示例,例如AST解释器、函数指针分析、值范围分析、数据流分析等等...
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend... (2022-04-16, C++, 21207KB, 下载0次)

http://www.pudn.com/Download/item/id/1686135643172008.html

[文章/文档] UE4ShaderPluginDemo

演示如何在UE4中实现HLSL像素和计算着色器的教程项目
A tutorial project that shows how to implement HLSL Pixel and Compute shaders in UE4 (2022-06-18, C++, 79968KB, 下载0次)

http://www.pudn.com/Download/item/id/1686129695574558.html

[文章/文档] 位移传感器算法

实现捷联惯导导航定位的代码,包括几种经典的算法概述
Realize positioning using ins,including some description of some classical algrithms. (2018-07-18, C++, 2128KB, 下载4次)

http://www.pudn.com/Download/item/id/1531872394463045.html

[文章/文档] 电子电路计算器 1.0

通过输入电压和上拉以及下拉电表计算出节点电压
The node voltage is calculated by the input voltage and the upper pull and the pull-down meter (2017-10-27, C++, 469KB, 下载2次)

http://www.pudn.com/Download/item/id/1509082869264223.html
总计:93