码迷,mamicode.com
首页 >  
搜索关键字:fan    ( 1306个结果
lua中元素的下标是从1开始的
在初始化一个数组的时候,若不显式地用键值对方式赋值,则会默认用数字作为下标,从1开始。由于在Lua内部实际采用哈希表和数组分别保存键值对、普通值,所以不推荐混合使用这两种赋值方式。localOk=11111 localfan={fan=Ok,fan1="OK","a",c="d",8}--key不用引号引起来,引起来..
分类:其他好文   时间:2015-12-01 12:59:36    阅读次数:247
[java作业]Fan、求直线交点、Triangle2D、选课
public class Fan { public static void main(String[] args) { Fan fan1 = new Fan(), fan2 = new Fan(); fan1.m...
分类:编程语言   时间:2015-10-31 20:03:28    阅读次数:343
用 java 编写程序实现输入4个整数输出4个整数的和
源代码:/*Duo Ya Fan*/ /*2015 9 23 */ /* 用于输入4个整数并输出4个整数的和*/ import java.util.*; public class JiSuan { public static void main(String args[]) { int cou...
分类:编程语言   时间:2015-09-27 01:19:18    阅读次数:248
【沟通的艺术】自我反思的技术演示
作者:范军 (Frank Fan)新浪微博:@frankfan7仅仅练不说是傻把式,仅仅说不练是假把式。又说又练才是真把式。沟通的艺术系列,不敢托大。纯属自己心得分享。本文是一次技术演讲的自我点评,请见演讲视频。本財年32场演唱会才刚刚开头。却一下子落在自己的主场。幸者,有不少熟识的圈内人。不幸者,...
分类:其他好文   时间:2015-09-26 22:27:55    阅读次数:236
hdu 5120 Intersection 圆环面积交
IntersectionTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5120DescriptionMatt is a big fan of logo design. Recen...
分类:其他好文   时间:2015-09-17 21:26:43    阅读次数:137
Detecting iOS
Detecting iOSI am not a fan of User Agent sniffing, but here is how you would do it:var iOS = /iPad|iPhone|iPod/.test(navigator.platform);Another way,...
分类:移动开发   时间:2015-09-15 12:42:47    阅读次数:191
MinGW and Cygwin – An Introduction and Differences
If you are using Linux and your are a big fan of shell and its other utilities like grep, ls, make and its compilers gcc and g++, and if you want thes...
分类:Windows程序   时间:2015-09-04 07:16:38    阅读次数:321
pat1058. A+B in Hogwarts (20)
1058. A+B in Hogwarts (20)时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIf you are a fan of Harry Potter, you would know the world of magic...
分类:其他好文   时间:2015-09-01 21:18:53    阅读次数:260
iOS 不规则View
// //??IrregularBorderView.h //??IrregularBorderView // //??Created?by?Fan?HouCheng?on?15/8/28. //??Copyright?(c)?2015年?Fan?HouCheng.?All?rights?reserved. // #define?BORDER_WI...
分类:移动开发   时间:2015-09-01 17:10:45    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!