资源列表

« 1 2 ... .81 .82 .83 .84 .85 2486.87 .88 .89 .90 .91 ... 3004 »

[汇编语言4

说明:题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B
<> 在 上传 | 大小:19kb | 下载:0

[汇编语言5

说明:输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program analysis: We think of a way to
<> 在 上传 | 大小:19kb | 下载:0

[汇编语言bios-asm

说明:一个80x86 BIOS 的汇编源代码.-80x86 BIOS a compilation of source code.
<姚聪> 在 上传 | 大小:36kb | 下载:2

[汇编语言MBR

说明:一个MBR (硬盘主引导区)的汇编源代码.-A MBR (master boot hard disk area) a compilation of source code.
<姚聪> 在 上传 | 大小:4kb | 下载:0

[汇编语言clock

说明:调用系统时间,在屏幕上显示出来;获取键盘的按键值,判断键值并退出系统 -Call system time displayed on the screen access to the keys of the keyboard, the key to determine and exit the system
<黄渊> 在 上传 | 大小:3kb | 下载:0

[汇编语言circle

说明:masm32 汇编源码-masm32 assembly source code
<jts> 在 上传 | 大小:8kb | 下载:0

[汇编语言crc

说明:CRC s ASM implementation
<laofu> 在 上传 | 大小:5kb | 下载:0

[汇编语言汇编语言源代码

说明:大小写转换- The big small letter transforms
<小熊> 在 上传 | 大小:22kb | 下载:0

[汇编语言Jiao

说明:sad
<小熊> 在 上传 | 大小:32kb | 下载:0

[汇编语言testwin

说明:如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How demonstrates uses: CreateWindow,
<刘豫晋> 在 上传 | 大小:13kb | 下载:0

[汇编语言CMOS

说明:用vc写的外壳 通过调用asm生成的程序来读出或写入cmos。解释CMOS每一字节含义.- The outer covering writes which with vc through transfers the asm production the procedure to read out or to read in cmos. Explains the CMOS each byte meaning
<> 在 上传 | 大小:95kb | 下载:0

[汇编语言Win32asm tutorial (Hume)

说明:win32ASM编程参考-win32ASM programming reference
<林松> 在 上传 | 大小:1.29mb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 2486.87 .88 .89 .90 .91 ... 3004 »

源码中国 www.ymcn.org