csprojectedu

111
获赞数
0
关注数
201
粉丝数
北京航空航天大学 | 计算机
IP 属地北京
2016-01-26 加入
浏览 15.3k

Microsoft, ACMer, 现BAT全栈工程师。

751 声望|达人
全站排名超越 98% 用户
设计模式
398
php
398
vim
286
docker
67
应用开发
0
黄金勋章
暂未获得该勋章
如何获得
白银勋章
暂未获得该勋章
如何获得
个人动态
  • 发布了文章2023-08-28
    3-Tier网络的开发
    The aim of the project is to develop a 3-tier network-based system which tests students' ability to demonstrate their understanding of contemporary programming languages by correctly answering multi-choice questions and short programming challenges.
  • 发布了文章2023-08-27
    Dstores存储的实现
    In this coursework you will build a distributed storage system. This will involve knowledge of Java, networking and distributed systems. The system has one Controller and N Data Stores (Dstores). It supports multiple concurrent clients sending sto...
  • 发布了文章2023-08-24
    OpenStack, Docker以及Kubernetes的搭建
    Create a new Virtual Machine named as "StudentName-OS" and your VM should be placed in 'Lab Final Exam' folder. Deploy the machine according to the below configs.OpenStack controller node:
  • 发布了文章2023-08-18
    图灵机模拟器
    You are meant to submit 10 files (ordered by which task asks you to start implementing them) - in each case, you are meant to submit a .h file and the corresponding .cpp file for each of the below:
  • 发布了文章2023-08-17
    使用Azure ML Studio预测模型
    For this assignment, you are to create a predictive model in Azure ML Studio for the attached dataset and turn in a report as specified in the following pages. You should use whichever data preparation, modeling, and model assessment techniques th...
  • 发布了文章2021-12-28
    Array的练习
    DO NOT use vectors to process data in your function algorithms.This project can be a bit challenging as it involves working on and submitting three individual array processing-related programs (one for each scenario). For each program (a) carefull...
  • 发布了文章2021-12-27
    Distributed Mutual Exclusion算法详解
    This assignment covers material presented during the lectures on distributed systems and builds upon the work in the practicals on distributed systems.
  • 发布了文章2021-12-26
    解析arxiv Metadata
    In this assignment, you will practise working with files, building and using dictionaries, designing functions using the Function Design Recipe, and writing unit tests.
  • 发布了文章2021-12-25
    .OBJ解析器的实现
    1) Open the Codio assignment via Coursera2) From the Codio File-Tree click on: lc4\_memory.h and lc4\_memory.c3) Remember to use the Codio "Pre-submission tests" function before submitting the assignment.
  • 发布了文章2020-06-14
    PCA算法
    原文地址:PCA算法 Introduction 完成机器学习相关编程,实现PCA算法。 Submission Instructions and submission guidelines: You must sign an assessment declaration coversheet to submit with your assignment. - Submit your assignment via the Canvas MyUni....
  • 发布了文章2020-04-14
    Turtle库应用
    You will be creating a small graphical Python 3 program. This program will use the turtle library to draw based on information taken from the user. You should already have all the experience you need with this library from Assignment 1.
  • 发布了文章2020-04-13
    地图等高线应用
    In this assignment you will write functions that use lists and loops (including nested lists ad nested loops). You can do this assignment with only the concepts through Week 6 of PCRS. After completing this assignment, you will:
  • 发布了文章2020-04-11
    Easy Blackjack的博弈问题
    This assignment is the kind you can expect if you work in an actuary, e.g. calculating expected return and assessing risk. Since Easy Blackjack is a game of chance, short term result may fluctuate and not be representative of the expected value of...
  • 发布了文章2020-04-08
    使用Pandas库分析股票
    This assignment builds on Lectures 7 to 9 and on Tutorials 6 and 7. You might want to consider using some of the Python code discussed in those lectures and tutorials to answer some of the questions below.
  • 发布了文章2020-03-30
    使用papi库优化程序
    Instrument the function "func" of program prof.c to gather the node profile, the edge profile and the path profile of the function. Treat the "for" loops in the function "func" as nodes, i.e., you don't need to go in the for loops to generate path...
  • 发布了文章2020-03-28
    企业Vulnerability分析
    You have been engaged by Auric Enterprises to perform a desktop Threat and Vulnerability Analysis. Auric Enterprises has a large mining and metallurgical operation in central Australia. The whole operation occupies a single site of approximately 6...
  • 发布了文章2020-03-27
    Agent based game
    Modern computer games are complex, immersive and engaging entertainment experiences made possible through software that implements complex relationships between and behaviours within the objects and agents we find in these games. Within SIT255 we ...
  • 发布了文章2020-03-24
    Class入门操作
    In this assignment, you will be practicing by creating a set of simple classes. You will create three different Python files; prob1.py will have three small classes, while prob2.py and prob3.py will each have one class a piece. Our test code will ...
  • 发布了文章2020-03-20
    Minimax实现Malma
    This is a programming assignment. You will be provided sample inputs and outputs (see below).Please understand that the goal of the samples is to check that you can correctly parse the problem definitions and generate a correctly formatted output....
  • 发布了文章2020-03-19
    Tweet分析器
    This assignment is based on the social network company Twitter (Links to an external site.). Twitter allows users to read and post tweets that are between 1 and 280 characters long, inclusive. In this assignment, you will be writing functions that...