联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找游戏(408) 其他(186) 人工智能/神经网络/深度学习(144) C/C++基础(94) 游戏机(63) collect(62) 数学计算(34) 数值算法/人工智能(28) C/C++工具库(21) 系统/网络安全(19) 单片机开发(17) 游戏引擎(17) 自然语言处理(17) 数据结构(16) 虚拟/增强现实-VR/AR(16) Windows编程(15) GPU/显卡(15) 图形图象(14) 图形图像处理(14) 编程语言基础(14) 数据库系统(13) 自动驾驶(13) Leetcode/题库(13) 内容生成(12) 编译器/解释器(11) Unreal(11) 模式识别(视觉/语音等)(10) OpenGL(9) 硬件设计(9) 物理/力学计算(9) 论文(9) 金融证券系统(8) 棋牌游戏(8) 其他游戏(8) 其他智力游戏(8) Linux/Unix编程(7) 网络编程(7) 处理器开发(7) 3D图形编程(7) 超算/并行计算(7) 区块链开发(7) 嵌入式/单片机/硬件编程(6) 操作系统开发(6) 机器人/智能制造(6) 雷达系统(6) 聚类算法(6) 网络编程(5) android开发(5) iPhone/iOS(5) Python编程(5) DirectX(5) 虚拟化(5) 文章/文档(4) 其他小程序(4) 汇编语言(4) DSP编程(4) GIS/地图编程(4) 射击游戏(4) 加密货币(4) 界面编程(3) 系统编程(3) 网络(3) 对话框与窗口(3) WEB开发(3) C#编程(3) 分形几何(3) 软件设计/软件工程(3) VHDL/FPGA/Verilog(3) 能源行业(电力石油煤炭)(3) 大数据(3) 工具库(3) Rust编程(3) 项目开发与运营(3) 数据库编程(2) 钩子与API截获(2) 通讯编程(2) 编辑器/阅读器(2) 多媒体(2) 加密解密(2) 浏览器(2) 弱点检测代码(2) 音频处理(2) 流媒体/Mpeg4/MP4(2) 生物医药技术(2) Modem编程(2) USB编程(2) 文件操作(2) 教育系统应用(2) 企业管理(2) OA办公系统(2) matlab编程(2) VC书籍(2) STL(2) RFID编程(2) 数据挖掘/数据仓库(2) Swift编程(2) Fortran编程(2) Dart语言编程(2) 图标/字体(2) 后台框架(2) 
按平台查找All C++(1656) 

[C/C++基础] t-Lafore-OOP-in-Cpp-Examples-and-solved-Exercises

罗伯特·拉福尔(Robert Lafore)。C++中的面向对象编程,第四版。示例和解决练习。
Robert Lafore. Object-Oriented Programming in C++, Fourth Edition. Examples and solved Exercises. (2024-03-27, C++, 0KB, 下载0次)

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

[论文] Rock-Paper-Scissor-Game

C++程序允许用户在计算机上玩石头、纸、剪刀,根据游戏规则确定赢家,并可以选择玩多轮。
The C++ program allows users to play Rock, Paper, Scissors against the computer, determining the winner based on the game s rules, with an option to play multiple rounds. (2024-03-03, C++, 0KB, 下载0次)

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

[其他] 2D-Game

游戏是使用openGL和C++创建的。我实现了一个2D俯视游戏。游戏的主要思想是有五种主要模式;玩家,最终目标,玩家应该躲避的障碍,玩家可以收集的收藏品和电源。
The game was created using openGL and C++. i implemented a 2D top-view game. The main idea of the game is that there are five main models; the player, the final goal, obstacles that the player should dodge and collectables and power ups that the player can collect. (2024-02-25, C++, 0KB, 下载0次)

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

[数据结构] Advanced-Tic-Tac-Toe-Data-Structures

一款先进的Tic Tac Toe游戏,具有集成的数据结构,可增强游戏性和智能。通过详细的移动跟踪和高效的算法,享受三种游戏模式,包括玩家对玩家、玩家对计算机和计算机。
An advanced Tic Tac Toe game with integrated data structures for enhanced gameplay and intelligence. Enjoy three game modes, including Player vs. Player, Player vs. Computer, and Computer vs. Computer, with detailed move tracking and efficient algorithms. (2024-01-26, C++, 0KB, 下载0次)

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

[游戏] Play-Card

该项目是一个用C++实现的简单纸牌游戏模拟。游戏涉及一副牌、玩家和向每个玩家分配牌。
This project is a simple card game simulation implemented in C++. The game involves a deck of cards, players, and the distribution of cards to each player. (2024-01-07, C++, 0KB, 下载0次)

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

[collect] poker-workshop

这是一个扑克游戏场。目标是创建一个可以由多个计算机(AI)玩家玩的扑克模拟。
This is a playground for poker. The goal is to create a poker simulation that can be played by multiple computer (AI) players. (2023-12-29, C++, 0KB, 下载0次)

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

