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

排序方式

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

micrpython编译javascript版

watrt2年前 (2022-06-22)Wpython7580
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

watrt2年前 (2022-06-02)LINUX7630
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...