自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(81)
  • 收藏
  • 关注

原创 ComputerScience220 Assignment4(traversalandoptimisation)

details.+,,2,3,0,72,0,-1,0+,3,,356。

2024-05-13 13:34:45 818

原创 comp2123 Assignment 5

Problem 1. We want to design a divide and conquer algorithm for computingthe union of a collection of rectangles. The input rectangles are aligned withthe axes and they are all stabbed by the y-axis. Each rectangle is representedby the coordinates of it

2024-05-13 13:32:47 238

原创 maze C++

This week, you will write a program that generates random mazes and finds a path in there from a beginning to an end position, and then prints the maze on the screen. To give you an idea, this is how the output of your program is supposed to look like:./ma

2024-05-13 13:26:36 549

原创 MSBA7001 Assignment 1

Contents。

2024-05-13 13:18:30 222

原创 MSBA7001 Assignment 3

Contents。

2024-05-13 13:15:38 207

原创 Project: Particle Filter-Based Robot Localization

scenario.

2024-05-13 13:12:38 986

原创 基于代理服务程序的TCP通信

为实现简单网络通讯软件的基本功能,本实验需要可在实验二的实现方法基础上进行扩展设计,添加异常捕捉和GUI界面设计,并设置代理服务端,来隔绝潜在的风险。2、 利用Socket()、bind()、listen()、accept()、recv()send()等函数完成套接字创建,并进行数据通信。1、 编写一个代理程序,设置服务器只允许代理程序所在计算机的IP地址访问,所有客户端对服务器的访问都由代理程序负责转发。2、 在完成上述要求的基础上,自行构造GUI界面,界面布局参考图1,图2。

2024-05-13 13:06:41 367

原创 CS61B Project 3: BYOW

FAQ。

2024-05-13 13:03:22 541

原创 Programming Assignment 5 - Gotta Catch ‘Em All

interface。

2024-05-13 12:57:09 197

原创 python Ticket to Ride Game

【代码】python Ticket to Ride Game。

2024-05-13 12:54:56 164

原创 COMP62421 Querying Data on the Web Coursework Manual

COMP62421。

2024-05-13 12:49:54 148

原创 Baking Information System

【代码】Baking Information System。

2024-05-13 12:45:51 934

原创 Nine Men‘s Morris

【代码】Nine Men‘s Morris。

2024-05-11 17:31:17 858

原创 Understanding Players’ Environmental Perception in a Game Environment

Dataset。

2024-05-11 17:26:58 747

原创 Knowledge Representation and Reasoning COMP5450M

Knowledge Representation and ReasoningCOMP5450MAssignment 2: KRR Group Tasks: Prolog and Winograd

2024-05-11 17:19:27 236

原创 COMP3074Human-AIInteraction

Deliverable 1. Interactive NLP-based AI systemYou should build a dialogue-based system which allows a user to complete a transaction (see below)with an AI, commonly known as a chatbot, or a conversational AI. The work will be based on whatyou have learn

2024-05-11 17:16:14 221

原创 Matplotlib数据可视化

Matplotlib数据可视化

2024-05-11 17:06:40 193

原创 基于 OpenCV 的简单动画生成器

实现了一个基于 OpenCV 的简单动画生成器。它创建了一个黑色背景上的移动正方形,随着时间的推移,正方形的位置和颜色会发生变化,同时还会进行旋转。旋转和移动的结合:在正方形移动的同时,进行旋转。时间相关变化:确保动画元素的变化与时间同步。

2024-05-11 16:57:42 166

原创 COMPSCI 340 Operating Systems

COMPSCI 340 Operating Systems

2024-05-11 16:53:58 605

原创 cpp线性表

node and the first element node. Outline the characteristics of an ordered list (有序表), and the。1-6 In a double linked list (双向链表), implement the following basic operations for the double。delete the precursor node (直接前趋结点) of the node pointed by p.

2024-05-11 16:51:43 244

原创 CSC3021 Concurrent Programming

