Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.
标签: Icecream-Tron Gelato-Bots Revolution 000
上传时间: 2013-12-18
上传用户:D&L37
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!
上传时间: 2015-01-07
上传用户:我干你啊
A*
标签:
上传时间: 2013-12-20
上传用户:569342831
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric algorithms
标签: collaborative several Europe Israel
上传时间: 2015-01-09
上传用户:refent
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
标签: programmers Scientific numerical Library
上传时间: 2015-01-09
上传用户:teddysha
A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
标签: Algorithms Efficient Library Types
上传时间: 2014-01-10
上传用户:fhzm5658
PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles:
标签: performing geometric proximity library
上传时间: 2014-01-13
上传用户:love_stanford
source code to compute the visibility polygon of a point in a polygon.
标签: polygon visibility compute source
上传时间: 2015-01-09
上传用户:wpt
完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符; 4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上; 5.词典文件第1行为词典的名称,以后每一行存放一个单词; 6.输出结果以文本文件形式存储,其格式为: 第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行 7.合理的GUI,注意GUI界面类与功能类的关系应比较松散。
上传时间: 2014-01-09
上传用户:ggwz258