CSC

CSC3150 指令集

一个简单且类似Unix的教学操作系统,作为指导您实现间接块以支持大文件管理。在现有实现时,单个间接块可以处理对大文件无效的有限块 经营在这个分配中,您将把xv6文件的最大大小增加实现用于进一步扩展的双重间接块。我们建议您在编写代码之前先阅读第8章:文件系统。 准备工作mkfs程序创建xv6文件系统磁 ......
指令 3150 CSC

CSC1001 编程方法描述

您应该在.py文件中为每个问题编写代码(请使用问题名称,例如,对于问题1,将其命名为q1.py)。请将所有.py文件打包到 一个.zip文件,使用您的学生ID命名(例如,如果您的学生标识是123456,则文件应命名为123456.zip),然后通过Blackboard提交.zip文件。 还请编写一个 ......
方法 1001 CSC

Scipy中稀疏矩阵用法解析(sp.csr_matrix;sp.csc_matrix;sp.coo_matrix)用法

参考:链接 orig = np.array([[1, 0, 2], [0, 0, 3], [4, 7, 6]]) aa = csr_matrix(orig) aa有如下属性: # 2代表第第一行有2个不为零的元素, # 3代表第第一和二行不为零的元素总共有3个 # 6代表第第一、二和三行不为零的元素 ......

CSC3100 图算法

CSC3100 Assignment 3Important Notes:the last submission will be used in evaluation of assignment marks.7.Question1.java” and “StudentID_A3_Question2.j ......
算法 3100 CSC

CSC8016用户场景

Coursework CSC8016Use Case ScenarioWe want to implement a virtual shopping system, whether the threads are either clients using theweb app, or clients ......
场景 用户 8016 CSC

CSC246/446机器学习

CSC246/446 Machine Learning Homework 5: ClusteringObjective You are given two kinds of dataset. Datasets A, B, C, and Z were created by the instructor ......
机器 CSC 246 446

CSC1002 Snake

CSC1002 – Computational LaboratoryCSC1002 – Snake – 2023OVERVIEW In this assignment, you are going to design and develop a Snake game. The game is com ......
Snake 1002 CSC

CSC1002 Turtle Graphics

CSC1002 – Computational LaboratoryConnect 4 - 2023 OVERVIEWIn this assignment, you are going to design and to develop a 2-player connection board game ......
Graphics Turtle 1002 CSC

CSC3002 三个问题求解

CSC3002 2023 spring Assignment 3 Due 23:59, March 26, 2023 Problem 1 (Exercise 11.6, Points: 25) Problem Description Using the following definitions o ......
三个 问题 3002 CSC
共9篇  :1/1页 首页上一页1下一页尾页