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

搜索资源列表

  1. MSP430

    0下载:
  2. 用MSP430汇编写的简单IP协议程序,实现了ARP、Ping、UDP的协议操作,完成串口与以太网的数据转换。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:38766
    • 提供者:sunxiaoli
  1. 转换16进制数据

    0下载:
  2. 通过试验台电位器RW1输出0~5V滞留电压送入ADC0809通道0(IN0),变成采集IN0输入的电压,在屏幕上显示出转换后的16进制数据
  3. 所属分类:汇编语言

    • 发布日期:2014-01-17
    • 文件大小:5404
    • 提供者:孙和
  1. program2

    0下载:
  2. 文件中的程序是一些关于数据转换与计算的子程序.是已测试过的程序.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:20115
    • 提供者:jason
  1. 键盘录入数据的转换与显示

    0下载:
  2. 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 symbolic value), this will be two decimal number were converted to a binary number, and then seek his, and
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4209
    • 提供者:赖毅勇
  1. DS1820

    0下载:
  2. DS1820汇编读写程序 包含从DS18B20中读出的温度数据进行转换和DS18B20暂存存储器设定值BCD数据转换
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1626
    • 提供者:大使
  1. IEEEchangeBCDfloat

    0下载:
  2. 标准的四字节IEEE浮点型数据转换为BCD码源代码,通过这个转换程序可以把数据送到数码管上显示数据了,很实用的哦对用汇编语言包来写的同胞-Standard four-byte IEEE floating-point type data into a BCD code source code, through the conversion process can control data sent to the digital display data, it is practical to us
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2038
    • 提供者:谢苏岚
  1. adc

    1下载:
  2. MSC-51(STC-89c51)单片机数据采集转换测试程序-MSC-51 (STC-89c51) single-chip data acquisition conversion test procedures
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1859
    • 提供者:james
  1. huibiandaimadaquan

    0下载:
  2. 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 2
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:247194
    • 提供者:梁军学
  1. mcucx

    0下载:
  2. 51单片机实用子程序,算法和数据转换,非常有用-51 single-chip utility subroutines, algorithms and data conversion, very useful
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:125677
    • 提供者:lengyue
  1. huibian

    0下载:
  2. 实验内容 回文,冒泡排序,十进制转换成二进制,二进制转换成十六进制,输入数据 存入文件 并从文件中读出并显示在屏幕上-Palindrome content of the experiment, Bubble Sort, decimal converted to binary, hexadecimal into binary, the input data into the file and read from the document and display on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:41815
    • 提供者:符晓娟
  1. ser_par

    0下载:
  2. 24bitAD数据采样进行串并转换,并行输出。另包括24位DA并串转换,串行输出。-24bitAD data sampling and converted to strings, parallel output. Other notable features include 24-bit DA and string conversion, serial output.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:2491
    • 提供者:caofangfang
  1. CAN-USB(node1)

    0下载:
  2. 把CAN总下上的数据通过单片机转换为USB协议,实现CAN和USB的自动转换。-Under the general data CAN convert by MCU, USB protocol CAN and USB automatic conversion.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:102128
    • 提供者:panshao
  1. bbc

    0下载:
  2. 并行数据转换为串行数据,用C语言写的,对初学者很有用!-Parallel data into serial data, with the C language written in very useful for beginners!
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:40742
    • 提供者:林红
  1. K4

    0下载:
  2. 在内存缓冲区BUF中存放着一组无符号的字数据,要求采用模块化程序设计技术,将这组数据由小到大排序并在显示器上显示。 题目分析:将任务划分成三个模块:主控模块、排序模块、显示模块。 各模块的命名及功能如下: (1)主控模块:命名为MAIN,功能为实现各个子模块的调用,在主模块内定义数据区。 (2)排序模块:命名为SORT,功能为实现将BUF缓冲区中的一组数据由小到大排序。 (3)显示模块:命名为OUTPUT,功能为实现将BUF缓冲区中的数据转换成ASCII码存放在TAB缓冲区并
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:767
    • 提供者:
  1. ARM_s

    0下载:
  2. 这是一个16位数据转换为A律8位数据的一个汇编程序和A律转换为16位数据的汇编程序。-This is a 16-bit data is converted to 8-bit data of the A-law an assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:833
    • 提供者:liubaoguang
  1. 12864

    0下载:
  2. 12864取模软件 打开功能是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的, 在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起 提取错误。-12864 modulo function is designed for software to open the C language files automatically extract display the required characters, dot matrix code
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:3324280
    • 提供者:都进宇
  1. COM2LPT

    0下载:
  2. AT89C2051针式打印机驱动模块,将2051串口接收到的数据转换后发送到连接打印机的并口上。-AT89C2051 dot matrix printer driver module, after the 2051 serial convert the received data is sent to the printer s parallel port connection.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4014
    • 提供者:Stariver Cheung
  1. masm

    0下载:
  2. 微机原理的实验报告(含源码,经过测试可用),包含用74LS244和74LS273组成输入输出混合接口的设计和测试,模数转换器AD0809将输入的电平数据转换成十六进制数,8255芯片用方式0实现跑马灯和控制数码管循环显示A,b,C,d.(基于DOS环境和TD-PIT实验装置,面包板)-Microcomputer Principle of test report (including source code, tested and available), including the use 74L
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:540437
    • 提供者:张三
  1. f-k

    4下载:
  2. 将时间空间域的数据转换到频率波数域,实现相关数据类的分离,有效模拟出地震波。-Converts the data into time-space domain frequency-wavenumber domain, to achieve the separation data class, effectively simulate the seismic waves.
  3. 所属分类:assembly language

    • 发布日期:2015-09-21
    • 文件大小:1024
    • 提供者:粟亮
  1. huibian

    0下载:
  2. 在源程序中设置数据段、堆栈段及代码段。在数据段中定义8个字节数据,把这些数据转换成十六进制数的ASCII码存在上述数据之后,然后在屏幕上显示这些数据。显示数据用DOS功能2号调用,每个数据用空格分隔。-Set the data segment, stack segment and code segment in the source. After defining the eight bytes of data in the data segment, converts the data int
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:292104
    • 提供者:秘籍
« 12 3 4 5 6 »
搜珍网 www.dssz.com