시간이 빠르게 흘러 안타까운 때가 있다.
2017-11-07 20:56:25
일상
사실 아이들이 생긴 후로는 대부분의 순간이 그러하다.
그럼에도 불구하고 시간이 매우 흐르지 않는 순간이 있다.
치과와 수영장..
▼ more
사실 아이들이 생긴 후로는 대부분의 순간이 그러하다.
그럼에도 불구하고 시간이 매우 흐르지 않는 순간이 있다.
치과와 수영장..
Graph Neural Network 관련 5 편
Random Walk Theory
Diffusion
#include <string>
#include <tr1/unordered_map>
#include <string.h>
#include <stdio.h>
#include <stdlib.h> /* srand, rand */
#include <time.h> /* time */
#include <omp.h>
#include <iostream>
#define ULLONG_MAX 18446744073709551615ULL
#define MAX_LMS 5
typedef unsigned long long uint64;
typedef unsigned int uint32;
typedef struct {
uint32 lm_indice[MAX_LMS];
int lms_N;
}lm_indice;
std::tr1::unordered_map<uint64, lm_indice> aa;
int main()
{
srand (time(NULL));
/*
lm_indice li1;
lm_indice&nbs