摘要:--some game engines--1. codecreatures http://www.codecult.com 2. ogre (free) http://ogre.sourceforge.net/ 3. serious engine http://www.croteam.com/engine_features.shtml 4. jet 3d (free) http://www.jet......
摘要:消息机制和绘图机制是微软windows及其周边其它产品与生俱来的,是win 系列os作为一个操作系统进行微机内部实现的二大支柱和特征,消息系统是windows下一切应用程序间,包括windows自身,进行交互和通讯的渠道,是windows实现对运行在其下的所有应用程序进行控制及应用程序对windows进行响应的解决手段,因此对windows的编程,无论是在哪种 语言规范和ide 下,都不可避免地要......
Coding Tips(J2ME)
上一页 ...5. avoid synchronization in loops because there is an extra over head to lock andunlock each time the loop occurs 【程序编程相关:
基于IE浏览器的图形聊天室(类可乐8)】 【推荐阅读:
ZLib2000即时光影】6. counting down in loops is faster then counting up 【扩展信息:
电视互动点播系统】 7. use compound operators like x += 1 instead o f x = x + 1 because fewer byte codes is generated 8. remove constant calculations in loops 9. reuse objects 10. assign null to unused objects, especially unused threads 11. try to use already built in methods, for example if you want to copy data from one array to another use system.arraycopy more then likely this method will be more efficient then the one you created yourself
摘要:153页的lookit(int i)的lookit我想破了头也不知道它是什么意思,cqtml真是可爱,也不知道他是怎么想到这个lookit这个词的,zjdz我倒知道是"主角动作",可zjdw呢,是"动物主角吗"??函数的入口参数是i,对lookit()的理解宜放在152的ontimer()中进行,ontimer()函数体中,在i属于(0,rs)的循环里完成了2个动作,多对象显示setobj()和今......