码迷,mamicode.com
首页 >  
搜索关键字:physically based    ( 2864个结果
Effective C++:条款14:在资源管理类中小copying行为
(一) 上一条款说的auto_ptr和tr1::share_ptr适合于heap-based的资源,然而并不是所有资源都是heap-based的。换句话说并不是tr1::shared_ptr 和 auto_ptr 永远适合做为资源的管理者。所以有时难免还是需要实现自己的资源管理类型。 假设Mutex类型通过lock和unlock两组函数进行互斥器的锁定和解锁,可能我们希望和auto_ptr一样...
分类:编程语言   时间:2014-06-19 10:22:06    阅读次数:302
hibernate官方新手教程 (转载)
hibernate官方新手教程第一部分 - 第一个Hibernate程序 首先我们将创建一个简单的控制台(console-based)Hibernate程序。我们使用内置数据库(in-memory database) (HSQL DB),所以我们不必安装不论什么数据库server。 让我们如果我们希...
分类:系统相关   时间:2014-06-18 19:15:59    阅读次数:370
WCF、Web API、WCF REST、Web Service 区别
Web Service It is based on SOAP and return data in XML form. It support only HTTP protocol. It is not open source...
分类:Windows程序   时间:2014-06-18 11:04:33    阅读次数:336
位置预测系列(三)
What’s Your Next Move: User Activity Prediction inLocation-based Social Networks 这篇文章来自于SDM’13年(SIAM InternationalConference on Data Mining 2013)的录用论文集,是关于在基于位置社交网络里面(LBSN)进行用户签到预测的。本文解决问题的角度很创新... 1.1 论文总结 为了预测用户的下一个签到活动类型,作者利用隐含马尔可夫模型(HMM)对用户的活动转移进行建模......
分类:其他好文   时间:2014-06-18 07:27:44    阅读次数:222
Apache Virtual Hosting IP Based and Name Based Virtual Hosts
AsweallareawarethatApacheisaverypowerful,highlyflexibleandconfigurableWebserverforNixOS.Hereinthistutorial,wearegoingtodiscussonemorefeatureofApachewhichallowsustohostmorethanonewebsiteonasingleLinuxmachine.ImplementingvirtualhostingwithApachewebservercanhe..
分类:其他好文   时间:2014-06-16 17:41:56    阅读次数:439
Range-Based for Loops
for ( decl : coll ){ statement}where decl is the declaration of each element of the passed collection coll and for which the statements specified are....
分类:其他好文   时间:2014-06-15 22:11:18    阅读次数:295
防御XSS攻击的七条原则
本文将会着重介绍防御XSS攻击的一些原则,需要读者对于XSS有所了解,至少知道XSS漏洞的基本原理,如果您对此不是特别清楚,请参考这两篇文章:《Stored and Reflected XSS Attack》《DOM Based XSS》攻击者可以利用XSS漏洞向用户发送攻击脚本,而用户的浏览器因为...
分类:其他好文   时间:2014-06-15 13:46:19    阅读次数:223
An Introduction to Mutual SSL Authentication
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:其他好文   时间:2014-06-15 06:41:10    阅读次数:351
基于opencv的人脸检测的web应用
参考资料https://github.com/bsdnoobz/web-based-face-detecthttp://opencv-code.com/projects/web-based-interface-for-face-detection-with-opencv/http://www.cnb...
分类:Web程序   时间:2014-06-14 21:57:39    阅读次数:379
ios7 Cocos2dx 隐藏状态栏设置
环境:cocos2d-x 2.1.5ios7.0在info.plist 添加UIViewControllerBasedStatusBarAppearance(View controller-based status bar appearance) 设置为NO 即可
分类:移动开发   时间:2014-06-13 19:13:49    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!