We want to show an SVG avatar of the patio11bot, so we'll do that in three ways: Using an img tag - which is easy, but doesn't let us access the inter ...
分类:
编程语言 时间:
2019-02-12 00:02:44
阅读次数:
180
index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>测试</title> <script src="js/three.min.js"></script> <script src="js/st ...
分类:
Web程序 时间:
2019-02-10 00:03:59
阅读次数:
778
Introduction Introduction For this first programming assignment you will write three functions that are meant to interact with dataset that accompanie ...
分类:
其他好文 时间:
2019-02-09 20:53:53
阅读次数:
261
Let us look at a boring mathematics problem. : ) We have three different integers, x, y and z, which satisfy the following three relations: ? x + y + ...
分类:
其他好文 时间:
2019-02-09 18:04:25
阅读次数:
230
index.html chapter2.1.js 1、步骤概述:初始化渲染器 > 初始化相机 > 初始化场景 > 建立几何图形并添加到场景中 > 渲染 2、初始化渲染器 3、初始化相机 4、初始化场景 5、生成几何图行并添加到场景中 执行效果: 因为实例化材质的时候,用了vertexColors:T ...
分类:
Web程序 时间:
2019-02-09 13:27:13
阅读次数:
279
Additive number is a string whose digits can form additive sequence. A valid additive sequence should contain at least three numbers. Except for the f ...
分类:
其他好文 时间:
2019-02-09 01:06:24
阅读次数:
134
目前three.js是浏览器展现3D效果的一个很强大的js工具,遗憾的是没有特别系统而全面的文档(threejs官方文档感觉有些缺漏,可以和WebGL中文网的threejs教程对比着看)。好了,根据WebGL中文网的threejs教程开始学习,因为教程里的部分代码已经不适用(过时)了,导致学习的时候 ...
分类:
Web程序 时间:
2019-02-09 00:51:16
阅读次数:
320
Alice get a string S. She thinks palindrome string is interesting. Now she wanna know how many three tuple (i,j,k) satisfy 1≤i≤j<k≤length(S) , S[i..j] ...
分类:
其他好文 时间:
2019-02-08 13:03:50
阅读次数:
244
问题描述 给定当前的时间,请用英文的读法将它读出来。 时间用时h和分m表示,在英文的读法中,读一个时间的方法是: 如果m为0,则将时读出来,然后加上“o'clock”,如3:00读作“three o'clock”。 如果m不为0,则将时读出来,然后将分读出来,如5:30读作“five thirty” ...
分类:
其他好文 时间:
2019-02-06 23:54:45
阅读次数:
210
算法描述: Given a non-empty array of integers, every element appears three times except for one, which appears exactly once. Find that single one. Note: Y ...
分类:
其他好文 时间:
2019-02-06 13:20:55
阅读次数:
178