搜索资源列表
russion_chinese
- 部分源码来自于网上下载,本人将程序进行了部分汉化。 本人认为这个程序对于嵌入式编程人员很值得参考的,里面涉及到中断处理、汉字显示、算法控制等。 通过这种底层程序的学习,可以很快在嵌入式领域入门。每一个LINVX、UC/OS、VXWORKS高手应该都是非常精通DOS环境编程的。 希望对大家有用。欢迎探讨-some source downloaded from the Internet, I will be part of the procedures for the Manchus.
哈利魔法
- 一个用数学的方法所描述的游戏:哈利魔法.只要根据游戏中的说明即可,它可利用算法来猜出你心中的数学.-a mathematical descr iption of the methodology of the game : Harry magic. As long as the game according to the statement can be, it can use algorithms to guess the math in your heart.
CatCatchRat
- 实际上这是VC.NET的源代码,因为在VC++6.0下不能编译,因此编译本程序您需要安装vs2005及以上版本。 本游戏主要是侧重算法和动画生成方面的知识与技能,通过游戏我们一般都能学到很多东西,有空闲的时候值得一看。 -This in fact is VC.NET the source code, because, under VC++6.0 does not compile, so to compile this program you need to install vs20
vbtanqiu
- 用Visual Basic 编写的弹球的经典游戏,适合初学者练习算法,源码!-Written in Visual Basic using the classic pinball game for beginners algorithms, source code!
pintu
- 在Unity 中设置一个拼图界面,通过各种算法在Unity中实现拼图游戏-In the Unity set up a jigsaw interface, through various algorithms in the Unity to achieve jigsaw puzzle
DDA
- As we know that in computer graphics subject we have a several line drawing algorithms. Here i am uploading code for DDA algorithm for line drawing.