C/C++案例
c语言/C++案例:数据结构、算法、图形学、cv、游戏、编译原理、Linux、并行、网络编程、OS、软件开发
-
For Question 1, please download the file, and work with the existing code as instructed in the question. To submit the , please create a Zip file with the respective answers, labelled by Question ... 继续阅读案例CS:C案例设计和实现一个名为Course.h和course.c 加一个补全代码
2017-08-19
-
数据结构集中实践 l 河南财经政法大学校园导游系统开发 1.实训项目要求 设计河南财经政法大学校园平面图,所含景点不少于10个。以图中顶点表示各景点,存放景点编号、名称、简介等信息;以边表示路径存放路径长度等相关信息。一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向网。 本系统用户分成:游客和管理员。对不同用户... 继续阅读案例C++数据结构集中实践: 校园导游系统开发
: 标签: :,2017-08-15
-
问题描述】在很多实际应用中,动态索引结构在文件创建或初始装入记录时生成,在系统运行过程中插入或删除记录时,为了保持较好的检索性能,索引结构本身将随之发生改变。教材上已经介绍的动态查找数据结构包括:二叉排序树(BST)、平衡二叉树(AVL)、B-树。本题要求选取一种已经学过的动态搜索树结构,设计并实现一个手机通讯录软件。 【基本要求】一个完整的通讯录软件应具有以下功能: (1)支持复式... 继续阅读案例C语言C++程序:B树通讯录系统编程设计
: 标签: :,2017-08-08
-
• Include simple comments in the code • If applicable, split the code over several functions • Extensively test your code and impove it • Write a single README file per project ... 继续阅读CS案例game案例Introduction to Computer and Programming
: 标签: :,2017-08-05
-
CPSC 213 – project 9 IO, Asynchrony and Threads After a 24-hour grace period, late projects will only be accepted in extenuating circumstances with documentation. Goal The goal of ... 继续阅读案例CS之C语言-, Asynchrony an
: 标签: :,2017-08-02
-
project Overview This project focuses on process management within an operating system, including processor scheduling. You will design and implement the C/C++ program which is described belo... 继续阅读案例C语言 计算机专业CS: Computer Project 9-process ma
: 标签: :,2017-07-16
-
1 TaskDescription You are asked to use C++ toimplement • Hash table with linearprobing 2 SubmissionGuideline You must follow this guideline! Your submission will be marked automatical... 继续阅读案例CS:C++案例C++ Implementation of Hash table with
: 标签: :,2017-07-08