搜索资源列表
mul
- 汇编语言计算ECC-192域的椭圆曲线的点乘运算 采用代码完全拆分的乘法及平方,宽度为5的窗口NAF,混合坐标点加。速度很快-Assembly language computing ECC-192 field s elliptic curve point multiplication using code-splitting multiplication and square, 5-NAF, mixed coordinates adding. Fast
WAVE-CODE
- 用汇编语言产生各种波形的代码,包括方波、三角波,正弦波等-Using assembly language to generate a variety of waveforms of the code, including the square wave, triangle wave, sine wave
8255
- 这是汇编语言的硬件实验程序,用8255和0832在示波器上显示四个波形,方波,锯齿波,三角波,正弦波。-This is the assembly language of the hardware experimental procedure, using 8255 and 0832 in the oscilloscope display four waveforms, square wave, sawtooth wave, triangle wave, sine wave.
tuxing
- 用汇编语言实现画图功能,包括圆,方,三角形,直线。而且能着色,移动,
9999
- 汇编语言画圆,计算三角形水平边平方,●双字减法,入口参量:bx减数的低16位,cx减数的高16位,dx被减数高16位,ax被减数低16位-Assembly Language Circle, calculate the square side of the triangle level, ● double-word subtraction, import parameters: bx subtrahend the low 16, cx subtrahend high 16, dx minuend
LAB6_1
- 51单片机上的信号发生器,产生三角波,方波,正弦波等各种波形的汇编代码。-51 single-chip signal generator to produce the triangular wave, square wave, sine wave such as the assembly code.
sqrt(x)
- 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
18
- 汇编语言产生的查表法实现正弦波,锯齿波,方波,三角波发生器的程序-Assembly language generated by look-up table to achieve a sine wave, sawtooth wave, square wave, triangle wave generator program
fangbo
- 汇编实现方波 可以调节频率 有Proteus仿真图 可以运行-Assembly to achieve a square wave frequency can be adjusted simulation plan can run Proteus
LFB2
- 用汇编程序,建表查询一个数的平方值,若要查询立方值,只需简要修改-Assembly process, built a number of square table query value, value to query cube, just a brief change
weijiyuanlishiyanchengxu17ge
- 是对汇编语言的各种功能的总结,像8255 方波 三角波 锯齿波的程序都包含在内。-Assembly language is a summary of the various functions, such as 8255 square triangle sawtooth procedures are included.
1
- 用汇编语言编写的正弦波,三角波,方波,锯齿波,并通过按键来选择。-Written in assembly language of sine, triangle, square, ramp, and through the button to select.
fangzhen
- 用汇编语言编写的数字方阵程序,首先输入9个一位数,然后进行降序排列,最后按3乘3的矩阵输出-Numbers written in assembly language square procedure, first enter the 9-digit, and then descending order, press the 3 by 3 matrix output
Asm
- 用asm汇编语言设计“俄罗斯方块”游戏。-Asm with assembly language design "Russian square" game.
S11-2--square-wave
- s11—2S11-2利用NOP指令产生精确方波 汇编 -S11-2 s11-2 use the NOP instructions of generating accurate square wave assembly assembly
tongxin
- 基于汇编语言的接口技术,实现的功能:甲、乙两台微机由符合RS—232—C标准的串口线相连。编程实现(使用C语言或汇编语言均可)甲、乙两微机的交互式串行通讯。例如:甲机向乙机发送信息,乙机收到信息后判断:若是‘0~9’,求其平方值,再送回甲机,并在甲机上显示;若收到的是字母、字符则在乙机上显示出来。或:甲、乙两微机通过串行接口的信息传输进行对话应答等-Based on assembly language interface technology, functions: A, B two compu
1
- 汇编语言16位画圆程序 计算三角形水平边平方 计算半径r平方 双字减法,入口参量:bx减数的低16位,cx减数的高16位-Circle 16-bit assembly language program to calculate the level of the triangle the square of the radius r side of the square of double word compute the subtraction, the entra
Waveform-generator
- 通过汇编语言在dos环境下编写的波形发生程序 有锯齿波,方波,和三角波可供选择-Assembly language written in the dos environment waveform , sawtooth, square wave, triangle wave to choose from
Microcomputer-Principles-(Report)
- (1)、分别用C语言和汇编语言编程完成硬件接口功能设计; (2)、硬件电路基于80x86微机的接口电路; (3)、程序功能要求:小键盘给定、数码管(屏幕)显示,并产生对应信号 波形(D/A)输出(信号波形包括正弦波、三角波、方波、锯齿波)、输出信号波 形幅度、频率可调(注意:按键数量应尽量少)。 -(1), respectively, in C and assembly language programming to complete the functional desig
shiyan6
- 1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式): 若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中; 若两个数均为奇数,则将两数均加1后存回原变量; 若两个数均为偶数,则两个变量均不改变。 (3) 用减奇数次数的方法,求一个数的近似平方根,这