find . -type f | xargs grep 'keyword' -n
// -*- C++ -*- | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <math.h> | |
#include <float.h> | |
#include "kmeans.h" | |
#define BLOCKSIZE (64) // 汎化のためにもdefineを定義するのはBLOCKSIZEだけにしよう | |
#ifdef __cplusplus |
MENU = { | |
"ジェノベーゼM": 1000, | |
"ジェノベーゼL": 1400, | |
"マルゲリータM": 1200, | |
"マルゲリータL": 1800, | |
"ポテトフライ": 400, | |
"グリーンサラダ": 500, | |
"シーザーサラダ": 600 | |
} | |
PIZZA = [ |