摘要:
本回将尝试在Linux环境下能否在系统监视器中画出一个正弦曲线。本人环境为Ubuntu 11.04.基本思想还是和Windows下面的相同,更换系统调用,便可以实现功能的迁移。#include <time.h>
#include <sys/time.h>
#include <unistd.h>
#include<stdlib.h>
#include<math.h> #define DWORD unsigned long
#define UINT64 unsigned long long
const double SPLIT = 0.0 阅读全文
posted @ 2011-06-30 15:52
skyline0623
阅读(843)
评论(0)
推荐(1)

浙公网安备 33010602011771号