SE2205: Algorithms and Data Structures for Object-Oriented DesignLab Assignment 1Assigned: Jan 16, 2019; Due: Feb 13, 2019 @ 10:00 a.m.If you are work ...
分类:
其他好文 时间:
2019-02-09 21:05:12
阅读次数:
124
COMP2396B - Assignment 1Due: 12 Feb, 2019 23:55IntroductionThis assignment tests your basic programming skill in Java and refreshes the programming sk ...
分类:
其他好文 时间:
2019-02-09 21:01:55
阅读次数:
118
竟然又没掉? A Parity 先判断基数是奇数还是偶数,如果是偶数,其奇偶性显然只与个位的奇偶性相关,否则与所有数位的数的和的奇偶性相关。 E Magic Stones 先差分,然后发现操作的本质就是交换两个数,具体可以参考题解。 cpp include define qmin(x,y) (x=m ...
分类:
其他好文 时间:
2019-02-08 10:34:53
阅读次数:
163
基础命令学习目录首页 原文链接:https://blog.csdn.net/jerry_1126/article/details/54427119 [root@xiaoma /root] test!#last root pts/0 27.186.178.170 Thu Feb 7 09:07 sti ...
分类:
其他好文 时间:
2019-02-07 12:20:45
阅读次数:
1262
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=1597 [算法] 首先将所有土地按长为第一关键字 , 宽为第二关键字排序 显然 , 当i > j , 且yi >= yj时 , 土地j没有用 , 不妨使用单调栈弹出所有没有用的土地 用f ...
分类:
其他好文 时间:
2019-02-06 23:57:51
阅读次数:
209
Spring 2019 HW1 MAT 331Homework 1: MAT 331Due: 11:59pm, Feb 5, 2019Collaboration policy: You are welcome to work with others on this homework assignme ...
分类:
编程语言 时间:
2019-02-06 19:58:37
阅读次数:
107
CSCI3180 – Principles of Programming Languages – Spring 2019Assignment 1 — Human Resources Management System in FORTRAN and COBOLDeadline: Feb 03, 201 ...
分类:
其他好文 时间:
2019-02-06 19:56:53
阅读次数:
125
CSE 6363 - Machine Learning Homework 1: MLE, MAP, and Basic Supervised LearningCSE 6363 - Machine LearningHomework 1- Spring 2019Due Date: Feb. 8 2019 ...
分类:
系统相关 时间:
2019-02-06 19:45:40
阅读次数:
166
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:
其他好文 时间:
2019-02-05 00:34:15
阅读次数:
197
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:
其他好文 时间:
2019-02-03 12:35:39
阅读次数:
213