搜索资源列表
TheArtofComputerProgrammingV3
- 编程的艺术第三卷,盖茨说过,看熟了这三本大部头,就可以给他发简历了。厄,鉴于本书的名头,加上他的语言是汇编语言级的,他的收藏价值应该大于应用价值。但是汇编语言的程序员的价码可是很高的欧。努力吧,各位。我也要努力地去寻找中文版的-the third volume of the art of programming, (gates claimed anyone who finished reading all three volumes of this series can send him a C
nasm
- 汇编的东西,可以和VC混合使用,解决VC+,asm的问题-Compilation of things, you can mix and VC to resolve the VC+, asm the issue of
Keil_CaASM
- 介绍了在Keil编译环境下,怎么样用C语言和汇编语言混合编程的2种方法.-Introduced in the Keil compiler environment, how to use the C language and assembly language programming mix two kinds of methods.
GMTS
- 一个很好的关于广义改进混合型迭代法的例子程序-A good mix of generalized type iterative method to improve the example program
5
- 多模块程序设计及多语言混合编程。要求: ⑴ 编写一个求Nm的汇编语言子程序(子模块)。 ⑵ 编写一个计算Z=(X2+Y4)的汇编语言主模块,其中X2、Y4通过调用⑴中的Nm实现,并显示当X=5,Y=6时的结果。 -Multi-module programming and multi-language programming mix. Requirements: ⑴ write a request Nm assembly language subroutines (sub-module
Mix-of-c-a-asm
- C程序调用汇编程序、汇编程序调用C程序、参数从C传递到ASM函数等。-This program demonstrates about calling ASM functions from the C program.