当前位置:首页 > 2022年6月

排序方式

Watrt2年前 (2022-06-23)代码12360
排序方式
置换Array.prototype.swap = function(i, j) {      var temp = this[i];     this[i] = this[j];     this[j] = temp; }算法 - 冒泡排序Array....

micrpython编译javascript版

Watrt2年前 (2022-06-22)Wpython12110
micrpython编译javascript版
1、首先安装emsdkgit clone https://github.com/emscripten-core/emsdk.git cd <path-to-emsdk> git pull ./emsdk install latest ./emsdk activate latest source ./emsdk_env.sh2、获取micropython源码git clone&...

Configure & Build

Watrt3年前 (2022-06-02)LINUX12470
Configure & Build
Configure and build Linux kernel for Surface RTEditing kernel build configurationFirst run the command make ARCH=arm tegra_defconfigThis will create a standard kernel config for tegra SoC's.Open the file .config in the kernel source directory wit...