码迷,mamicode.com
首页 >  
搜索关键字:b - bear and three m    ( 2708个结果
ETL - Extract, Transform, Load
ETL is short for extract, transform, load, three database functions that are combined into one tool to pull data out of one database and place it into ...
分类:其他好文   时间:2019-12-07 19:29:36    阅读次数:136
three.js入门
Renderer:渲染;Stats:监视器;Camera:相机;Scene:场景;Light:光源;Geometry:几何体;Tween:运动轨迹 基本的demo;学习地址http://www.hewebgl.com/article/articledir/1 var renderer;//渲染 va ...
分类:Web程序   时间:2019-12-06 16:26:06    阅读次数:142
webpack打包工具之ts版开发框架搭建
本文用两个框架,一个是threejs,一个是phaser3,其实流程都是一样。 nodejs、npm是基础,不再多说! 首先新建一个文件夹命名three-study,然后npm init -y 用webpack工具,第一步要安装webpack主功能包: npm i webpack --save-de ...
分类:Web程序   时间:2019-12-06 11:31:03    阅读次数:156
【leetcode】1268. Search Suggestions System
题目如下: Given an array of strings products and a string searchWord. We want to design a system that suggests at most three product names from products a ...
分类:其他好文   时间:2019-11-25 11:50:40    阅读次数:58
十.数组解构
const numbers = ['one', 'two', 'three', 'four'] es5: const one = numbers[0]; //one const two = numbers[1]; //two es6: 获取到相应位置的数组原素的值 const [one, two] ...
分类:编程语言   时间:2019-11-25 11:49:11    阅读次数:72
【2019年8月版】OCP 071认证考试原题-第36题
Choose three Which three statements are true about sequences in a single instance Orade database? A) A sequence's unallocated cached values are lost i ...
分类:其他好文   时间:2019-11-25 11:39:30    阅读次数:58
three.js使用gpu选取物体并计算交点位置
光线投射法 使用three.js自带的光线投射器(Raycaster)选取物体非常简单,代码如下所示: 它是采用包围盒过滤,计算投射光线与每个三角面元是否相交实现的。 但是,当模型非常大,比如说有40万个面,通过遍历的方法选取物体和计算碰撞点位置将非常慢,用户体验不好。 但是使用gpu选取物体不存在 ...
分类:Web程序   时间:2019-11-25 09:54:39    阅读次数:98
1012 The Best Rank (25 分)
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:其他好文   时间:2019-11-23 12:40:43    阅读次数:74
推荐 11 个好用的 JS 动画库
为了保证的可读性,本文采用意译而非直译。 1.Three.js 超过46K的星星,这个流行的库提供了非常多的3D显示功能,以一种直观的方式使用 WebGL。这个库提供了<canvas>、 <svg>、CSS3D 和 WebGL渲染器,让咱们在设备和浏览器之间创建丰富的交互体验。该库于2010年4月首 ...
分类:Web程序   时间:2019-11-22 13:22:51    阅读次数:111
Three Way Stopcock - Infusion Three-Way Valve For Medical Use
The infusion Three Way Stopcock has been developed for general medical use and can be injected into a patient via an infusion pump or syringe. Typical ...
分类:其他好文   时间:2019-11-20 13:00:38    阅读次数:86
2708条   上一页 1 ... 27 28 29 30 31 ... 271 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!