登录
首页 » Visual C++ » RaidTest

RaidTest

于 2009-02-17 发布 文件大小:2414KB
0 229
下载积分: 1 下载次数: 23

代码说明:

  RAID卡的测试程序,写的不好哈,请大家原谅,(RAID card test procedures and writing bad Kazakhstan,)

文件列表:

RaidTest
........\RaidTest
........\........\libxml2.dll
........\........\NapaSet.txt
........\........\prdecode.dll
........\........\prerrlog.dll
........\........\pri2api.dll
........\........\pri2plgnnapa.dll
........\........\RaidCard
........\........\........\autoconfig.h
........\........\........\bgaschd.h
........\........\........\dtdecode.h
........\........\........\emaildata.h
........\........\........\eng_scsi.h
........\........\........\errcode.h
........\........\........\errorlog.h
........\........\........\errorlog.lib
........\........\........\event.h
........\........\........\events.h
........\........\........\gen_typs.h
........\........\........\hexstr.h
........\........\........\i2api-vtrak15300.h
........\........\........\i2api.h
........\........\........\i2limit.h
........\........\........\i2plugin-napa.lib
........\........\........\i2plugin.h
........\........\........\i2types.h
........\........\........\imexportdata.h
........\........\........\libi2api.lib
........\........\........\libxml2.dll
........\........\........\libxml2.lib
........\........\........\lnx_typs.h
........\........\........\mic.h
........\........\........\micext.h
........\........\........\osd_ioctl.h
........\........\........\osd_scsi.h
........\........\........\pch.h
........\........\........\pibasic.h
........\........\........\prdecode.dll
........\........\........\prerrlog.dll
........\........\........\pri2api.dll
........\........\........\pri2plgnnapa.dll
........\........\........\PromiseCommonFunction.h
........\........\........\RaidCheck.lib
........\........\........\schedule.h
........\........\........\swmgt.h
........\........\........\sw_ver.h
........\........\........\syncobj.h
........\........\........\userdata.h
........\........\........\utillib.lib
........\........\RaidCheck.cpp
........\........\RaidCheck.dll
........\........\RaidCheck.h
........\........\RaidInterface.h
........\........\RaidTest.aps
........\........\RaidTest.cpp
........\........\RaidTest.h
........\........\RaidTest.rc
........\........\RaidTest.vcproj
........\........\RaidTest.vcproj.83504690738443F.Administrator.user
........\........\RaidTest.vcproj.8D3C48ACCC81461.Administrator.user
........\........\RaidTest.vcproj.98A9B6BC1C2F4EC.yangyang.user
........\........\RaidTestDlg.cpp
........\........\RaidTestDlg.h
........\........\ReadMe.txt
........\........\res

........\........\...\RaidTest.rc2
........\........\resource.h
........\........\stdafx.cpp
........\........\stdafx.h
........\RaidTest.ncb
........\RaidTest.sln

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • hongwai-yaokong-jiema
    红外遥控解码,基于51单片机的例程,简单实用,我在学习单片机的时候用到的(Infrared remote control decoding, based on 51 MCU routine, simple and practical, I used the time to learn microcontroller)
    2013-08-04 16:53:01下载
    积分:1
  • webrtc_vad
    webrtc中的vad代码,单独的vs2008工程,可以运行,供学习研究使用。(it is the vad code from webrtc, it is a program of vs2008, you can run it successfully, and it is very useful for study and research.)
    2014-07-17 16:45:22下载
    积分:1
  • FIFO-master
    说明:  This is a generic FIFO buffer that can be used to store any kind of items. It is written in C language and can be compiled and used on almost any architecture. It was designed to be used on memory limited architectures such as microcontrollers. Examples of the applications that can be built with this library include:
    2020-06-21 02:00:01下载
    积分:1
  • shumaguan-play
    实现数码管0-7的静态显示,采用c语言编写。(play led)
    2014-06-27 17:47:22下载
    积分:1
  • mega16-simple-example
    通过一个简单例子,说明C语言对于学习单片机的重要性,有助于新手的入门.(By a simple example to illustrate the C language for learning the importance of SCM to help novice entry.)
    2013-11-18 13:27:00下载
    积分:1
  • 130110
    控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
    2014-01-24 10:44:16下载
    积分:1
  • chuankou-aPC
    串口与pc机通讯,51单片机例程,只需要修改io口即可实现。(Serial communication with pc, 51 MCU routine, you only need to modify the io port can be realized.)
    2013-08-04 16:51:41下载
    积分:1
  • CreportCtrl
    一个很实用的Listctrl,可以加图标(连Header都可以加图标),可以单Item的编辑,有下拉框,可以改变底色和文字颜色(A very practical Listctrl, can be added icon (with Header icon can be added), can single-Item editor, has drop-down box, you can change the background color and text color)
    2007-09-15 23:01:19下载
    积分:1
  • PCliushuideng
    用电脑串口控制单片机流水灯状态,用电脑串口控制单片机流水灯状态(Serial control with a computer chip light water status)
    2013-07-12 15:19:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载