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

[C/C++基础] Tetris

该项目是一款使用SFML框架在C++中实现的经典俄罗斯方块游戏。它为玩家提供了一种引人入胜的怀旧体验,允许他们测试清除下落的Tetriminos线条的技能。
This project is a classic Tetris game implemented in C++ using the SFML framework. It provides players with an engaging and nostalgic experience, allowing them to test their skills in clearing lines of falling Tetriminos. (2024-05-14, C++, 0KB, 下载0次)

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

[C/C++基础] RockabillyCode

RockabillyCode是一种动态和富有表现力的编程语言,旨在捕捉猫王普雷斯利音乐的活力和永恒魅力。它的语法看起来很容易,很像经典凯迪拉克的流畅线条,它的构建旨在鼓励开发人员像猫王在舞台上一样富有创造力和创新精神。
RockabillyCode is a dynamic and expressive programming language designed to capture the vibrant energy and timeless charm of Elvis Presley s music. It features a syntax that s easy on the eyes, much like the smooth lines of a classic Cadillac, and it s built to encourage developers to be as creative and innovative as Elvis was on stage. (2024-05-06, C, 0KB, 下载0次)

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

[C/C++基础] Morse-Code-Converter

一种基于终端的PC莫尔斯码转换器工具,用C和C++实现。该项目演示了线程、信号量和C++编程特性(如指针和结构)的使用。该存储库用作针对微控制器的类似项目的参考实现。
A terminal-based Morse code converter tool for PC, implemented in both C and C++. The project demonstrates the use of threads, semaphores, and C C++ programming features such as pointers and structs. This repository serves as a reference implementation for a similar project targeting microcontrollers. (2024-05-03, C, 0KB, 下载0次)

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

[C/C++基础] rock-paper-scissors-lizard-spock

该项目是一个1:1匹配的多人游戏岩石,纸张,剪刀,蜥蜴,斯波克。它是使用C++Standard 20和Linux epoll实现的,没有使用第三方。
The project is a 1:1 matching multiplayer Rock, Paper, Scissors, Lizard, Spock game. It was implemented using C++ Standard 20 and Linux epoll without the use of third-party. (2024-04-27, C++, 0KB, 下载0次)

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

[C/C++基础] mod-Faction-Free

Faction Free是一个WOTLK 3.3.5a(艾泽拉斯Core基地)文件选择,允许玩家与对立派别互动,以获得相应的声誉、任务和成就。
Faction Free is a WOTLK 3.3.5a (Azerothcore base) selection of files to allow a player to interact with opposite factions to have access to those corresponding reputations, quests, and achievements. (2024-04-08, C++, 0KB, 下载0次)

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

[C/C++基础] a-tiny-C-Interpreter

OurC是一种简化但稍微扩展的C语言。它有五种基本数据类型(int、float、char、bool和string)、一维数组,没有结构或枚举。有函数调用、复合语句、条件构造(if-then-else)和循环构造(while-loop和do-while-loup)。
OurC is a simplified but slightly extended C language. It has five primitive data types (int, float, char, bool, and string), one-dimensional array, and no struct or enum. There are function calls, compound statements, conditional constructs (if-then-else) and loop constructs (while-loop and do-while loop). (2024-03-19, C++, 0KB, 下载0次)

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

[C/C++基础] Tetris

该项目是经典俄罗斯方块游戏的再创造,玩家可以享受将棋子安装到不断变化的棋盘中的挑战。游戏是使用Microsoft Visual Studio作为开发环境在C#中开发的。
This project is a recreation of the iconic Tetris game, where players can enjoy the challenge of fitting pieces into a constantly changing board. The game has been developed in C# using Microsoft Visual Studio as the development environment. (2024-03-01, C#, 0KB, 下载0次)

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

[C/C++基础] 3D-World

一个交互式3D环境项目,是我在德州卫斯理大学2022年春季学期创建的。使用OpenGL和C++渲染不同环境并将3d对象生成到环境中的自定义图形引擎。
An Interactive 3D Environment project that was created during my Spring 2022 Semester at Texas Wesleyan University. A custom graphics Engine Made from Scratch Utilizing OpenGL and C++ to render different environment and spawn 3d object into the Environment. (2024-02-15, Others, 0KB, 下载0次)

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

[C/C++基础] Flappy-Bird-Clone

臭名昭著的手机游戏Flappy Bird的Flappy鸟克隆。这是我在德州卫斯理大学2022年春季学期使用OpenGL和C++编写的。
A Flappy Bird Clone of the infamous Mobile Game Flappy Bird. This was made during my Spring 2022 Semester at Texas Wesleyan University utlizing OpenGL and C++. (2024-02-15, Others, 0KB, 下载0次)

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

[C/C++基础] K-Map_Solver

K-Map Solver Web应用程序为用户提供了一个交互式平台,使用卡诺图输入布尔表达式并可视化简化的结果。根据美国物理学家和数学家莫里斯·卡诺(Maurice Karnaugh)的视觉分辨率方法,求出最小SOP(积和)形式。
The K-Map Solver Web Application provides an interactive platform for users to input Boolean expressions and visualize the simplified results using Karnaugh Maps. Finds the minimum SOP (Sum-of-Product) form according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician. (2024-02-03, C, 0KB, 下载0次)

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

[C/C++基础] GFGProblemOfTheDaySolution_2023

