大胆溪流

文章
4
资源
0
加入时间
2年10月18天

常见错误

runtime  error (运行时错误)就是程序运行到一半,程序就崩溃了。比如说:①除以零②数组越界:int a[3]; a[10000000]=10;③指针越界:int * p; p=(int *)malloc(5 * sizeof(int)); *(p+1000000)=10;④使用已经释放的空间:int * p; p=(int *)malloc(5

awesome-algorithms 算法Awesome Algorithms

Awesome AlgorithmsA curated list of awesome places to learn and/or practice algorithms. Inspired by awesome-awesomeness and all the other awesome Awesome libraries.If you want to contribute, pleas...

<<游戏设计艺术>>笔记

用emacs写的,"*"表示层级关系.*** 游戏设计艺术**** 游戏设计:游戏设计中艺术多于科学,更像烹饪,而不是化学**** 技能需求***** 最重要的需求:倾听:团队,受众,游戏,客户,自己,***** 其他的一些技能:动画,人类学,建筑学,头脑风暴,商业,电影制作方法,沟通,创意写作,经济学,工程学,玩游戏,历史,管理,数学,音乐,心理学,公开演讲,声音设计,技术写作,视觉艺术**** 体验 [1,2,3游戏设计师真正关注的就