Process Pend P;Process QQ1:k := n - 1end Q;answer.Process P;// nothingend P;Process Qend Q;

2024-05-11 16:48:21 298

原创 多线程网络图书馆系统python

多线程网络图书馆系统

2024-05-11 16:45:37 132

原创 内部网关协议RIP的模拟程序

本课设实现了一个简单的网络ARP监控工具,能够捕获ARP请求和ARP响应数据包,并允许用户发送ARP请求。字符串和字符数组:使用了字符串和字符数组来存储一些数据,如错误消息 (errbuf)、设备名称 (d->name)、过滤条件 (“arp”)、MAC地址 (src_mac)、IP地址 (src_ip) 等。数组和缓冲区:使用了数组和缓冲区来存储和操作二进制数据,如发送数据包的缓冲区 (sendbuf) 和捕获到的数据包 (packet、pkt_data)。ARP请求模块:构造ARP请求数据包并发送。

2024-05-11 16:43:27 303

原创 Data Structures in Java: Programming Assignment 3 ArrayLists and LinkedLists

Data Structures in Java: Programming Assignment 3 ArrayLists and LinkedLists

2024-05-11 16:40:29 782

原创 机器人寻宝游戏

使用C++和easyX库写一个机器人寻宝游戏, 游戏共3关, 游戏开始时可以选择机器人形象, 每关自动生成地图, 地图中包含障碍物, 陷阱, 宝物, 使用键盘控制机器人移动, 实时显示机器人移动路径, 机器人碰到陷阱会掉血, 碰到宝物会加分, 血量清空游戏结束, 分数到达规定值可以进入下一关。宝物列表 障碍物 机器人类 陷阱位置 地图尺寸 地图自动生成 关卡名称。出发地点 生命 形象(2个) 行走路径 现在分数。类别 分值 数量 位置。障碍物位置 障碍物形状。使用链表等容器类实现。将各项信息显示在窗口。

2024-05-11 16:36:42 253

原创 Assignment1:NoSQLdatabasedesign-Document-Oriented [MongoDB]

mongoDB

2024-05-11 16:31:57 92

原创 SCC.212 Week 1-2 Tasks Week 1 Spinning up to Speed!

!The Task).!

2024-05-11 16:29:45 214

原创 MSBA7001 Assignment 4

Tableau Dashboard

2023-11-02 23:35:26 153

原创 e-commerce system python

【代码】e-commerce system python

2023-11-02 23:25:12 128

原创 javafx贪吃蛇游戏

javafx贪吃蛇游戏 包含: 登录 保存 读取存档 暂停游戏 继续游戏 增加难度 减少难度的功能。

2023-11-02 23:10:59 159

原创 DTS106TC: Introduction to Database task2

DTS106TC: Introduction to Database task2

2023-11-02 23:03:40 131

原创 基于Flask的NBA球员推荐系统

基于Flask的NBA球员推荐系统 flask_sqlalchemy flask_bootstrap flask_login

2023-11-02 22:46:55 59

原创 java小车自动寻路避障avg调度模拟

java小车自动寻路避障avg调度模拟

2023-11-02 22:32:25 127

原创 CS 564 Homework #2 ER Modeling & Schema Design

处理数据python文件。

2023-11-02 22:18:30 28

原创 IFB107TC_Coursework _PaperMarkingScheme

【代码】IFB107TC_Coursework _PaperMarkingScheme

2023-11-02 22:09:21 34

原创 Deap贪吃蛇AI算法

Deap贪吃蛇AI算法

2023-09-14 21:46:29 47

原创 c语言酒店管理系统

c语言酒店管理系统

2023-09-13 17:46:02 630 1

原创 CPT106 C++ Programming and Software Engineering II Individual Project Fundamental of class and obj

CPT106 C++ Programming and Software Engineering II Individual Project Fundamental of class and object

2023-09-13 17:40:30 208

原创 python无向图有向图基本操作

python无向图有向图基本操作

2023-09-13 17:30:15 204

原创 sqlite homework3

sqlite homework3

2023-09-13 17:26:03 29

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除