IcosahedronGeometry用来在三维空间内创建一个二十面体对象.
用法: var geometry = new THREE.IcosahedronGeometry(70);
var material = new THREE.MeshBasicMaterial({color: 0x00ff00});
var icos = new THREE.Mesh(geometry,material);
scene.add(icos);
IcosahedronG...
分类:
Web程序 时间:
2015-01-31 12:51:22
阅读次数:
171
...
分类:
编程语言 时间:
2015-01-31 12:49:45
阅读次数:
195
1:首先进行Organizer,Provisioning file里所有显示为黄色感叹号的文件删掉。(设备里provisioning file也同样操作,在Organizer内也可完成)
2:打开Keychain Access (钥匙串访问),‘菜单栏’ -> '钥匙串设访问' -> '证书助理' -> "从证书颁发机构申请证书",选择“存储到磁盘”,输入必要信息
...
分类:
其他好文 时间:
2015-01-31 12:50:11
阅读次数:
136
Given a sorted array and a target value, return the index if the target isfound. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
H...
分类:
其他好文 时间:
2015-01-31 12:51:27
阅读次数:
98
Follow up for N-Queens problem.
Now, instead outputting board configurations, return the total number ofdistinct solutions.
HideTags
Backtracking
#pragma once
#include
using namespace s...
分类:
其他好文 时间:
2015-01-31 12:50:03
阅读次数:
148
Given a sorted linked list, delete all duplicates such that each elementappear only once.
For example,
Given 1->1->2, return 1->2.
Given 1->1->2->3->3, return 1->2->3.
HideTags
Linked List
...
分类:
其他好文 时间:
2015-01-31 12:48:48
阅读次数:
144
Given an integer, convert it to a roman numeral.
Input is guaranteed to be within the range from 1 to 3999.
HideTags
Math String
class Solution {
public:
string intToRoman(int num)
{
int ...
分类:
其他好文 时间:
2015-01-31 12:49:10
阅读次数:
141
首先简单介绍一下罗马数字,一下摘自维基百科
罗马数字共有7个,即I(1)、V(5)、X(10)、L(50)、C(100)、D(500)和M(1000)。按照下述的规则可以表示任意正整数。需要注意的是罗马数字中没有“0”,与进位制无关。一般认为罗马数字只用来记数,而不作演算。
重复数次:一个罗马数字重复几次,就表示这个数的几倍。右加左减:在较大的罗马数字的右边记上较小的罗马数字,表示大数字加小数...
分类:
其他好文 时间:
2015-01-31 12:48:17
阅读次数:
140
对Swing及异步又有了深一步的了解。
Swing下面,默认有两个线程,main和edt(event dispatching thread)。edt负责绘图,所以有所runnable的任务都必须及时返回,否则会出现用户假死的情况。main可以睡眠之类的。耗时的操作一般放在第三线程中做,比如下载,必须后台运行其他程序。
Swing编程最重要的一点是将后台耗时操作与edt类型的操作分开。不知道时,...
使用管道方式,也可以使用Logoutputstream。下面是管道方式例子。跟C语言类似。
PipedOutputStream outputStream = new PipedOutputStream();
PipedInputStream inputStream = new PipedInputStream(outputStream);
CommandLine commandline = ...
分类:
其他好文 时间:
2015-01-31 12:47:09
阅读次数:
190
php curl 支持所有http协议支持的东西,比如简单的GET , POST , HEAD , PUT,DELETE, 稍微复杂一点的SSL,proxy,COOKIE 等操作。http超文本传输, 比如网站地址是 wwww.hhailuo.com(红海螺) , web服务器配置的根目录 /home/html 。 web服务器运行以用户/用户组为user/user运行。
以上面为前提...
分类:
Web程序 时间:
2015-01-31 12:45:56
阅读次数:
182
模拟水题,直接贴代码,主要是vector的使用。
//poj 1208
//sep9
#include
#include
using namespace std;
const int maxN=32;
vector v[maxN],tmp;
char a[32],b[32];
int n,x,y,a1,a2,b1,b2;
void get_address()
{
int i,j;
for...
分类:
其他好文 时间:
2015-01-31 12:44:23
阅读次数:
283
1. 加强护理人文教育的意义
1.1 时代发展的需要
从时代发展的需要来看,时代在发展,人类从野蛮走向文明,人文教育显得越来越重要。时代在发展,人们的经济水平在提高,人们在满足了温饱之后,更高层次的需要就需要得到满足,按照马斯洛的人类基本需要层次理论,人第一层次的需要时生理的需要,是指能满足个体生存所必需得一切物质方面的需要,包括食物 空气 水 温度 排泄 休息和避免疼痛。第二层次的需...
分类:
其他好文 时间:
2015-01-31 12:44:34
阅读次数:
243
题目:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the ...
分类:
其他好文 时间:
2015-01-31 12:46:38
阅读次数:
131
游戏中常见(或必须)的42种要素...
分类:
其他好文 时间:
2015-01-31 12:46:38
阅读次数:
173
题目:
A peak element is an element that is greater than its neighbors.
Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.
The array may contain multiple p...
分类:
其他好文 时间:
2015-01-31 12:43:38
阅读次数:
156
一.在使用多位一体数码管时,它们内部的公共端是独立的,而负责显示什么数字的段线全部是连在一起的,独立的公共端可以控制具体哪一位数码管可以显示,连在一起的段线可以控制到底显示什么数字。通常我们把公共端叫做位选线,连接在一起的段线叫做段选线。通常单位数码管是10个引脚,二位数码管也是10个引脚,四位数码管是12位引脚。
二.在嵌入式编程中,根据不同的需要来建立自己的码表会经常遇到的,这里共阴极数码管...
分类:
其他好文 时间:
2015-01-31 12:44:06
阅读次数:
271