摘要: Deletion Delete a given key void deleteNode(struct node head_ref, int key) { // Store head node struct node temp = head_ref, prev; // If head node its 阅读全文
posted @ 2017-04-23 01:20 zwx19961130 阅读(141) 评论(0) 推荐(0)
摘要: Specifier | LineStyle | ' ' | Solid line (default) ' ' | Dashed line ':' | Dotted line ' .' | Dash dot line 阅读全文
posted @ 2017-01-27 03:37 zwx19961130 阅读(89) 评论(0) 推荐(0)
摘要: What Is Machine Learning Two definitions of Machine Learning are offered. Arthur Samuel described it as :”the field of study that gives computer the a 阅读全文
posted @ 2017-01-10 05:57 zwx19961130 阅读(111) 评论(0) 推荐(0)
摘要: command + delete 将所选取的文件移到废纸篓 command键的主要作用就是与其他按键一起组成快捷键来使用。如 command+M是最小化窗口 Command + W是关闭窗口 option键又称为alt键,有一层意思是全部。如command+W是关闭窗口,如果想要一次关闭打开的所有窗 阅读全文
posted @ 2017-01-08 04:45 zwx19961130 阅读(423) 评论(0) 推荐(0)