[自然语言处理] CodSoft_Task3

该程序在C++中实现了一个简单的基于控制台的Tic Tac Toe游戏。它遵循您提供的规则,并允许两名玩家玩...
This program implements a simple console-based Tic-Tac-Toe game in C++. It follows the rules you provided and allows two players to play against each other. The game will prompt players for their moves, display the current state of the board, check for a win or draw, switch players, and ask if the players want to play another game. (2023-12-16, C++, 0KB, 下载0次)

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

[图形图象] DashBot-2

一个学习如何玩几何短跑的人工智能
An AI that learns how to play Geometry Dash (2018-08-02, C++, 0KB, 下载0次)

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

[图形图象] DeathLink

连接两个玩家之间死亡的几何冲刺模型
A Geometry Dash mod to Link Deaths between two players (2023-08-24, C++, 0KB, 下载0次)

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

[游戏机] Tic-tac-toe-Game

编码了一个控制台应用程序,其中2名玩家可以相互比赛,获胜者将被宣布。其中一个玩家选择“O”...,
Coded a console application in which 2 players could play against each other and winner will be declared. One of the player chooses ‘O’ and the other ‘X’ to mark their respective cells. The game starts with one of the players and the game ends when one of the players has one whole row/ column/ diagonal filled with his/her respective character (2022-03-25, C++, 0KB, 下载0次)

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

[游戏机] Simple-Console-Game

我的第一个简单的控制台游戏。“牛与牛”是两个或多个玩家的游戏。你猜对了单词就赢了。玩得开心:),
My first simple console game. "Cows and Bulls" is a game for two or more players. You win when you guess the word. Have fun :), (2019-02-13, C++, 0KB, 下载0次)

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

[GIS/地图编程] UE4_NotMaplestory

|2019|在虚幻引擎中玩Maplestory资产,
|2019| Playing around with Maplestory assets in Unreal Engine, (2019-05-06, C++, 0KB, 下载0次)

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

[编程语言基础] oopoker

OOPoker或“面向对象扑克”是一个运行Texas Hold m游戏的引擎。你可以跟机器人玩,或者让机器人跟每个机器人玩...,
OOPoker or "Object Oriented Poker" is an engine that runs Texas Hold m games. You can play against bots, or let bots play against each other. No installer is provided, only the source, because the purpose is that you program your own bots in C++. (2019-10-30, C++, 0KB, 下载0次)

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

[企业管理] Escape-Run-game-using-SFML

玩家信息将始终保存到他必须在玩之前登录的她的帐户中*我...
It is an endless running video game which will let you dodge obstacles and collect coins in your path. Furthermore, it will tell you your score once you hit an obstacle. You can buy and own characters from shop if your coins are upto the demanding price of that character.The players info will always be saved to his/her account which he has to (2022-08-31, C++, 0KB, 下载0次)

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

[GPU/显卡] stanford-cs193g-sp2010

这是2010年斯坦福大学CUDA编程入门课程的材料档案
This is an archive of materials produced for an introductory class on CUDA programming at Stanford University in 2010 (2022-06-24, C++, 127154KB, 下载0次)

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

[数据库系统] review

主要用于研究生复试相关科目的整理,其中包括数据结构、操作系统、计算机网络、组成原理、C语言、C++、数据库系统、机试指南等内容,详细内容请访问<https: github.com fuziwang review>
主要用于研究生复试相关科目的整理,其中包括数据结构、操作系统、计算机网络、组成原理、C语言、C++、数据库系统、机试指南等内容,详细内容请访问<https: github.com fuziwang review> (2019-08-26, C++, 10418KB, 下载0次)

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

[人工智能/神经网络/深度学习] syncognite

syncognite,受斯坦福大学2016年CS231n课程启发的神经网络库,用C编写++
syncognite,Neural network library inspired by Stanford s 2016 CS231n course, written in C++ (2022-05-20, C++, 1309KB, 下载0次)

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

[人工智能/神经网络/深度学习] 9860421

设X[0 n-1]和Y[0 n-1]为两个数组,每个数组中都有n个已经排好序的数字,试设计一个Ologn时间的算法,找出X (2018-05-28, C++, 4KB, 下载1次)

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

[人工智能/神经网络/深度学习] notes

斯坦福机器学习公开课笔记,了解机器学习的基本知识,监督学习与非监督学习。
Stanford Machine Learning class notes to learn the basics of machine learning, supervised learning and unsupervised learning. (2015-01-30, C++, 5783KB, 下载4次)

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

[GIS/地图编程] mota-demo

小时候玩的魔塔的demo,可直接编译运行。也可以用来当做作业,也可以下载来玩一下。
Demo of a child playing devil s tower can be directly compiled to run. Can also be used as homework, you can also download to play it. (2014-05-26, C++, 1632KB, 下载3次)

http://www.pudn.com/Download/item/id/2552101.html
总计:1656