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

[文章/文档] lc3-win

cpp的LC-3汇编程序和模拟器(非官方版本)。LC-3是耶鲁·N·帕特(Yale N.Patt...)的《计算系统导论》(Introduction to Computing System)一书中的一部分...,
A LC-3 assembler & simulator (not official version) by cpp. LC-3 is referred to the book Introduction to Computing System by Yale N. Patt and Sanjay I. Patel. The assignment is from the ICS course in USTC taught by An Hong. (2020-01-28, C++, 0KB, 下载0次)

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

[文章/文档] chat-project-based-on-ubuntu

使用C++实现的ubuntu环境下的聊天小项目,采用C S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M...,
The chat project in the ubuntu environment implemented by C++adopts the C S architecture and supports the functions of registration, login, recording login status, private chat and group chat. In the early stage, it uses multithreading to implement the concurrent server, and in the later stage, it uses the Reactor mode of epoll listening+thread pool processing to implement the concurrent server. It has carried out stress testing, and uses the Bloon filter implemented by bitmap to reduce the number of M, (2021-02-04, C++, 0KB, 下载0次)

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

[文章/文档] tft240x240-spi

这个Arduino教程展示了如何将UNO板与ST7789 TFT显示器接口。ST7789 TFT模块包含一个...
This Arduino tutorial shows how to interface the UNO board with ST7789 TFT display. The ST7789 TFT module contains a display controller with the same name: ST7789. It’s a color display that uses SPI interface protocol and requires 3, 4 or 5 control pins, it’s low cost and easy to use. This display is an IPS display, it comes in different sizes (2019-11-27, C++, 2KB, 下载0次)

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

[文章/文档] simple-jpeg-decoder

这是一个简单的JPEG解码器,是为配合我博客上的JPEG教程系列而编写的:[https:koushtav.me JPEG tuto...](https:kooshtav.me JPEG tutorial 2017 11 25 lets-write-a-simple-JPEG-library-part-1)
This is a simple JPEG decoder written to accompany the JPEG tutorial series on my blog: <https://koushtav.me/jpeg/tutorial/2017/11/25/lets-write-a-simple- jpeg-library-part-1/> (2019-03-04, C++, 115KB, 下载0次)

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

[文章/文档] relaxed_astar

ROS插件取代move_base全局规划器。基于[http:wiki.ros.org navigation Tutorials Writing%20A%20G...](http:wiki-ros.org navigation Tutorials Writing%220A%20Global%20Path%20Planner%20As%20Plugin%20ROS)
ROS plugin to replace the move_base global planner. Based on <http://wiki.ros.org/navigation/Tutorials/Writing%20A%20Global%20Path%20Planner%20As%20Plugin%20in%20ROS> . (2019-08-21, C++, 13KB, 下载0次)

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

[文章/文档] maya_custom_unhandled_exception_filter_tutorial

关于编写未处理的异常筛选器、WinDbg扩展以及如何在Windows上运行异常的教程。
A tutorial on writing unhandled exception filters, WinDbg extensions, and how exceptions on Windows work. (2020-08-30, C++, 77KB, 下载0次)

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

[文章/文档] LiveShaderPalette

实时代码您的动画OpenGL着色器和鼠标触摸输入动作在一个并排的比较布局,以方便...
Live code your animated OpenGL shaders and mouse/touch input actions in a side-by-side comparison layout for a convenient interactive graphics development experience with JUCE. (2019-03-29, C++, 31330KB, 下载0次)

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

[文章/文档] OpenCL-path-tracing-tutorial-3-Part-2

OpenGL视口具有交互式相机和景深(WIP),需要更好的景深随机数生成器...
OpenGL viewport with interactive camera and depth-of-field (WIP, needs a better random number generator for depth of field) (2020-02-28, C++, 541KB, 下载0次)

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

[文章/文档] GPS-Tracker-via-GSM-using-TTGO-TCALL-Module-

此回购包含项目GPS跟踪器的代码,其完整教程视频上传到“技术人员”YouTube上...
This repo contains the code for the project GPS Tracker whose full tutorial video is uploaded on "techiesms" YouTube channel. Check out the video for more info. (2021-01-24, C++, 4KB, 下载0次)

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

[文章/文档] l-6a-Colour-finder-with-ams-TCS34725-and-HD-1900A

通过欧几里得距离可靠地识别和排序颜色。从传感器读取并用...驱动伺服...
Identifying and sorting colours reliably via their Euclidean distance. Reading from a sensor and driving a servo with Arduino using millis() and an ISR. Say goodbye to blocking delay() (2021-06-30, C++, 1218KB, 下载0次)

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

[文章/文档] seq66

Seq66:基于Seq24的MIDI活套编辑器。V.0.99.5 2023-05-20。NSM支持;Linux Windows;PDF用户手册。帮助...
Seq66: Seq24-based live MIDI looper/editor. v. 0.99.7 2023-07-19. NSM support; Linux/Windows; PDF user manual. Help access to tutorial and PDF. Beta code in portfix branch. (2023-06-02, C++, 18866KB, 下载0次)

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

[文章/文档] texteditor

对输入缓冲区中的文件内容进行编辑,包括:显示当前文件内容、到第一行、到最后一行、到前一行、到下一行、到指定的某一行、插入一行、删除一行、替换当前行、替换某个子串、查找指定的某个子串、统计文件行数及字符数、重新读入文件、保存当前文件、退出系统等操作;
Edit the file contents in the input buffer, including displaying the current file contents, to the first line, to the last line, to the previous line, to the next line, to a specified line, inserting a line, deleting a line, replacing the current line, replacing a substring, finding a specified substring, counting the number of lines and words of the file. Symbol number, re read the file, save the current file, exit the system and so on. (2018-11-03, C++, 2KB, 下载0次)

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

[文章/文档] Mstar_tools

ms717/718专用液晶屏开发调试工具,有人喜欢搞LCD显示器或者液晶的有用
LCD ms717/718 exclusive development of debugging tools, it was like to engage in LCD display, or LCD useful (2008-08-17, C++, 2555KB, 下载305次)

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