摘要: import turtle def mymoto(x,y): turtle.up() turtle.goto(x,y) turtle.down() def draw(b): turtle.begin_fill() for i in range (5): turtle.forward(b) turtle.right(144)... 阅读全文
posted @ 2018-03-20 17:06 黄俊熙 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 请按要求上机实践如下linux基本命令。 cd命令:切换目录 (1)切换到目录 /usr/local cd /usr/local (2)去到目前的上层目录 cd .. (3)回到自己的主文件夹 cd ~ ls命令:查看文件与目录 (4)查看目录/usr下所有的文件 ls /usr -a mkdir命 阅读全文
posted @ 2018-03-13 17:26 黄俊熙 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 一丶试述大数据对思维方式的重要影响 大数据时代将带来深刻的思维转变,大数据不仅将改变每个人的日常生活和工作方式,改变商业组织和社会组织的运行方式,而且将从根本上奠定国家和社会治理的基础数据,彻底改变长期以来国家与社会诸多领域存在的“不可治理”状况,使得国家和社会治理更加透明、有效和智慧。。 二丶详细 阅读全文
posted @ 2018-03-06 19:51 黄俊熙 阅读(135) 评论(0) 推荐(0) 编辑
摘要: <program> : external_declaration | program external_declaration <external_declaration> : //外部声明 function_definition | declaration <type_specifier> : / 阅读全文
posted @ 2016-11-03 10:28 黄俊熙 阅读(272) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <string.h>char prog[80],token[8],ch;int syn,p,m,n,sum;char *rwtab[6]={"begin","if","then","while","do","end"};void scaner() 阅读全文
posted @ 2016-10-13 10:40 黄俊熙 阅读(291) 评论(0) 推荐(0) 编辑