Welcome![Sign In][Sign Up]
Location:
Search - huibian

Search list

[Otherhuibian-汇编入门教程

Description: 汇编语言基础教程,由浅入深的介绍了汇编语言的基本程序设计方法,是对初学者非常有用的电子书籍之一-assembly language foundation classes, elementary introduction to the basic assembly language programming, for beginners very useful one e-books
Platform: | Size: 519168 | Author: 莫书丘 | Hits:

[Otherhuibian

Description: 完整的汇编课程设计报报告,题目为乐曲程序 报告最后为完整的汇编源代码-complete compilation reportedly curriculum design, the theme of the music procedures for the integrity of the final report of a compilation of source code
Platform: | Size: 21504 | Author: 武建 | Hits:

[Otherhuibian

Description: 学习汇编语言的一本基础教程,适用于初学者.
Platform: | Size: 58368 | Author: 郑乐 | Hits:

[assembly languagehuibian

Description: 《汇编语言课程设计案例精编》源代码,包括了二十七个案例.- Assembly language curriculum design Short cases the source code, including the 27 cases.
Platform: | Size: 257024 | Author: 万能 | Hits:

[VC/MFChuibian

Description: < PC机汇编语言实战精解>>电子书,这本书写的比较通俗易懂-<PC machine assembly language fine real solution>> e-books, written in comparison of this user-friendly
Platform: | Size: 816128 | Author: gls | Hits:

[assembly languagehuibian

Description: Masm for Windows集成实验环境特点 汇编语言学习-Masm for Windows integrated environmental characteristics of the experimental compilation of language learning
Platform: | Size: 2460672 | Author: plmoknplm | Hits:

[assembly languagehuibian

Description: 包括显示彩条、偶数求和、小数、加法、字母、显示字符等9个小程序,压缩包自带运行工具masm-Including the display of color, even summation, decimals, addition, letters, display 9 characters, such as applets, compressed package comes with tools to run MASM
Platform: | Size: 190464 | Author: | Hits:

[assembly languagehuibian

Description: 各种汇编的常见只程序,很不错啊,谢谢大家试用,-Compilation of a variety of common procedures only, not错啊Thank you, everybody trial
Platform: | Size: 2048 | Author: 李霞 | Hits:

[Windows Develophuibian

Description: 1. 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数,试编制一程序,把既在A中又在B中的整数存放于数组C中 2. 设在A,B,C单元中分别存放着三个数,若三个数都不是0,则求出三数之和,并存放于D单元中,若其中有一个数为0,则把其它两个单元也清0,请编写此程序. 3. 试编写一程序,要求比较数组ARRAY中的三个16位补码数,并根据比较结果,在终端上显示如下信息(1)如果三个数都不相等则显示0(2)如果三个数有两个相等则显示1(3)若三个数都相等则显示3 4. 已定义了两个整数变量A和B,试编写程序完成下列功能:1)若两个有一个是奇数,则将奇数存入A中偶数存入B中2)若两个数均为奇数,则将两个数均加一后存回原量3)若两个数均为偶数则两个变量均不改变
Platform: | Size: 2048 | Author: furong | Hits:

[assembly languagehuibian

Description: 汇编语言课程设计案例精编,一共有27个案例,供大家使用-Assembly language curriculum design Short cases, a total of 27 cases for all to use
Platform: | Size: 430080 | Author: 老猫 | Hits:

[Windows Develophuibian

Description: 设计一个电话号码管理系统,该系统可以存放50项的电话号码列表,每项包括人名(20个字符)及电话号码(8个字符)两部分,超过限定的字符长度部分将无法输入;程序对接收到的用户输入信息进行排序,并存入电话号码列表中当程序接收到用户查询请求时,从电话号码列表中找到与查询名字相符的电话号码后,以上图的格式输出。 在用户选择退出指令Q后,程序方能退出。 -Design of a telephone number management system, which can store 50 phone numbers list, each including the names (20 characters) and telephone number (8 characters) in two parts, more than the length of some of the characters will not be able to enter procedures receive user input of information to sort and deposit the list of telephone numbers when the program receives user query request, from the list of telephone numbers to find the name in line with the inquiry after the telephone number of the above graph output format. Opt-out instructions in the user Q, the process can exit.
Platform: | Size: 50176 | Author: 林玲 | Hits:

[Documentshuibian

Description: 这是一本汇编语言超浓缩教程,语言通俗易懂,对学习汇编的初学者有好处。-This is a compilation of ultra-condensed language tutorials, language easily understood, the compilation of learning is good for beginners.
Platform: | Size: 11264 | Author: 余欢 | Hits:

[assembly languagehuibian

Description: 大学时学汇编做的一些小实验,包括查找字符串、偶数以十六进制显示、响铃、双精度数加法、匹配等等,绝对很适用。-Compilation of university places to do some small experiments, including the search string in hexadecimal display even the bell to ring, the number of double-precision adder, match, etc., is the application of the absolute.
Platform: | Size: 6144 | Author: 吴建华 | Hits:

[Otherhuibian

Description: 这是一个关于汇编的实验,要是对汇编语言感兴趣的人可以看一下,里面有实验题目与步骤-this is about huibian ,
Platform: | Size: 124928 | Author: | Hits:

[Software Engineeringhuibian

Description: 汇编语言程序设计的实验环境及实验步骤包括:DOS环境下的汇编语言编程环境使用(基础与验证型) Debug的使用(基础与验证型)Windows环境下的汇编语言集成编程环境算术运算类操作实验-Assembly language programming environment of the experiment and experimental steps include: DOS environment the use of assembly language programming environment (the basis and proof-of-) Debug the use of (the foundation and proof-of-) Windows environment integrated assembly language programming environment category Arithmetic Experimental operation
Platform: | Size: 582656 | Author: 小也 | Hits:

[assembly languagehuibian

Description: 汇编语言编写的九九乘法表课程设计,包括设计报告书-very good!
Platform: | Size: 371712 | Author: 赵祥 | Hits:

[Windows Develophuibian

Description: 显示四组实心图形 1. 按a—z四组图形元素由该符号组成,按其它键图形元素用?组成。 2. 按1—4键手动切换显示四个图形之一。 -Four groups showed a solid graphics. A-z according to four groups of symbols by the graphic elements of the graphic elements in accordance with other keys? Composition. 2. By manually switching keys 1-4 shows one of the four graphics.
Platform: | Size: 98304 | Author: 方兮兮 | Hits:

[assembly languagehuibian

Description: 用汇编语言写的简单应用例子,适合新手使用-huibian
Platform: | Size: 261120 | Author: 111 | Hits:

[assembly languagehuibian

Description: 汇编课程设计源代码,常用汇编小程序,俄罗斯方块,图形变换,系统时间显示-Compilation of curriculum design, source code, commonly used compilation of small programs, the Russian box, graphics conversion, the system time display
Platform: | Size: 2404352 | Author: yj | Hits:

[Embeded-SCM Develophuibian

Description: 一些有用的汇编程序,网上一般找不到的东西,自己的觉得比较有用~-some useful codes
Platform: | Size: 247808 | Author: gf | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net