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

搜索资源列表

  1. tian

    0下载:
  2. 这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础-This is a test of embedded development simple example, we can take a look to the future to build up the foundation of learning
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3932
    • 提供者:田园
  1. serasd

    0下载:
  2. 试编写一程序,要求根据用户键入的月份数在终端上显示该月的英文缩写名(英文名的头3位,比如January =JAN)。-prepared a test procedures requires users type in a few months showed that the terminal on the English letters (English for the first three. For example, January = JAN).
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1650
    • 提供者:陈于
  1. cpress_Memtest

    0下载:
  2. This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string \"good\" on the 7 segment
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6888
    • 提供者:xw
  1. cpress_extr_intr

    0下载:
  2. The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, INT1, INT4, INT5 and INT6) and how toset them up. This directory contains the frameworks fw.c, the test program extr_intr.c and the externa
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:40742
    • 提供者:xw
  1. test

    0下载:
  2. 大型CFD源计算程序DUNS的源程序计算算例-DUNS large CFD calculation program source program source calculation example
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1562091
    • 提供者:吴方
  1. 1

    0下载:
  2. 记忆力测试的一个exe文件,是用VC编程的一个实例。-A memory test exe files, is an example of VC programming.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7599
    • 提供者:lq
  1. jishuqi

    0下载:
  2. 在用VHDL语言描述一个计数器时,如果使用了程序包ieee.std_logic_unsigned,则在描述计数器时就可以使用其中的函数“+”(递增计数)和“-”(递减计数)。假定设计对象是增1计数器并且计数器被说明为向量,则当所有位均为‘1’时,计数器的下一状态将自动变成‘0’。举例来说,假定计数器的值到达“111”是将停止,则在增1之前必须测试计数器的值。 如果计数器被说明为整数类型,则必须有上限值测试。否则,在计数顺值等于7,并且要执行增1操作时,模拟器将指出此时有错误发生 -VHD
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:29696
    • 提供者:卢陶
  1. control

    0下载:
  2. 一、 实验目的 1、进一步了解DAC0832的性能及编程方法。 2、了解直流电机控制的基本方法。 二、 实验内容 1、按图55线路接线。DAC0832的CS接290H~297H,Ub接DJ插孔。8255 CS接288H~28FH。 3、 编程利用DAC0832输出一串脉冲,经放大后驱动小直流电机,利用开关K0~K5控制改变输出脉冲的电平及持续时间,达到使电机加速,减速之目的。 三、 实验原理简述 小直流电机的转速是由Ub输出脉冲的占空比来决定的,正向占空比越大转
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:30558
    • 提供者:杨进
  1. rosenbrock

    0下载:
  2. rosenbrock是数值最优化里的一个重要算例,运用MATLAB编程测试算例-rosenbrock numerical optimization is an important example in using the MATLAB programming test examples
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:960
    • 提供者:xj
  1. scan

    0下载:
  2. scan for serial A simple calendar, you can check test for trim calculation Mario in AVR microcontrolers very good This is a perl scr ipt used to aut Home Station system V1.88 profit An Example for Printing! Super list box Visu
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:9029
    • 提供者:moh
  1. test

    0下载:
  2. 汇编语言学习例子源码,课后习题源码,全部调试正确。-Assembly language source code, example after-school exercise source code, all debug correctly.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2523
    • 提供者:小现
  1. pwm-hongwai

    0下载:
  2. 单片机运用pwm功能调制的红外线程序,标准红外协议-relay control and test example program
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:1692
    • 提供者:ZZL
  1. 040-relay-test-

    0下载:
  2. 单片机控制继电器输出测试的范例程序及注意事项-relay control and test example program
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:750
    • 提供者:ZZL
  1. 1

    0下载:
  2. 在STR到STR+99(程序中以STR+10为例子)单元中存放着一个字符串,试编写程序测试该字符串中是否有数字,若有将CL置1,否则CL置0 (要求在debug中调试出该程序)-Stored a string in STR to STR+99 (the program to STR+10 for example) unit, the test program to test whether the string figures, if CL will set 1, otherwise the C
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:66296
    • 提供者:wynapos
  1. personality-test

    0下载:
  2. 性格测试,c语言简单示例,通过简单示例学习C语言语句的使用-Personality test, c language simple example, to learn C language statement by simple example of using
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:13051
    • 提供者:renjinjun
  1. ks0108 test

    1下载:
  2. Avr assembly instruction set example codes for drive ks0108 Graphic lcd with 8bit uC atmega328p . Clear function included. It's working checking busy register with timing control. Delay routines in delay.asm. character sets in fonts.asm . Isis simul
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:677888
    • 提供者:eregun
搜珍网 www.dssz.com