聚星亭

吾笨笨且懒散兮 急须改之而奋进
posts - 74, comments - 166, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

04 2010 档案

     摘要: 身为一个北方人,第一次到这中原地带,还真的很难适应,一个星期全在下雨,这半个月来,我就见了两次太阳……
太悲哀了……

听同学说,现在是雨季,多雨是正常的,等过几天就不怎么会下雨了,但是会很闷……,夏天基本上天天气温能到39~42度。

真不知道如果我同学说的是真的话,这个夏天该怎么过……

获许真的该减肥了,争取到秋天的时候,体重降到210斤以内,恩,就这么定了……  阅读全文

posted @ 2010-04-25 20:27 besterChen 阅读(649) | 评论 (4)  编辑 |

     摘要: 题目要求:
纯C 、不准使用汇编,不准使用临时变量(当然包括全局变量)实现一个strlen 函数。
就是说,可以利用的资源只有那个参数,但是有个要求就是不许破坏原字符串。

我能想到的方法就是递归,所以我给出的答案是:  阅读全文

posted @ 2010-04-23 23:45 besterChen 阅读(2683) | 评论 (24)  编辑 |

     摘要: 本文章将试着讲述一些好的习惯,它或许可以帮助你更快更容易的找出问题的解决方案(原文: This article will try to explain some good practices, that will help you get going faster and easier find the solution when a problem occurs.)。  阅读全文

posted @ 2010-04-15 23:42 besterChen 阅读(879) | 评论 (0)  编辑 |

     摘要: AngelScript作为一个嵌入式的脚本库不支持独立运作(原文: Being an embedded scripting library there isn't much that AngelScript allows the scripts to do by themselves,), 因此,应用程序必须先注册一个接口让脚本与应用程序交互(原文:so the first thing the application must do is to register the interface that the script will have to interact with the application.)。该接口可以由函数、变量、甚至是一个完整的类组成(原文:The interface may consist of functions, variables, and even complete classes.)。  阅读全文

posted @ 2010-04-15 23:41 besterChen 阅读(1421) | 评论 (0)  编辑 |