C/C++案例
c语言/C++案例:数据结构、算法、图形学、cv、游戏、编译原理、Linux、并行、网络编程、OS、软件开发
-
1. Purpose The purpose of this exercise is to make the students familiar with: (1) the implementation of basic operations of singly linked list; (2) the basic application of singly link... 继续阅读CS案例之C语言Programming Exercise 3 Singly Linked List
: 标签: :,2018-12-07
-
实验07-A、航空公司航线图 目的 1. 掌握图、树、线性表和哈希表等结构的基本知识和使用技术。 2. 运用所学习的数学知识。 3. 培养对问题建模和抽象的能力。 4. 培养设计和使用新工具的能力。 5. 培养自学能力。 6. 能够撰写实验(技术)报告,培养... 继续阅读案例C++计算机专业方向:实验07-A、航空公司航线图
: 标签: :,2018-11-23
-
For this project, you are to augment your code from project 2 to solve the minimal Vertex Cover problem for the input graph. Your approach is based on a polynomial time reduction to CNF- SAT, and u... 继续阅读案例C++:C-MAKE SAT Solver -MiniSat
: 标签: :,2018-11-16
-
project #2 Simple hotel management system Function description: 1. Rooms are divided into four categories, standard rooms, business suites, hourly rate rooms and special discount housings. A... 继续阅读案例CS之VC++ code+report Simple hotel management syst
: 标签: :,2018-11-15
-
Part 1 – A Basic Memory Management System The aim of Part 1 is to implement a simple, first-fit dynamic memory management policy on an allocatable region of memory, M1. The idea is to write two rout... 继续阅读案例C C++英文:A Basic Memory Management System
: 标签: :,2018-11-11
-
Overview: An adult (the gameOfficial) lets some number of children take turns hitting a pinata. With probability 1/20 (as computed by a pinata process) the pinata will bust, and the winning child ... 继续阅读案例CS:C语言案例之Make 3 programs/Hitting a pinata Game
: 标签: :,2018-11-07
-
This project is worth 10% of your final mark. It is an individual project; no group work. Late submissions policy No late submissions are allowed. Programming languages Your impleme... 继续阅读CS案例之use Python, Java, C, C++ or MATLAB
: 标签: :,2018-11-04
-
1、编写一个项目,包括如下的功能: (1)有输入(根据输入进行相关的操作) (2)有输出(输出项目处理后的信息) (3)自定义相关函数并在主程序中调用 (4)要使用if、for、while等流程控制语句 (5)要使用字符串、列表、字典等数据类型 2、参考选题 (1)大奖赛评分... 继续阅读案例C++计算机:选做题目8个系统及软件
: 标签: :,2018-11-02
-
2017级期末大 大说明: 1)、上交包括:编程题的技术文档,源程序整个工程文件夹(删除其中的Debug或Release文件夹,以及使用编译产生的.ncb文件、.sdf文件) 2)、上交时间:第19周的周五前 3)、上交地点:科学会馆507房间 内容: 请在3和4的基础上完成一个简单的海图显示程序 编程需完成实现以下功能: 1)... 继续阅读案例MFC C++计算机专业:海图位图贴图功能
: 标签: :,2018-10-26
-
题目:网吧自助计费收费管理系统 项目要求: 1.根据该网吧的具体情况,该系统实现如下主要的功能: (1)前台管理:“上机”、“会员办理”、“预定机子”、“余额充值”。 (2)网管管理:“前台机子登陆程序”、“网管轮班查询”。 (3)查询系统:“预定机子查询”、“空机子查询”、“消费记录查询”、“机子状态查询”。 (4)费... 继续阅读C++ MFC案例计算机专业:网吧自助计费收费管理系统
: 标签: :,2018-10-23