摘要: <script> var sn = [ 42, 41 ], dz = 43, fx = 1, n, ctx = document.getElementById("can").getContext("2d"); //申请变量,建立数组sn,sn中包含42,41两个元素;ctx代表 function d 阅读全文
posted @ 2019-03-03 21:19 新生代史诗级低调传奇男 阅读(225) 评论(0) 推荐(0)
摘要: #define OK 1#define ERROR 0#define SElemType int#define Status int#include <stdio.h> #include <stdlib.h>#include <malloc.h> typedef struct SNode{ SEle 阅读全文
posted @ 2018-11-13 22:11 新生代史诗级低调传奇男 阅读(103) 评论(0) 推荐(0)