CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - CALL

搜索资源列表

  1. 070420072985

    0下载:
  2. 汇编实验 之 输入/输出与中断实验 一、实验目的 1.掌握输入/输出与中断指令的使用方法; 2.掌握中断向量表的结构及使用方法; 3.掌握INT指令的使用方法; 4.掌握BIOS中断功能调用的使用方法; 5.掌握DOS功能调用的使用方法。 二、实验要求 1.了解INT指令与CALL指令的不同点; 2.会用DEBUG观察中断向量表; 3.会用DEBUG的T命令和P命令执行INT指令; 4.会用INT 10H、INT 16H编制程序;
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:70010
    • 提供者:星东
  1. dianhualaidianxianshi

    0下载:
  2. 有关电话所有的来电显示的源代码,很值得一看,欢迎下载交流。-Caller ID on call all the source code, it is worth a visit are welcome to download the exchange.
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1232123
    • 提供者:烟雨楼
  1. test

    0下载:
  2. x86下保护模式的编程实例包括门调用 x86下保护模式的编程实例包括门调用-x86 protected-mode programming under the examples include the door called x86 protected-mode programming under the examples include the door call
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3852
    • 提供者:Topcoder
  1. matlab

    0下载:
  2. 实现Fortran与matlab相互调用,从而不用手动启动matlab.-Fortran and matlab call each other to achieve and thus do not have to manually start the matlab.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:8157
    • 提供者:李明
  1. resultanalysis4

    0下载:
  2. 实现fortran程序与ansys程序的互相调用。-Fortran program with ansys program to achieve the mutual call.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:198029
    • 提供者:李明
  1. SHISHI

    1下载:
  2. Fortran与matlab互相调用,并实现复选框的可视化界面。-Fortran and matlab call each other and to achieve a visual interface for the check box.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:6538
    • 提供者:李明
  1. jyllq

    0下载:
  2. Private Sub Command1_Click() 直接用鼠标点击连接按钮 WebBrowser1.Navigate Text1 End Sub Private Sub Command1_KeyDown(KeyCode As Integer, Shift As Integer) 用快捷方式Enter激活连接按钮 If KeyCode = 13 Then Call Command1_Click End Sub-Private Sub Command1_C
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:33112
    • 提供者:李煜辉
  1. 2

    0下载:
  2. 是一个自定义时钟的源代码,可在DOS中调用。-Is a custom clock source code, you can call DOS.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:徐涛
  1. ELECTRONICCLOCK1.2

    0下载:
  2. 一个简单的时钟程序,利用dos的功能调用,子功能号为2ch-A simple clock program using dos function call sub-function No. 2ch
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:解元
  1. wenbenzichuli

    0下载:
  2. 理解键盘和显示器接口的工作原理,掌握BIOS键盘和显示器中断调用的使用方法,掌握复杂内存数据结构的定义和管理方法。具体的设计任务及要求-The keyboard and display interface to understand the working principle, control the keyboard and display BIOS interrupt call to use to master the complex memory data structure defini
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5229
    • 提供者:sunyu
  1. call_handling_asm

    0下载:
  2. 交换机呼叫处理,中继3方连接、拆线汇编代码,现网交换机应用-Switch call processing, relay 3 side connections, removal of stitches assembly code, are network switches,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:5255
    • 提供者:vatican
  1. noname

    0下载:
  2. 电子时钟~~~ ~~第一部分:定义显示界面。 第二部分:调用系统时间(日期),并将调用的用二进制表示的时间数转换成ASCII码,并将时间数(日期数)存入内存区。 第三部分:将存在系统内存区的时间数(日期数)用显示字符串的形式显示出来。 第四部分:获取键盘的按键值,判断键值并退出系统。 -Electronic Clock ~~~~~~~~ Part I: the definition of the interface appears. Part II: call to system
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1515
    • 提供者:kaixin
  1. mapinfo

    0下载:
  2. 调用mapinfo文件,打开*.tab 文件格式-Call mapinfo file
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4161
    • 提供者:李思远
  1. ip

    0下载:
  2. ip 探测 Private Sub Command1_Click() Dim ECHO As ICMP_ECHO_REPLY Dim pos As Integer Call Ping(Text2.Text, ECHO) Text1(0) = GetStatusCode(ECHO.status) Text1(1) = ECHO.Address Text1(2) = ECHO.RoundTripTime & " ms" Text1(3) = ECHO.DataSize
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:4157
    • 提供者:yeyu
  1. Assembly

    0下载:
  2. 汇编语言与win32的混合调用-Assembly language mixed with the win32 call ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:3070
    • 提供者:Bruce.D.Lan
  1. Burglar

    0下载:
  2. Burglar 病毒,因病毒中有字符串 Grave,又称 Grave 病毒,病毒长度为 1150 字节, 所以有的地方又称它为 1150 病毒,它感染DOS的 .EXE 文件,不感染 Windows 的可执行文件 当病毒在内存中的时候,UMB 将无法找到,在运行 Windows 95 时经常引起死机。-Burglar viruses, because viruses that have the string Grave, also known as the Grave virus, t
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6482
    • 提供者:lin
  1. Natas

    0下载:
  2. Natas 病毒,长度 4744 字节,有的地方有把它称为 4744 病毒,由于病毒是用了变型技术,本身的形态几乎有无穷多种,使杀毒软件总漏掉一两个,不知什么时候又冒了出来,所以又称它为‘幽灵王’。-Natas virus, the length of 4744 bytes, and some places have it as 4744 virus, because the virus is a variant of technology, its almost infinite varie
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:28304
    • 提供者:lin
  1. 927413

    0下载:
  2. 硬件环境: mega32+N298,你可以选择我们提供的运动控制开发板。 硬件连结: 请参考 硬件连接电路图.jpg 使用方法:直接将main.hex文件下载到单片机中就可以使用。你可以打开工程文件查看,motor.c已经是一个结构化的驱动程序,可以方便的调用。 更改连接:请打开motor.h更改以下内容即可。-Hardware environment: mega32+ N298, you can choose to provide us with the moti
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1842
    • 提供者:lix
  1. C81-MF1_IC

    0下载:
  2. C81-MF1_IC卡读写器程序! 里面包括:读写卡测试程序及源代码;驱动程序安装;网页例程;动态库及调用说明-C81-MF1_IC Card Reader program! Which include: reading and writing test programs and source code card driver installation Web routines dynamic library and call instructions
  3. 所属分类:assembly language

    • 发布日期:2017-05-20
    • 文件大小:6110183
    • 提供者:maguansheng
  1. TC35I

    0下载:
  2. 实现GSM模块 TC35的开机初始化和拨打监听-TC35 GSM module to achieve the boot initialization and call monitoring
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1061
    • 提供者:皓月
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com