// // main.m // 07 - 创建一个对象并且访问实例变量 // // Created by vic fan on 16/7/3. // Copyright © 2016年 李洪强. All rights reserved. // // Car *car = [Car new]; 类名 ...
分类:
移动开发 时间:
2016-07-03 09:19:48
阅读次数:
245
这就是我要是实现的效果 // // LHQOilSeriesViewCtrl.m // B01 - 首页 // 油品系列控制器 // Created by vic fan on 16/6/30. // Copyright © 2016年 李洪强. All rights reserved. // #i ...
分类:
其他好文 时间:
2016-07-01 20:02:29
阅读次数:
241
想实现的效果: // // ViewController.m // A14 - 带占位符的textview // // Created by vic fan on 16/6/24. // Copyright © 2016年 李洪强. All rights reserved. // #import " ...
分类:
其他好文 时间:
2016-06-24 10:45:44
阅读次数:
134
多数图形软件包使用逼近平面片来显示曲面。这是因为平面方程是线性的,而处理线性方程比二次或其他类曲线方程快得多。因此OpenGL和其他图形软件包提供多边形图元来实施曲面的逼近。对象用多边形网络来建模,而几何和属性信息的数据库按处理多边形面片的目标来建立。在OpenGL中,可用于此目的的图元有三角形带(triangle strip )、三角形扇形(triangle fan)和四边形
带(quad strip )。高性能图形系统使用快速多边形硬件绘制,使得显示速度达到每秒形成百万以上的多边形(通常为三角形),包括...
分类:
其他好文 时间:
2016-05-22 12:25:47
阅读次数:
205
Problem Description
The “Harry Potter and the Goblet of Fire” will be on show in the next few days. As a crazy fan of Harry Potter, you will go to the cinema and have the first sight, won’t you?Suppos...
分类:
其他好文 时间:
2016-05-22 12:20:11
阅读次数:
181
2892: 强袭作战 Description 在一个没有冬马的世界里,经历了学园祭后的春希着急着想要见到心爱的雪菜。然而在排队想见雪菜的fans太多了,春希一时半会凑不到雪菜面前。 作为高帅富,这样的问题怎么能难倒春希?春希从武也手中拿到了取自金闪闪宝库里的多啦A梦的传话筒,并且给每一个排队的fan ...
分类:
其他好文 时间:
2016-05-11 09:26:35
阅读次数:
164
1, speed-fan安装 SpeedFan - Access temperature sensor in your computer / http://www.almico.com/speedfan.php… 下载,安装 设置 把要监控的勾上(图片是虚拟机上截的,实体机上会有更多选项)) 这里的 ...
分类:
Windows程序 时间:
2016-05-07 22:05:52
阅读次数:
2332
4582: [Usaco2016 Open]Diamond Collector Description Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spar ...
分类:
其他好文 时间:
2016-05-06 20:22:54
阅读次数:
314
题目链接: Intersection Time Limit: 4000/4000 MS (Java/Others) Memory Limit: 512000/512000 K (Java/Others) Problem Description Matt is a big fan of logo de ...
分类:
其他好文 时间:
2016-05-02 00:23:00
阅读次数:
217
游戏需要在两个玩家间进行。两个玩家分别控制两个小方块在几个转动的十字形平台上移动,平台上有金币和一些道具,玩家撞上后会产生相应效果(加分、扣分、加速等等)。 游戏分两种模式:合作和对战。 合作模式中,两个玩家需要合作吃掉游戏场景中的所有金币,并且避免掉下平台或互相撞到,这两种行为都会导致玩家死亡并结 ...
分类:
其他好文 时间:
2016-04-30 18:20:44
阅读次数:
234