http://www.gamedev.net/page/resources/_/technical/game-programming/understanding-component-entity-systems-r3013 The traditional way to implement game ...
分类:
其他好文 时间:
2015-02-10 15:07:41
阅读次数:
156
http://entity-systems.wikidot.com/fast-entity-component-systemSummaryCreate a generic System class which stores Components as a Vector array, allows a...
分类:
其他好文 时间:
2015-02-10 13:18:05
阅读次数:
145
求帮忙
一道觉得很简单的编程题,提交了很多次,但是,还是wrong,实在是崩溃啊,真的不知道哪里错了,希望大家可以帮忙解决一下,感激不尽。
就是这道题————Conversions
Description
Conversion between the metric and English measurement systems is relatively simp...
分类:
其他好文 时间:
2015-02-09 09:33:46
阅读次数:
259
// signals/sigusr.c 10-1
#include "apue.h" static void sig_usr(int); /* one handler for both signals */ int main(void)
{ if (signal...
分类:
其他好文 时间:
2015-02-06 20:16:36
阅读次数:
176
wo讲到PDF表单,我们首先需要认识Adobe定义的PDF表单有哪些。以下是我从网上搜索到的简单介绍:PDF 表单简介PDF 是可移植文档格式(Portable Document Format)的缩写,这是由 Adobe Systems Inc 开发的文件格式。PDF 将从各种桌面发布应用程序捕捉格...
分类:
其他好文 时间:
2015-02-06 16:33:33
阅读次数:
125
1. 定义协同过滤(Collaborative Filtering)有狭义和广义两种意义:广义协同过滤:对来源不同的数据,根据他们的共同点做过滤处理。Collaborative filtering(CF) is a technique used by somerecommender systems....
分类:
其他好文 时间:
2015-02-01 19:09:37
阅读次数:
326
题目链接:http://poj.org/problem?id=3903题目链接:http://poj.org/problem?id=1631题目链接:http://poj.org/problem?id=1887题目解析:这两道题都是直接求最长上升子序列,没什么好说的。POJ 3903这题n为1000...
分类:
其他好文 时间:
2015-01-30 20:51:43
阅读次数:
248
此为message的功能 Messages?are the entities used by systems to communicate with each other when using messaging channels.? Messages flow inone direction from a sender to a receiver(message的功能...
分类:
其他好文 时间:
2015-01-27 18:45:21
阅读次数:
252
add by zhj: 文中不仅列出了最常用的MQ,而且还列出了一些文章,分享使用的经验,值得一看原文:http://queues.io/AboutThere are many queueing systems out there. Each one of them is different and...
分类:
其他好文 时间:
2015-01-27 07:01:17
阅读次数:
417
以下关于GOF的一些例子命名不是很准确,但是大概意思差不多,懒得再去翻书了模拟观察者模式模拟中介者模式模拟command模式模拟memento和command模拟观察者模式观察者与职责链模式应该是我们项目中用的最多的了我在之前也写过一篇利用观察者模式对模块进行解耦,当时还是用纯虚函数http://w...
分类:
其他好文 时间:
2015-01-26 20:52:59
阅读次数:
236