摘要: 这个教程写得非常好,希望你能喜欢。
-译者
mosaic tutorial拼图游戏教程
introduction介绍
in this lesson you will create a simple mosaic game. you probably know this kind of puzzles. an image or a matrix of numbers have to b......
摘要:怎样建立你自己的masm导入库
by iczelion (翻译:花心萝卜yqzq@163.net) 9.5.2000
这篇短文是讲述关于建立masm导入库(import libraries)技巧,我假设你已经知道什么是导入库。在下面,我将集中讲述建立masm导入库的方法。
masm导入库的格式: masm和vc++可以使用相同的导入库,ms导入库使用不同于tasm的omf格式的变更的co......
(译)win32asm实例-2
2.0 - design of the game游戏的设计 【程序编程相关:Kdevelop中gdb插件的问题】
【推荐阅读:
记录一些Clisp的有意思的东东, 只是】
before we get started with programming, we will design the game first. 【扩展信息:openshell初期思路】
在我们开始编程前,我们先来设计游戏.
2.1 - basic idea基本的想法
the idea is to create a simple shuffle-puzzle. an image is divided in tiles which are mixed up, the goal of the game is to shuffle the tiles into place to make the image appear:
就是创建一个简单的拼图游戏.一幅画被分为打乱了的小块.游戏的目的是通过拖动小块到应有的地方使图画出现:
2.2 - tiles window图块窗口
...
下一页 摘要:
11.0 windows中的汇编基础
现在你已经有了一些汇编语言的基础知识,你将要学习在windows中怎样学习汇编。
10.1api
windows编程的根本在于windows api,应用程序接口。这是由操作系统提供的一套函数。每个windows程序员都要用这些函数。这些函数在像kernel, user, gdi, shell, advapi等系统dll中。函数有两类:ansi和u......