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

搜索资源列表

  1. jddn

    0下载:
  2. 节点导纳 Matlab程序,调用数据文件即可-Node admittance Matlab program, call the data file can be
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:573
    • 提供者:曾松
  1. jisuanjijiekoushiyanbaogao

    0下载:
  2. 通过2CH、2AH号功能调用系统时间和日期,并将其显示在屏幕上;通过在主程序中判别从键盘输入的字符,实现不同的功能:结束程序、设置时间、显示秒表;在整个功能实现过程中,多次调用宏KEY、DELAY、PUSHA、POPA以减少程序代码。 -By 2CH, 2AH number call system time and date functions, and displays on the screen by the main program in the identification of
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:47245
    • 提供者:double
  1. blackfin

    1下载:
  2. 利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:35503
    • 提供者:幻叶
  1. SEND

    0下载:
  2. 电梯的轿厢几外呼,呼梯系统全串行板汇编程序-Call the elevator ladder system all serial board assembler
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:665904
    • 提供者:陈志文
  1. DN

    0下载:
  2. 先开游戏 出游戏界面后再开辅助 最好进入城镇再开 盛大现在检测技能和秒伤很严 封号很严重 暂时不加入CALL技能 学习的速度跟不上别的辅助的更新速度和盛大的和谐速度 只能对大家说声抱歉了-First open the game and then, after the game interface, better access to secondary towns to open a grand test of skills and seconds are very stric
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:149651
    • 提供者:wuzhe
  1. dzbiao2

    0下载:
  2. 一个利用调用系统时间来显示到屏幕上外加显示中断的控制,让时钟丰富多彩-A time to use call system to the screen display interrupt control applied, so the clock colorful ... ...
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1721
    • 提供者:孙松山
  1. dos

    0下载:
  2. dos功能调用 通过键盘输入密码 正确则显示 否则提示错误 三次后不能再输入-dos function call through the keyboard or input the correct password prompt is displayed after the error can not be entered three times
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:522
    • 提供者:gaofen
  1. A4

    0下载:
  2. 这是汇编语言程序设计关于子程序调用的一个ASM文件。-This is the assembly language programming as a subroutine call on the ASM file.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1207
    • 提供者:谭珍
  1. pianoASM

    0下载:
  2. 根据乐曲中不同的音符是由输出不同频率的声波而产生的原理,通过设置PC机中 8253定时器不同的计数值,可由扬声器发出不同的曲调。 以下是实现PC机作为一架可弹奏的钢琴演奏预定的曲调。程序中采用了INT 21H软中断调用了DOS的常用子程序。-According to different notes in music from the output generated sound waves of different frequencies principle, PC, in 8253 by se
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2646
    • 提供者:李明洲
  1. ATPCS

    0下载:
  2. 简述C语言和汇编语言在编程过程中的相互调用方法-Descr iption C and assembly language programming course in the method call between
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:345808
    • 提供者:张玉斌
  1. cc

    0下载:
  2. C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:3246
    • 提供者:杨峰
  1. spim

    0下载:
  2. Fibonacci numbers f(n+2)=f(n+1)+f(n) f(0)=1,f(1)=1 make 1. using system call 2. from 0-15 Fibonacci numbers
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3447
    • 提供者:mint
  1. PPWJ

    0下载:
  2. 拍手玩具 在几秒内拍手三次会 发出叫声 不拍手时 会处于睡眠状态-Clap clap toy in a few seconds call will be issued three times
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:李鹏
  1. motion-control

    0下载:
  2. 该文件中的VB模块同时实现了运动平台的控制和锁相放大器的数据采集功能,其中分别对两部分的仪器进行初始化,然后在运行模块中进行调用,最终实现协同工作-VB module in the file of the moving platform while achieving lock-in amplifier control and data acquisition functions, which are the two parts of the apparatus is initialized,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:973
    • 提供者:ZT
  1. MAIN

    0下载:
  2. com PLCcomunication that is very hipppy-we call the abma
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2134731
    • 提供者:wjf
  1. ARM-projects

    0下载:
  2. arm嵌入式汇编语言小程序,一共七个,包含c语言和汇编的相互调用。-arm assembly language embedded applet, a total of seven, including c call between language and assembly.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:208754
    • 提供者:
  1. q

    0下载:
  2. 设计内容为建立一个动态五角星,具体为程序运行时调用子程序help显示提示信息,按下任意键调用BIOS画一个五角星,用空格键改变五角星颜色,用上下左右键改变五角星的位置,按键e 扩大五角星,r缩小五角星,Esc 退出该程序.-Design elements for the establishment of a dynamic five-pointed star, the specific subroutine for the program is running display help mess
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:320239
    • 提供者:songzhaohe
  1. shutdown_asm

    0下载:
  2. 在DOS下用汇编言语写的关机程序,涉及到DOS子例程和BIOS例程的调用有相应的说明.-In DOS assembly language program written off, sub-routines related to the DOS and the BIOS routine call corresponding instructions.
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:832
    • 提供者:liminjin
  1. tderror

    0下载:
  2. td 调试工具 用于观察汇编调用结果,是学习汇编的重要工具-td call debugging tools used to observe the compilation of results is an important tool for learning assembler
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1468299
    • 提供者:周信伟
  1. nixiang

    0下载:
  2. 一个CALL 内部的汇编代码,带详细注解-A CALL within the assembly code with detailed comments
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3945
    • 提供者:刘永
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com