搜索结果
找到约 1,987 项符合
asm-all 的查询结果
操作系统开发 自己以前写的 引导扇区代码。包括: fat12.asm fat16.asm fat32.asm
自己以前写的 引导扇区代码。包括:
fat12.asm
fat16.asm
fat32.asm
汇编语言 Aexp8-1.asm 声-光报警程序 * 运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作* 2.按下"q"或者"Q",退出
Aexp8-1.asm 声-光报警程序 *
运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作*
2.按下"q"或者"Q",退出
嵌入式Linux Linux flash Player.All files are written in C codes.
Linux flash Player.All files are written in C codes.
Linux/Unix编程 NES game Emulator in Linux.c and asm codes.
NES game Emulator in Linux.c and asm codes.
其他 SNES game emulator. C and asm files.
SNES game emulator. C and asm files.
其他 乐曲演奏功能.可以听三个音乐.是不错的ASM文件
乐曲演奏功能.可以听三个音乐.是不错的ASM文件
Java书籍 At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Ja
At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Java programs run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java class file ...
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.