你好,这里是阿维纳什;GFGProblemOfTheDaySoultion旨在帮助学生和学习者解决当天的GFG问题;每日POTD的解决方案将添加到回购中;它将帮助编码人员理解问题并获得答案;祝你好运!!!
Hello there , Avinash here; GFGProblemOfTheDaySoultion is created to help out students and learners to solve out the GFG problem of the day; On the daily basis the solution of POTD will be added in the repo; It will help coders to understand the question and get the answer; BEST OF LUCK!!! (2023-12-31, C++, 0KB, 下载0次)

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

[C/C++基础] Tools

C++Tools Program是一个为数据科学家、程序员和爱好者设计的通用实用程序。该工具具有数据单位转换、数字系统转换、温度单位转换、基本计算和莫尔斯码转换等功能,简化了常见任务。是否需要操作数据单位,转换数字系统
The C++ Tools Program is a versatile utility designed for data scientists, programmers, and enthusiasts. With features such as data unit conversion, number system conversion, temperature unit conversion, basic calculations, and Morse code conversion, this tool simplifies common tasks. Whether you need to manipulate data units, convert number system (2023-12-18, C++, 0KB, 下载0次)

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

[C/C++基础] ArvoreBinariaDeBusca

Este项目实现了umaárvore binária de busca em C++,desenvolvida como parte de um curso de Estrutura de Dados na Universidade Paulista(UNIP)。过去的歌剧《插入》、《删除》和《珀尔库索斯》都是不足的。Aárvore segue A regra de que elementosáesquerda s o menores eádirita s o maiores。
Este projeto implementa uma árvore binária de busca em C++, desenvolvida como parte de um curso de Estrutura de Dados na Universidade Paulista (UNIP). Oferece opera es eficientes de inser o, remo o e percursos. A árvore segue a regra de que elementos à esquerda s o menores e à direita s o maiores. (2023-11-10, C++, 0KB, 下载0次)

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

[C/C++基础] solar-system-dynamic-map

基于 C++(MSVC) 和 OpenGL 的太阳系(太阳,地球,月球)系统动态图绘制 3维视角,坐标变换,旋转,动态刷新,光照,透视,投影。 包含可执行文件,环境配置指南。
The dynamic map of the solar system (sun, earth, moon) system based on C++(MSVC) and OpenGL draws 3D perspective, coordinate transformation, rotation, dynamic refresh, lighting, perspective, projection. Contains executable files and environment configuration guide. (2023-10-26, C++, 0KB, 下载0次)

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

[C/C++基础] oop-labs

在本报告中,我为我在冈斯克理工大学信息学面向对象编程实验室课程中完成的任务提供了解决方案。
In this repo, I place solutions to the tasks which I did during my informatics object-oriented programming laboratories classes at the Gdańsk University of Technology. (2023-04-07, Java, 0KB, 下载0次)

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

[C/C++基础] awesome-csharp

与C#相关的库、工具和教程的惊人列表。灵感来源于令人敬畏的dotnet、令人敬畏的dotnet核心、令人惊叹的罗斯林和令人敬畏的。,
Awesome list of C# related libraries, tools and tutorials. Inspired by awesome-dotnet, awesome-dotnet-core, awesome-roslyn and awesome., (2021-09-03, Others, 0KB, 下载0次)

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

[C/C++基础] MyNativeJava

java和c++交互,调用c++提供的native方法,java使用javah生成头文件,c++实现方法供java调用。 后期会使用该方法提供class文件加解密,java可以使用java -agentlib或-agentpath启动...
Java interacts with c++, calls the native methods provided by c++, java uses javah to generate header files, and c++implements methods for java to call. Later, this method will be used to provide encryption and decryption of class files. Java can use java - agentlib or - agentpath to start (2020-10-13, Java, 126KB, 下载0次)

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

[C/C++基础] Linux-Manager

项目简述:在Linux下用node-webkit环境开发linux安全管家软件,主要用到HTML5、CSS3、JavaScript、Linux shell、c语言等编程语言。 功能描述:包括一键体检、垃圾清理、防火墙、病毒查杀、优化加...
Project description: develop the Linux security steward software in the node webkit environment under Linux, mainly using HTML5, CSS3, JavaScript, Linux shell, c language and other programming languages. Function description: including one click physical examination, garbage cleaning, firewall, virus detection, optimization and (2015-09-17, JavaScript, 36438KB, 下载0次)

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

[C/C++基础] iOSConfuse

本文将介绍iOS代码混淆及编译的自动化脚本方案,支持swift、m、c、cpp和h文件类型的混淆,使用编译时混淆的策略,不影响源码阅读,只需在想要混淆的函数名或者变量名前加个private_即可,可通过函数实现安全混淆、去混淆、混淆再编译。
This article will introduce iOS code obfuscation and the automatic script scheme for compilation. It supports the confusion of swift, m, c, cpp and h file types. Using the strategy of confusion during compilation does not affect the reading of source code. Just add private before the name of the function or variable you want to confuse_ That is, the function can be used to implement safe obfuscation, de obfuscation, obfuscation and recompilation. (2018-08-24, Shell, 100KB, 下载0次)

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

[C/C++基础] Coding-for-Everyone-C-and-CPP

每个人的编码:加州大学圣克鲁斯分校的C和C++课程专业化
CODING FOR EVERYONE: C AND C++ Coursera SPECIALIZATION by UNIVERSITY OF CALIFORNIA, SANTA CRUZ (2022-09-08, C, 1185KB, 下载0次)

http://www.pudn.com/Download/item/id/1687143253483709.html
总计:341