只是心态,抓住机会。
全部博文(1384)
发布时间:2012-12-14 13:28:59
http://www.ambiera.com/irrxml/irrXMLirrXML is a simple and fast open source xml parser for C++. Why another xml parser? The strenghts of irrXML are its speed and its simplicity. It ideally fits into realtime projects which need to read xml data without overhead, like games. irrXML was originally wri......【阅读全文】
发布时间:2012-12-14 10:37:03
最常用的9款免费开源游戏引擎http://blog.okbase.net/haobao/archive/55.html好饱 2012-9-7 16:35:18 阅读(293) 评论(0) 对游戏编程初哥来说,选择一个好的游戏引擎是一个很头疼的事。市面上鱼目混杂,并且价格不菲。今天推荐几款开源游戏引擎,让你的开发事半功倍。 开源即开放源代码(Open Source),游戏引擎好比赛车的引擎,是用于控制所有游戏功能的主程序,从计算碰撞、物理加速系统和物体的相对位置,到接受玩家的输入,以及按照正确的音量输出声音等等。无论是角色扮演游戏、即......【阅读全文】
发布时间:2012-12-14 09:11:11
http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470643854,descCd-DOWNLOAD.htmlThis directory contains sample code for Algorithms for Image Processing and Computer Vision, 2nd Edition. It contains the source code and data files for all 11 chapters, one directory per chapter. Source code is C......【阅读全文】
发布时间:2012-12-13 09:53:32
HTTP Video Delivery — HTTP Pseudo Streamingby ROMAN10 on SEPTEMBER 15, 2011 · 2 COMMENTSinShareShareHTTP Pseudo Streaming is the second method in HTTP Video Delivery. The method is also based on HTTP progressive download as the first method does, and it makes ......【阅读全文】
发布时间:2012-12-12 17:34:46
播放器的基本功能:http://leoplayer.sinaapp.com/支持H.264编码(高清)的FLV文件。视频回放、暂停、视频缓冲、时间显示、音量调节、亮度调节、全屏。单击鼠标或空格暂停与恢复、双击鼠标全屏显示。上下键控制音量、左右键控制进度。根据计算视频尺寸进行等比尺寸播放。进度条可以随意点击、拖动,不受缓冲的限制。在播放视频时通过插补数据,对高品质画面进行平滑处理。根据参数设置,播放器可以随时与流媒体模块通讯,产生相应的事件效果。留有JS接口、播放器可以方便移植在任何网站上。播放器参数设置、跨域等问题,具体请查看文档。后续版本更新内容的介绍:播放器提供多种布局样式,可定制皮肤、控......【阅读全文】