// it should be stored in localStoragefunction saveMyCanvas(e) {console.log('Saving...')// saveCanvas(canvas, dishName, 'png')// this way worked!var imgCanvas = document.getElementById('canvas'
1049. 最后一块石头的重量 II 有一堆石头,用整数数组 stones 表示。其中 stones[i] 表示第 i 块石头的重量。 每一回合,从中选出任意两块石头,然后将它们一起粉碎。假设石头的重量分别为 x 和 y,且 x <= y。那么粉碎的可能结果如下: 如果 x == y,那么两块石头都会被完全粉碎;如果 x != y,那么重量为 x 的石头将会完全粉碎,而重量为 y 的石头新
《自动机理论、语言和计算导论》学习第2天,p5-p27总结,总计23页。 一、技术总结 1.集合 (1)commutative law of union. (2)distribute law of union. 2.归纳法(induction) & 演绎法(deduction) (1)归纳法:从许多个别的事实或原理中概括出一般的、普遍性的原理或法则。 (2)演绎法:从一般事实或原理出
p5.js是什么 什么是p5.js,p5.js is a JavaScript client-side library for creating graphic and interactive experiences, using canvas and HTML5, based on the core principles of Processing. p5.js官网:官网 p5.js文档:文档