码迷,mamicode.com
首页 >  
搜索关键字:engine    ( 4373个结果
【HackerRank】Service Lane
Calvin is driving his favorite vehicle on the 101 freeway. He notices that the check engine light of his vehicle is on, and he wants to service it imm...
分类:其他好文   时间:2014-07-29 12:37:16    阅读次数:250
ArcGIS Engine中加载数据
ArcGIS Engine中加载数据http://blog.csdn.net/gisstar/article/details/4206822分类:AE开发积累2009-05-21 16:491118人阅读评论(0)收藏举报database数据库serveruser工作class1.加载Sha...
分类:其他好文   时间:2014-07-29 11:18:56    阅读次数:347
windows下 nginx php 环境搭建
windows下配置nginx+php环境 刚看到nginx这个词,我很好奇它的读法(engine x),我的直译是“引擎x”,一般引“擎代”表了性能,而“x”大多出现是表示“xtras(额外的效果)”,那么整个词的意思就是类似“极致效果”,“额外性能”。当然这里不是要来唠嗑,以上是题外话。 n.....
分类:Windows程序   时间:2014-07-28 21:23:04    阅读次数:387
hdu2222Keywords Search (字典树)
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature to his image retrieval system. Every image hav...
分类:其他好文   时间:2014-07-24 23:22:23    阅读次数:256
《精通Unreal Engine 3 卷1:3D游戏关卡设计》
内容简介:《精通Unreal Engine 3卷1:3D游戏关卡设计基础篇》是您认识并掌握最新最热门的游戏引擎(虚幻引擎3)的首选指南,无论您是初次接触mod制作的爱好者,还是职业的关卡设计人员,都能从本书中受益、本书中包含了读者想要学习的所有技能,这些技能可以帮助读者创建出在游戏机和复读机上运行的...
分类:其他好文   时间:2014-07-24 21:51:32    阅读次数:403
C#.NET为List添加扩展方法:获取唯一值
C#.NET 扩展List 获取唯一值...
分类:Web程序   时间:2014-07-24 17:45:16    阅读次数:236
The Internet Communications Engine (Ice) 跨平台异构通讯方案 第一弹-ICE简介
.net中的通讯方案很多,从.net Remoting,MSMQ,Webservice,WSE,WCF等等,他们都有一个特点,易用,但是都不能跨语种异构,如果你服务端要用java开发,客户端用C#开发,或者其它语言譬如C++,Python,PHP,Ruby,Objective-C,等等,那么.n.....
分类:Web程序   时间:2014-07-24 10:07:13    阅读次数:270
Example: Develop Web application on Baidu App Engine using CherryPy
In the past few months, I have developed two simple applications on Baidu App Engine. Compared to Google App Engine, or Nitrous.Io, the documentation ...
分类:移动开发   时间:2014-07-23 02:36:57    阅读次数:356
velocity基本语法
velocity简明教程Velocity是一个基于java的模板引擎(template engine),它允许任何人仅仅简单的使用模板语言(template language)来引用由java代码定义的对象。作为一个比较完善的模板引擎,Velocity的功能是比较强大的,但强大的同时也增加了应用复杂...
分类:其他好文   时间:2014-07-22 22:46:58    阅读次数:284
Object-c 之 复合与存取
说到复合与存取,我做完这个例子,感觉就是类的集合,也没什么东西。 主Car类: #import "Engine.h" #import "Tire.h" //汽车 @interface Car : NSObject { Engine *engine; Tire *tires[4]; } -(Engine *)engine; -(void)setEngine:(Engine *) ...
分类:其他好文   时间:2014-07-21 16:42:12    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!