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

搜索资源列表

  1. convolution-code

    0下载:
  2. 卷积码的编码器是由一个有k个输入端、n个输出端、m节移位寄存器所构成的有限状态的有记忆系统,通常称它为时序网络。-A convolutional code encoder is composed of a k-th input terminal of the n output terminals, m section shift register constituted by a finite state memory system, the usually call timing networ
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:9376
    • 提供者:赵迪
  1. Imageprocess

    0下载:
  2. 调用GDAL库实现了图像的读取、显示、图像土里等功能-Call GDAL library reading of the image display, image earth
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1716787
    • 提供者:天甜
  1. K-means

    0下载:
  2. 调用GDAL库实现模式识别的K均值和ISODATA算法,对图像的分类-Call GDAL library implementation of K-means and ISODATA algorithms pattern recognition, image classification
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:6438755
    • 提供者:天甜
  1. AD

    0下载:
  2. 51系列单片机AD转换驱动程序,已测试通过,可以直接调用-51 series microcontroller AD conversion driver, has tested through, can directly call...
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:21609
    • 提供者:mr lin
  1. lanb4-1

    0下载:
  2. 编写程序,实现顺序表的输入、插入、删除、输出、逆序输出。 要求每个操作都用独立的函数编写,再在主函数中调用-Programming input sequence table, insert, delete, output and reverse output. Requires that each operation are written in a separate function, then call in the main function
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:1242
    • 提供者:莫青青
  1. 5

    0下载:
  2. 用DOS的10号功能调用输入一个字符串,并用DOS的9号功能调用将这个字符串输出到屏幕上显示-Enter a string, called DOS 10 DOS the 9th call this string output to the screen display
  3. 所属分类:assembly language

    • 发布日期:
    • 文件大小:29868
    • 提供者:wynapos
  1. 11

    0下载:
  2. 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
  3. 所属分类:assembly language

    • 发布日期:
    • 文件大小:1925
    • 提供者:yoauni
  1. hit-the-bird

    0下载:
  2. (1) 设计方法和设计要点: 主要是INT中断的调用以及子弹与小鸟坐标的计算,还有就是控制跳转的各种条件的设计。 (2) 关键问题的解决方法及关键模块说明: 关键问题有小鸟以及子弹飞到屏幕边缘时的重定位以及检查按键等,还有就是大众的判断,程序主要有三个模块,一个是绘制小鸟,一个是绘制子弹,还有就是命中的判断以及积分。 -(1) design methods and design features: the INT interrupt the call as well
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:6806
    • 提供者:文景
  1. Experiment

    0下载:
  2. 用于计算函数值,先定义一个自定义函数,然后调用该函数进行计算。-Used to calculate the function value, first define a custom function, and then call the function to be calculated.
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:4186951
    • 提供者:倪耿基
  1. Full

    0下载:
  2. VB调用ZWCAd矩形和圆形图形绘制和填充-The VB call ZWCAd rectangular and circular graphics rendering and fill
  3. 所属分类:assembly language

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:wjh
  1. c

    0下载:
  2. 用c语言编写一个通讯录,并对他进行增加,查询,删除,修改,显示记录等操作,要写出源代码并画出流程图.. 编程要求: 在编写的程序中应该包括以下模块 第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能. 第二个模块--Menu()的功能是:显示英文提示选单. 第三个模块--Quit()的功能是推出选单. 第四个模块--Creat()的功能是:创建新的通讯录. 第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:2364
    • 提供者:cus
  1. Frameweight2f

    0下载:
  2. 调用sap2000api的2层2跨命令函数-Call sap2000api 2 layer 2 inter-command function
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:1850
    • 提供者:changerman
  1. IO_Using_BIOS

    0下载:
  2. 汇编语言-调用BIOS功能,在键盘上面键入一个按键,就会在屏幕上显示出来(简单程序,只是使用了BIOS调用)-Assembly language- call the BIOS function to a button, it will show up on the screen above the keyboard, type (a simple procedure, just use the BIOS calls)
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:2048
    • 提供者:loewang
  1. pca_face_rec

    0下载:
  2. 一个表情识别的源码。直接调用pca函数的表情识别。-A source of expression recognition. Direct call the pca function of expression recognition.
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:2163278
    • 提供者:邵光楠
  1. filter_HFSS

    0下载:
  2. 滤波器程序优化算法,可以生成脚本文件联合HFSS调用优化。-Filter program optimization algorithm, can generate a scr ipt file call optimization combined with HFSS.
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:17933
    • 提供者:张李弯
  1. D2

    1下载:
  2. 自行编写链式存储队列的基本运算子程序(名称不变) 实现以下功能: ①创建一个空的链式队列; ②判断新建的链式队列是否为空; ③提示用户输入“链式队列的长度”; ④根据用户输入的“链式队列的长度”,逐一提示 用户输入“链式队列中的各个元素”,完成链式 队列的构造; ⑤判断此时的链式队列是否为空; ⑥调用子程序打印当前链式队列的队首元素和队尾 元素; ⑦编写打印链式队列元素的子程序PrintNode( ); ⑧清空队列,连续3次做下列操作:入队4个元素
  3. 所属分类:assembly language

    • 发布日期:2014-06-08
    • 文件大小:1024
    • 提供者:赵康州
  1. 汇编语言调用系统时间

    0下载:
  2. 调用系统时间,很简单但很实用,很容易看懂-Return from System Call
  3. 所属分类:汇编语言

    • 发布日期:2017-12-09
    • 文件大小:1024
    • 提供者:feifei
  1. juzhendejiajianchengchu

    0下载:
  2. 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:672
    • 提供者:长城
  1. huibian.tar

    0下载:
  2. .文件加密程序 要求:A、文件名从键盘输入。 B、加密密钥从键盘输入。 思路:从原文件读取内容至缓冲区,对其加密后,重新写回文件原来的地方。 提示要点:A、加密可使用“异或”操作。 B、相关中断为3DH,3EH,3FH,40H,42H号系统功能调用(INT 21H)。 -. File encryption program requirements: A, file names from the keyboard. B, the encryption key fr
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:842013
    • 提供者:孟维君
  1. matlab_ode45fuzadiaoyong

    0下载:
  2. matlab程序中ode45复杂调用格式解微分方程。-matlab program for solving differential equations ode45 complex call format.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3019
    • 提供者:Archer
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com