码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
Transform.eulerAngles 欧拉角
vareulerAngles:Vector3Description描述The rotation as Euler angles in degrees.旋转作为欧拉角度。The x, y, and z angles represent a rotation z degrees around the z...
分类:其他好文   时间:2014-07-22 23:15:35    阅读次数:327
表达式求值
#ifndef MAINFUNC_H#define MAINFUNC_H#include #include #include #include //1. Get the numbers//2. Modify the expression like (1+1*1)*(1-1); 1 represent...
分类:其他好文   时间:2014-05-18 19:54:02    阅读次数:514
XE6 ShortString与String相互转换
program Test;{$APPTYPE CONSOLE}uses System, System.SysUtils; const Value: array[0..5] of Byte = (5, 72, 101, 76, 76, 111); { Old ShortString represent...
分类:其他好文   时间:2014-05-14 23:42:03    阅读次数:475
Leetcode | Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number.An example is the root-to-leaf path 1->2->3 which...
分类:其他好文   时间:2014-05-05 23:55:36    阅读次数:407
Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-04-30 03:52:56    阅读次数:411
1045条   上一页 1 ... 103 104 105
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!