- 博客(0)
- 资源 (6)
- 收藏
- 关注
from query plan to query performance supercharging your apache spark
from-query-plan-to-query-performance-supercharging-your-apache-spark-queries-using-the-spark-ui-sql-tab 使用SaprkSQL UI页签分析执行计划中的性能问题
2020-12-09
从文件读取数据并用OPENGL画图
#include
#include
#include
#include
#include
#include
using namespace std;
class POINT
{
public:
float x,y,z;
};
const static int NumOfVertex=11610;//顶点数
const static int NumOfTriangle=23216;//三角形个数
2012-12-11
多边形分割
#include <GL/glut.h>
#include <stdio.h>
#include <math.h>
#include <stack>
#define MAX_ROW 40
#define MAX_COLUMN 40
#define MAX_X 800
#define MAX_Y 800
int grad[MAX_ROW][MAX_COLUMN];
void plotFilledColor(GLint x,GLint y);
class point{
public:
GLint x,y;
};
2012-12-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人