CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 驱动测试

搜索资源列表

  1. nt7532

    0下载:
  2. NT7532 IC在LCD的驱动源测试程序.-NT7532 IC in the LCD Driver testing procedures.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1896
    • 提供者:潘耀刚
  1. st7565p-g

    0下载:
  2. 矽创ST7565P IC对LCD的驱动测试源程序.-silicon ICs for LCD driver testing source.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1811
    • 提供者:潘耀刚
  1. blacktest

    0下载:
  2. 1、编写测试驱动 2、设计相应的黑盒测试用例,用标准表格列出测试用例,测试结果(测试报告);-a prepared two test drive design with the corresponding TESTING cases, the use of standard forms listed Test Case, test results (testing);
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4080
    • 提供者:song
  1. dachuan

    0下载:
  2. 白盒测试(White-box Testing,又称逻辑驱动测试,结构测试)是把测试对象看作一个打开的盒子。利用白盒测试法进行动态测试时,需要测试软件产品的内部结构和处理过程,不需测试软件产品的功能。白盒测试又称为结构测试和逻辑驱动测试。-White Box (White-box Testing, also known as logic-driven test Structure testing) is seen as a test target to open the box. White Bo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6917
    • 提供者:唐大川
  1. Test-drivenn_development

    1下载:
  2. 测试驱动开发(TDD)以测试作为开发过程的中心,它要求在编写任何产品代码之前, 首先编写用于定义产品代码行为的测试,而编写的产品代码又要以使测试通过为目的。 测试驱动开发要求测试可以完全自动化的运行,在对代码进行重构前后必须运行测试。这是一种革命性的开发方法, 能够造就简单、清晰、高质量的代码。 -test-driven development (TDD) to test as the center of the development process, It requires th
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6992469
    • 提供者:lorainve
  1. LCD(July20th)

    0下载:
  2. 研究用FPGA实现对LCD显示驱动的控制,通过一个数字时钟作为演示,具体论证用FPGA驱动字符型液晶显示器的方法,其核心是控制液晶显示控制器的时序,经测试,该方法切实可行,可以代替用单片机驱动LCD。
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:18819
    • 提供者:建国
  1. Test-Driven-Development-By-Example

    0下载:
  2. 学习测试驱动开发必备的书籍,实例讲解,简单易懂。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:679376
    • 提供者:ken
  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11406
    • 提供者:6756
  1. MSP430_FOR_MAX187

    0下载:
  2. msp430驱动max187的程序,max187为12位的ADC转换芯片,程序是我自己写的,已经通过测试,并通过软件滤波来提高精度。-msp430 driver max187 process, max187 12-bit ADC conversion chip, the program I wrote it myself, and have been tested, and through software filtering to improve accuracy.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-01
    • 文件大小:232314
    • 提供者:小谭
  1. EEPROM

    0下载:
  2. msp430驱动eeprom(24c08)测试通过-msp430(24c08)
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:31596
    • 提供者:axsdffff
  1. armanddm9000

    0下载:
  2. 详细的描述了网卡dm9000在arm上的接口设计与实现,介绍了驱动程序的流程和如何测试网卡驱动!-Detailed descr iption of the card in the arm on dm9000 Design and Implementation of the interface on the driver' s processes and how to test the network card driver!
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:611170
    • 提供者:wen
  1. DS12C887

    0下载:
  2. 实时时钟芯片DSC1887,msp430驱动,测试过了-DSC1887,msp430
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:11031
    • 提供者:axsdffff
  1. drive

    0下载:
  2. 基于240*320的彩色液晶的驱动程序,和测试程序。内部包含周立功的GUI函数,十分好用,对于新手上路,用程序很好上路。-Based on 240* 320 color LCD drivers, and testing procedures. Internal included ZLG the GUI functions, very easy to use for novice road, with the program very well Sheung.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:357697
    • 提供者:xiaoguo
  1. ruanjiangongcheng

    0下载:
  2. 一、黑盒测试策略与准则 二、边值分析 三、等价类划分 四、因果图 五、判定表驱动测试 六、正交实验设计法 -First, the black box testing strategies and guidelines for the second, third boundary value analysis, equivalence class by four or five causal diagram, determine the six table-driven t
  3. 所属分类:Software Testing

    • 发布日期:2017-05-10
    • 文件大小:2184503
    • 提供者:陈玮
  1. TIPMSP430PSD-DEMO

    0下载:
  2. TI公司的MSP430与SD卡连接的驱动-测试版,usage_example_IAR-TI' s MSP430 and SD card to connect the drive- Beta, usage_example_IAR
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:13873
    • 提供者:余威
  1. SDHC

    0下载:
  2. 自己写的SDHC卡驱动测试,用Keil C写,并且用串中调试工具读出指定扇区的内容.本程序在4G 金士顿 SDHC卡上测试.-Write your own test drive of SDHC card with Keil C write, and debug tools with string read out the contents of the specified sector of this program in Kingston 4G SDHC card to test.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:217719
    • 提供者:liminjin
  1. 905-jieshou

    0下载:
  2. nrf905的驱动测试程序,给出了简单的程序进行接收测试-nrf905 drive test program are given a simple procedure for acceptance tests
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:43328
    • 提供者:雪山飞狐
  1. TX244

    0下载:
  2. TX2440整板测试程序,包括所有的驱动测试和硬件资源测试-TX2440 entire board development board test program
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8286034
    • 提供者:金振伟
  1. TDD-测试驱动开发

    0下载:
  2. 测试驱动开发ppt,可以作为培训资料使用,培训的对象包括:软件开发工程师,测试工程师,产品经理,系统工程师(Test driven development PPT can be used as training data. The training targets include software development engineer, test engineer, product manager, system engineer)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-18
    • 文件大小:3762176
    • 提供者:laodoufu
  1. 1640驱动

    0下载:
  2. 天微TM1640显示屏驱动IC驱动源代码,测试可用
  3. 所属分类:软件工程

« 12 3 »
搜珍网 www.dssz.com