This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
struct RAMBlock | |
{ | |
int begin; | |
int end; | |
int size; | |
bool isFree; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <iomanip> | |
#include <stdint.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package decaf.translate; | |
import java.util.Stack; | |
import decaf.tree.Tree; | |
import decaf.backend.OffsetCounter; | |
import decaf.machdesc.Intrinsic; | |
import decaf.symbol.Variable; | |
import decaf.symbol.Class; | |
import decaf.tac.Label; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <time.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <sys/epoll.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36f29324be2504779f61ac62d5f19f83b6ea5ab17dd1f79fd81bffff55d1969e88e2dc597d14945bdae36d35f75392c57e84454eb5fd5f7a46270d820d7c68ca test2014.zip | |
7e7c25dbc992008f8d55e06c5bd31d96bbb68f68f944e6030dffd7f2b1158d6601f25aa20038a5a2041792430e4de1361e50066d50072918246982451c740949 train2014.zip | |
9e67f6e56f9471aca1f5b03a5583a17779226c1b04f6b0a395e03d194b34452cf7b46c0813a1fca150a29591baafba7fc70a47f17113d7980285d9a54bddbb07 val2014.zip | |
SHA256 113A836D90195EE1F884E704DA6304DFAAECFF1F023F49B6CA93C4AAAE470268 E:\Dataset\MSCOCO\downloaded\annotations_trainval2017.zip | |
SHA256 E52F412DD7195AC8F98D782B44C6DD30EA10241E9F42521F67610FBE055A74F8 E:\Dataset\MSCOCO\downloaded\image_info_test2017.zip | |
SHA256 CB309A407AFA544EBF011D2C856258DBD55B6FF899C3B97A11F66696C522601B E:\Dataset\MSCOCO\downloaded\image_info_unlabeled2017.zip | |
SHA256 4FCE1B86D3BC0392B3A6FDEACB33432F229E9B35B609C9BB689BFFCCBCE15F2E E:\Dataset\MSCOCO\downloaded\stuff_annotations_trainval2017.zip | |
SHA256 |