资源列表

« 1 2 ... .13 .14 .15 .16 .17 1218.19 .20 .21 .22 .23 ... 3004 »

[汇编语言20101125pclmldq2010

说明:批处理,也称为批处理脚本,英文译为BATCH,批处理文件后缀BAT就取的前三个字母。它的构成没有固定格式,只要遵守以下这条就ok了:每一行可视为一个命令,每个命令里可以含多条子命令,从第一行开始执行,直到最后一行结束,它运行的平台是DOS。批处理有一个很鲜明的特点:使用方便、灵活,功能强大,自动化程度高。-Batch processing, also known as the batch scr ipt, translated into
<落叶> 在 2025-05-12 上传 | 大小:118kb | 下载:0

[汇编语言shuzhizhuanhuan

说明: 完成把16进制转换成10进制,若键入的不是16进制则显示出错提示-Finish the hexadecimal converted into 10 typed into system, if not hexadecimal shows error reminder
<王诺> 在 2025-05-12 上传 | 大小:4kb | 下载:0

[汇编语言complex_17a7

说明:c++ code for complex num
<hghjgj> 在 2025-05-12 上传 | 大小:145kb | 下载:0

[汇编语言huibian

说明:汇编源程序包括文档说明 -Compilation of source code including compilation of source documentation, including documentation
<zhoushan> 在 2025-05-12 上传 | 大小:31.08mb | 下载:0

[汇编语言asm

说明: 提供了汇编语言程序设计题目和代码全解,需要是可以作为参考-Assembly language programming provides the title and code the whole solution is needed as a reference
<陈伟> 在 2025-05-12 上传 | 大小:190kb | 下载:0

[汇编语言program

说明:汇编语言(王爽著)书上部分习题及例题代码实现。-Assembly language (Wang Shuang was) part of the book exercises and code examples.
<jdfj> 在 2025-05-12 上传 | 大小:4kb | 下载:0

[汇编语言calc

说明:计算器 有数字按键 + - * / 都有-Public sym, tmp Public Sub Cl_Click() txt = "" Form1.sym = "" Form1.tmp = "" End Sub Public Sub cmd_Click(Index As Integer) If InStr(1, txt, "=") <> 0 Then txt = "" txt =
<sn> 在 2025-05-12 上传 | 大小:8kb | 下载:0

[汇编语言huibianPPT

说明:这个是汇编的电子课件,石老师授课用的 含金量很高-This is a compilation of electronic courseware, stone used for teachers to teach high gold content
<赵宇> 在 2025-05-12 上传 | 大小:356kb | 下载:0

[汇编语言3

说明:字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db 
<> 在 2025-05-12 上传 | 大小:1kb | 下载:0

[汇编语言4

说明:编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。 M DB 1,3,-4,…….. ;20个 P DB 20 DUP (?) N DB 20 DUP(?) -Write a program will contain an array of M 20 data into two arrays: an array P and the negative group is
<> 在 2025-05-12 上传 | 大小:1kb | 下载:0

[汇编语言ZIFUPIPEI

说明:编写程序,实现两个字符串比较。则显示“MATCH”,否则,显示“NOMATCH”-Write a program to achieve two string comparison. Shows the " MATCH" , otherwise, the show " NOMATCH"
<luoyuhan> 在 2025-05-12 上传 | 大小:1kb | 下载:0

[汇编语言IntelCodeTable

说明:Intel Code Table ,Intel Assembler 80186 and higher
<originaldedodedo> 在 2025-05-12 上传 | 大小:108kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1218.19 .20 .21 .22 .23 ... 3004 »

源码中国 www.ymcn.org